# ground-motion MCP server

Measured ground motion per US address (NASA InSAR). Self-register, $0.40/report, misses free.

## Links
- Registry page: https://www.getdrio.com/mcp/com-sibfly-ground-motion
- Repository: https://github.com/james-sib/sibfly-api
- Website: https://sibfly.com

## Install
- Endpoint: https://sibfly.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://sibfly.com/mcp

## Tools
- check_ground_motion - Measured ground motion (sinking/uplift) for a US address or lat/lon, in mm/year AND in/year, from NASA OPERA Sentinel-1 InSAR. Costs $0.40 from your SibFly credits; out-of-coverage / too-stale / too-low-confidence / fuzzy-geocode return FREE. Use the gate params to avoid paying for data you'd reject. dry_run=true is a FREE coverage+cost preview. Endpoint: https://sibfly.com/mcp
- check_portfolio - Batch ground-motion for many US addresses in one call. Only covered addresses are billed ($0.40 each); misses and duplicate cells are free. If credits run out mid-batch the response status is 'insufficient_credits' and unbilled items are marked — top up (buy_credits) and retry them. Endpoint: https://sibfly.com/mcp
- get_coverage - FREE pre-flight: is a US address/point covered, how stale is the data (data_age_days), and what a report would cost. Accepts ONE address/lat+lon, OR addresses[] (up to 1000, needs your Bearer key) to size a whole job before spending. Call this before spending. Endpoint: https://sibfly.com/mcp
- get_motion_history - Multi-year cumulative motion history for an address. Pass from_date and to_date (YYYY-MM-DD) to get the movement between two dates. Costs $0.40 (misses free). dry_run=true is a FREE preview (points + dates + cost, no data); max_age_days returns free instead of billing for stale data. Endpoint: https://sibfly.com/mcp
- get_account - FREE: your SibFly credit balance, price per report, reports remaining, and top-up URL. Endpoint: https://sibfly.com/mcp
- register_agent - FREE: create a new SibFly account and get an API key + free starter credits in ONE call — no human, no captcha, no card. Use this when you have no API key. SAVE the returned api_key and pass it as the Bearer token on later calls (MCP clients: set it as the Authorization header). Endpoint: https://sibfly.com/mcp
- buy_credits - Get a machine-usable payment link to top up credits (requires your Bearer API key). method 'stripe' returns a card checkout_url; 'crypto' returns a BTC invoice_url + txn_id. Open/relay the URL to complete payment; credits land automatically afterwards — confirm with get_account. Endpoint: https://sibfly.com/mcp
- ask_inspector - FREE follow-up Q&A with the SibFly Inspector about a report you ALREADY BOUGHT (buy via check_ground_motion first). Ask what the numbers mean for foundations, staleness, seasonal swings, etc. It answers only from the report's numbers (never invents), and won't give buy/walk-away advice. Per-account message allowance applies. Endpoint: https://sibfly.com/mcp
- get_usage - FREE: your recent billed calls (line-item ledger with request_id, endpoint, address, cost) so you can reconcile spend against reports. Endpoint: https://sibfly.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.sibfly
- Version: 1.2.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 2, 2026
- Source: https://registry.modelcontextprotocol.io
