orbit-sentinel-mcp

Viventine-Space/orbit-sentinel-mcp
★ 1 stars Go Other Updated 4d ago
MCP server for Orbit Sentinel — space regulatory filings from FCC, ITU, UNOOSA, FAA-AST
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "orbit-sentinel-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/Viventine-Space/orbit-sentinel-mcp@latest"
      ]
    }
  }
}