Spacetrack
FreeNot checkedMCP server that wraps the NASA Space-Track API to provide tools for TLE lookup, conjunction query, and satellite catalog search.
About
MCP server that wraps the NASA Space-Track API to provide tools for TLE lookup, conjunction query, and satellite catalog search.
README
MCP server for NASA Space-Track — the first of its kind.
Wraps the Space-Track REST API with three tools for use in Claude Desktop, AMOA, or any MCP-compatible client.
Tools
| Tool | Description |
|---|---|
tle_lookup |
Fetch latest TLE for a satellite by NORAD ID |
conjunction_query |
Fetch recent CDMs (collision risk data) |
satcat_search |
Search satellite catalog by name |
Install
uvx spacetrack-mcp
Claude Desktop config
Add to claude_desktop_config.json:
{
"mcpServers": {
"spacetrack": {
"command": "uvx",
"args": ["spacetrack-mcp"],
"env": {
"SPACETRACK_USERNAME": "your_email",
"SPACETRACK_PASSWORD": "your_password"
}
}
}
}
Credentials
Register free at space-track.org. CDM access requires a separate request — see Space-Track documentation.
Rate limits
Space-Track enforces 30 req/min, 300 req/hr. The server caches responses with diskcache to stay within limits during development.
Install Spacetrack in Claude Desktop, Claude Code & Cursor
unyly install spacetrack-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add spacetrack-mcp -- uvx spacetrack-mcpFAQ
Is Spacetrack MCP free?
Yes, Spacetrack MCP is free — one-click install via Unyly at no cost.
Does Spacetrack need an API key?
No, Spacetrack runs without API keys or environment variables.
Is Spacetrack hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Spacetrack in Claude Desktop, Claude Code or Cursor?
Open Spacetrack on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Spacetrack with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
