sibfly_timeseries
Pack: sibfly · Endpoint: https://gateway.pipeworx.io/sibfly/mcp
Historical ground-motion time series for a US address — the per-date satellite measurements of vertical displacement over time (how the land has moved, month by month). Use to see the TREND of subsidence/uplift, not just the current velocity. series_type “measured” = real per-pass observations (premium frames); “modeled” = fitted trend on real acquisition dates. Needs a SibFly key for the full series ($0.40); keyless returns a coverage teaser.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
series_type | string | no | ”measured” (real per-pass observations) or “modeled” (fitted trend). Default measured. |
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_timeseries","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.