Analytics
sibfly.com
Provides ground motion measurements for US addresses using NASA satellite data.
ENDPOINT 1
https://sibfly.com/mcp
MCP server metadata
- Name
- sibfly
- Version
- 1.2.0
Ground subsidence/uplift for US addresses (negative mm/yr = sinking). Decision tree: 0) no API key? register_agent (FREE) issues one instantly — save it and use it as the Bearer token; 1) get_coverage (FREE) or check_ground_motion with dry_run=true (FREE) to confirm coverage + cost; 2) check_ground_motion to buy the $0.40 report; route logic on assessment_code (rapid_subsidence/notable_subsidence/stable/mild_uplift/strong_uplift/no_clear_trend). Use max_age_days/min_confidence/since/require_significant to avoid paying for data you'd reject — those return FREE (require_significant=true skips paying when the rate would be no_clear_trend statistical noise; dry_run also returns likely_significant so you can predict answer quality before spending). check_portfolio for many addresses (supports max_spend_usd budget cap); get_coverage accepts addresses[] to size a whole job free; get_account for balance; get_usage for the billing ledger; out of credits? buy_credits returns a payment link (card or BTC). Misses are always free. Defaults: explain=false, compact=false.
Known tools 9
check_ground_motionMeasured ground motion (sinking/uplift) for a US address or lat/lon, in mm/year AND in/year, from NASA OPERA Sentinel-1 InSAR.
Inferred read-onlyget_coverageFREE pre-flight: is a US address/point covered, how stale is the data (data_age_days), and what a report would cost.
Inferred read-onlyget_accountFREE: your SibFly credit balance, price per report, reports remaining, and top-up URL.
Inferred read-onlyregister_agentFREE: create a new SibFly account and get an API key + free starter credits in ONE call — no human, no captcha, no card.
Potential side effectsbuy_creditsGet a machine-usable payment link to top up credits (requires your Bearer API key).
Potential side effectsask_inspectorFREE follow-up Q&A with the SibFly Inspector about a report you ALREADY BOUGHT (buy via check_ground_motion first).
Inferred read-onlyget_usageFREE: your recent billed calls (line-item ledger with request_id, endpoint, address, cost) so you can reconcile spend against reports.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.sibfly]
url = "https://sibfly.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sibfly": {
"type": "http",
"url": "https://sibfly.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sibfly
Remote MCP URL: https://sibfly.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"sibfly": {
"url": "https://sibfly.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sibfly": {
"type": "http",
"url": "https://sibfly.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sibfly",
"transport": "streamable-http",
"url": "https://sibfly.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for sibfly.com was fetched 2026-09-16T00:16:50.347Z.
sibfly.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.