Orbit Sentinel

by viventine-space

Not rated
GitHub

About

Search 419,000+ space regulatory filings from the FCC, ITU, UNOOSA, and FAA-AST — semantic search, entity dossiers, spectrum holdings, launch licenses, and alerts.

Details

Author
viventine-space
Categories
Search, Other, Knowledge Base

Setup

Install Orbit Sentinel in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/viventine-space/orbit-sentinel-mcp

Follow the installation instructions in the repository README, then restart your MCP client.

MCP (Model Context Protocol) server forOrbit Sentinel— 950K+ 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) client of the public REST API — nine Go files, easy to audit before you run it. Run it locally over stdio, or skip the install entirely and point your client at the hosted remote endpoint (below).

The lowest-friction path — no binary, no updates. Point any HTTP-capable MCP client at:

https://orbit-sentinel.viventine.com/mcp

Transport is Streamable HTTP (stateless). Two ways to authenticate:

claude mcp add --transport http orbit-sentinel https://orbit-sentinel.viventine.com/mcp

API key— if you'd rather use a static key (or your client can't do OAuth), pass your console key as a bearer token:

claude mcp add --transport http orbit-sentinel \ https://orbit-sentinel.viventine.com/mcp \ --header "Authorization: Bearer <your-key>"

Get a key / beta access athttps://console.viventine.com.

Generic MCP clients— any Streamable HTTP client works via OAuth 2.1 (RFC 9728 protected-resource discovery) or anAuthorization: Bearer <key>header. For a stdio-only client, bridge withnpx mcp-remote https://orbit-sentinel.viventine.com/mcp.

Downloadorbit-sentinel-mcp.mcpband double-click it — Claude Desktop installs the extension and prompts for your API key. Bundles macOS (universal), Linux, and Windows binaries.

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 withbrew upgrade.

Download the archive for your platform from thelatest 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 toorbit-sentinel-mcp.exe.

go install github.com/viventine-space/orbit-sentinel-mcp@latest

The server reads two environment variables:

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 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), soreleases/latest/download/...URLs always serve the newest build.

The Claude Desktop bundle (orbit-sentinel-mcp.mcpb) is packed and uploaded by the release workflow — the manifest template lives atmcpb/manifest.json(itsversionis stamped from the tag at pack time).

Then repeat theGlama release— it does not auto-update from GitHub, and it gates the quality score on the badge above. On theDockerfile admin page, the saved build spec should carry over (build steps install Go andgo build; placeholder parameters need a dummyMCP_API_KEYto satisfy the env schema) — clickBuild, thenMake Releasewith the new version. Manual for now; consider Glama API integration next release cycle.

Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.

An MCP server providing semantic search capabilities for APLCart data.

MCP server for Christian scholarship and research — scripture, Greek/Hebrew word data, cross-references, patristic texts, and semantic search,

Access and search EPUB ebook collections using semantic vector search.

local-first semantic search in Lojban dictionaries

Self-hosted web search for AI agents — multi-engine parallel search with embedding-based result reranking. Zero API keys, pip install.

The MCP server provides end-to-end workflows for SEC filings and earnings call transcripts—including ticker resolution, document retrieval, OCR, embedding, on-disk resource discovery, and semantic search—exposed via MCP and powered by the same olmOCR and embedding backends as the vLLM backends.

MCP server that enables AI assistants to search Reddit conversations, explore subreddits, and access trending topics.

Provides semantic search across local files by creating vector embeddings from watched directories.

Embeddings, vector search, document storage, and full-text search with the open-source AI application database

Semantic search through Dickens' classic tale. Find passages by meaning, theme, or concept - not just keywords.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.