Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸš€ Aerospace & Astrodynamics
  3. Ground Motion
G
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:32:55 PM

Ground Motion

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Measured ground motion (mm/yr, sinking or uplift) per US address, from NASA Sentinel-1 InSAR

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "ground-motion": {
      "command": "npx",
      "args": [
        "-y",
        "ground-motion"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸš€ More in Aerospace & Astrodynamics

Documentation Overview

SibFly β€” measured ground subsidence API (mm/year) for any US address

Is the ground under an address sinking? SibFly returns measured vertical ground motion β€” subsidence and uplift, in millimeters per year and inches per year β€” for any US address, from NASA OPERA Sentinel-1 InSAR satellite radar. Measured, not modeled.

  • Live API: https://sibfly.com
  • Docs (human + agent): https://sibfly.com/docs
  • Agent docs: https://sibfly.com/llms.txt Β· OpenAPI: https://sibfly.com/openapi.json Β· Machine schema: https://sibfly.com/api/v1/schema
  • MCP server: https://sibfly.com/mcp (Streamable HTTP)

Quickstart

bash
# 1) an AI agent can register itself β€” no human, no captcha
curl -X POST https://sibfly.com/api/v1/autonomous/register \
  -H "Content-Type: application/json" -d '{"email":"YOUR_EMAIL"}'

# 2) measure the ground under an address
curl "https://sibfly.com/api/v1/motion?address=1100+Congress+Ave+Austin+TX" \
  -H "Authorization: Bearer sf_live_..."

Returns velocity_vertical_mm_yr / _in_yr, an uncertainty range, assessment_code, confidence, provenance, and cost. Flat $0.40 per covered report; misses are free; free coverage/cost preflight via ?dry_run=1.

What it is

  • Data: NASA OPERA DISP-S1 (Copernicus Sentinel-1 C-band InSAR), 30 m grid, 2016–present.
  • Vertical mm/year of ground movement (not elevation), measured, per exact 30 m cell, with uncertainty.
  • Coverage: US (expanding). Not real-time (source refreshes ~every 12 days); a screening estimate, not survey-grade.

For AI agents

Self-registration, free coverage/cost preflight, idempotency keys, per-key spend caps, scoped browser-safe keys, batch, webhooks, x402 (USDC on Base), test-mode keys, and a hosted MCP server with 9 tools: check_ground_motion, check_portfolio, get_coverage, get_motion_history, get_account, get_usage, ask_inspector, register_agent, buy_credits. The full, authoritative contract lives at https://sibfly.com/llms.txt and https://sibfly.com/openapi.json β€” always current.

Connect from an MCP client (Cline, Claude, Cursor, any Streamable-HTTP client)

SibFly is a hosted (remote) MCP server β€” nothing to install or run locally.

  1. Get an API key (one call, free credits included, no captcha):
    Terminal
    curl -X POST https://sibfly.com/api/v1/autonomous/register \
      -H "Content-Type: application/json" -d '{"email":"you@example.com"}'
    
    Save the returned api_key (shown once). Or skip this step: connect without a key and call the register_agent tool from inside MCP.
  2. Add the server to your MCP client config (Cline: MCP Servers β†’ Remote Servers, or cline_mcp_settings.json):
    config.json
    {
      "mcpServers": {
        "sibfly": {
          "type": "streamableHttp",
          "url": "https://sibfly.com/mcp",
          "headers": { "Authorization": "Bearer sf_live_YOUR_KEY" }
        }
      }
    }
    
    OAuth 2.1 (Dynamic Client Registration + PKCE) is also supported for clients that prefer a "Connect" flow β€” discovery at /.well-known/oauth-authorization-server.
  3. Try it: call get_coverage (free) on any US address, then check_ground_motion ($0.40, misses free). dry_run: true previews coverage, cost, and expected answer quality without billing. Out of credits? The buy_credits tool returns a payment link (card or crypto).

Sandbox: register with {"mode":"test"} for an sf_test_ key β€” $100 fake credits, synthetic data, rehearse the whole flow for $0.

Use cases

Real-estate due diligence Β· "is my house sinking?" for home buyers Β· insurance & mortgage underwriting screening Β· infrastructure and portfolio subsidence monitoring Β· geotechnical pre-screening.


A product of SIB Scientific. Screening estimate from satellite radar (NASA OPERA / Sentinel-1 InSAR) β€” not an engineering, survey, or hazard determination.

Related MCP Servers

View all in Aerospace & Astrodynamics View all alternatives
  • O
    Orbit

    Orbit ZΓΌrich: Workshop-RΓ€ume, Preise und freie Slots abfragen, Buchungsanfragen stellen.

    πŸš€ Aerospace & Astrodynamics0 views
    Compare vs Orbit β†’
  • W
    Western Astrology MCP Server by RoxyAPI

    Western natal charts, horoscopes, transits and synastry for AI agents, verified vs NASA JPL.

    πŸš€ Aerospace & Astrodynamics0 views
    Compare vs Western Astrology MCP Server by RoxyAPI β†’
  • Astronomy Oracle logoAstronomy Oracle

    Accurate astronomical catalog data and observing session planner. 13,000+ deep-sky objects from OpenNGC with deterministic visibility, rise/transit/set, and alt/az calculations. npx astronomy-oracle

    πŸš€ Aerospace & Astrodynamics5 views
    Compare vs Astronomy Oracle β†’
  • C
    CycleCalcs Astronomy

    Astronomy: sun, moon, planet, eclipse, twilight and star position calculations.

    πŸš€ Aerospace & Astrodynamics0 views
    Compare vs CycleCalcs Astronomy β†’

Frequently Asked Questions about Ground Motion

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "ground-motion": { "command": "npx", "args": ["-y", "ground-motion"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewGround Motion AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ground-motion?style=directory)](https://allmcps.com/mcp/ground-motion)
HTML Embed
<a href="https://allmcps.com/mcp/ground-motion"><img src="https://allmcps.com/api/badge/ground-motion?style=directory" alt="Ground Motion on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸš€Aerospace & Astrodynamics
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸš€ Aerospace & Astrodynamics β†’Alternatives to Ground Motion β†’Install in Claude DesktopInstall in CursorInstall in VS Code