Card snapshot
sibfly.com
·
2026-07-08 05:58:33 UTC
·
b946e98f51d9817d593d6ac259dfd2a23531b1cd7ba84213d85ec211b346b533
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "SibFly",
"version": "1.2.0",
"protocolVersion": "0.2",
"description": "Measured ground motion (subsidence/uplift, mm/yr) for any US address, from NASA Sentinel-1 InSAR. NOT an A2A JSON-RPC server: programmatic access is MCP (https://sibfly.com/mcp), plain REST (https://sibfly.com/openapi.json) or pay-per-call x402 (https://sibfly.com/.well-known/x402).",
"url": "https://sibfly.com/mcp",
"documentationUrl": "https://sibfly.com/llms.txt",
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "ground_motion",
"name": "Ground motion lookup",
"description": "Per-address measured vertical ground motion: rate mm/yr, uncertainty, trend, GPS-tied calibration, motion history.",
"tags": [
"geospatial",
"subsidence",
"real-estate",
"insurance"
],
"examples": [
"Is the ground sinking at 600 Congress Ave, Austin TX?"
]
}
],
"authentication": {
"schemes": [
"bearer"
],
"credentials": "Free instant API key: POST https://sibfly.com/api/v1/autonomous/register"
}
}