Server data from the Official MCP Registry
Search 419K+ space regulatory filings from FCC, ITU, UNOOSA, FAA-AST: entities, spectrum, alerts.
Search 419K+ space regulatory filings from FCC, ITU, UNOOSA, FAA-AST: entities, spectrum, alerts.
1 tool verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Remote servers are capped at 8.0 because source code is not available for review. The score reflects endpoint verification only.
From the project's GitHub README.
MCP (Model Context Protocol) server for Orbit Sentinel — 419,000+ extracted space regulatory filings from FCC, ITU, UNOOSA, and FAA-AST, queryable from Claude Desktop, Claude Code, Cursor, or any MCP client.
An API key is required. Beta access: https://console.viventine.com.
The server is a thin, open-source (MIT) stdio client of the public REST API — five Go files, easy to audit before you run it.
brew install --cask viventine-space/tap/orbit-sentinel-mcp
Installs to $(brew --prefix)/bin/orbit-sentinel-mcp, handles the quarantine
flag for you, and upgrades with brew upgrade.
Download the archive for your platform from the latest release, then:
tar -xzf orbit-sentinel-mcp_*.tar.gz
mkdir -p ~/bin && mv orbit-sentinel-mcp ~/bin/
macOS only — the binary is not notarized yet, so clear the quarantine flag once:
xattr -d com.apple.quarantine ~/bin/orbit-sentinel-mcp
Windows: unzip and note the full path to orbit-sentinel-mcp.exe.
go install github.com/viventine-space/orbit-sentinel-mcp@latest
The server reads two environment variables:
| Variable | Purpose |
|---|---|
MCP_API_URL | Orbit Sentinel API base URL (https://orbit-sentinel.viventine.com) |
MCP_API_KEY | Your API key from the console |
Claude Desktop — add to ~/Library/Application Support/Claude/claude_desktop_config.json
(Windows: %APPDATA%\Claude\claude_desktop_config.json), using the absolute
path to the binary (~ is not expanded):
{
"mcpServers": {
"orbit-sentinel": {
"command": "/absolute/path/to/orbit-sentinel-mcp",
"env": {
"MCP_API_URL": "https://orbit-sentinel.viventine.com",
"MCP_API_KEY": "<your-key>"
}
}
}
}
Claude Code — one command:
claude mcp add orbit-sentinel \
--env MCP_API_URL=https://orbit-sentinel.viventine.com \
--env MCP_API_KEY=<your-key> \
-- ~/bin/orbit-sentinel-mcp
Restart your client; the Orbit Sentinel tools (research, search_filings,
get_entity_profile, …) appear in the tools menu.
Tag and push — GitHub Actions builds and publishes all platforms:
git tag v0.x.y && git push origin v0.x.y
Asset names are version-stable (orbit-sentinel-mcp_<os>_<arch>.tar.gz), so
releases/latest/download/... URLs always serve the newest build.
Be the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally