sibfly_ground_motion
Pack: sibfly · Endpoint: https://gateway.pipeworx.io/sibfly/mcp
Satellite-measured GROUND MOTION for a US address — is the land under a property SINKING or rising (subsidence / uplift / heave), in mm/year and in/year, from NASA Sentinel-1 InSAR. Use for property foundation risk, land subsidence, sinkhole/settlement concern, real-estate due diligence, or “is this address sinking?”. Returns vertical velocity (mm/yr + in/yr) with uncertainty, seasonal amplitude, total motion, a plain-language assessment, confidence, and provenance. With a SibFly key (_apiKey) this is a full paid report ($0.40 from your credits); without a key it returns a FREE teaser (coverage + confidence + would_cost_usd). Out-of-coverage addresses return coverage:false and are never billed.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
include_timeseries | boolean | no | If true, embed the full motion history (per-date measurements) in the same report. |
brief | boolean | no | If true, add a short plain-English narration of the result. |
Example call
curl -X POST https://gateway.pipeworx.io/sibfly/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"sibfly_ground_motion","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"sibfly": {
"url": "https://gateway.pipeworx.io/sibfly/mcp"
}
}
}
See Getting Started for client-specific install steps.