Skip to main content
Glama

spacetrack-mcp

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

Related MCP server: space-mcp-server

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.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    C
    maintenance
    An MCP server that enables LLMs to query data from various NASA APIs, allowing access to astronomical data, space weather information, Earth imagery, and exoplanet information directly from compatible AI clients.
    21
    6
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    MCP server providing AI agents with access to NASA and space/astronomy data including APOD, Mars rover photos, near-Earth asteroids, exoplanets, Earth imagery, natural events, and space weather.
    11
    MIT

View all related MCP servers

Related MCP Connectors

  • CelesTrak MCP — satellite orbital elements (TLE / GP data) for any tracked object.

  • TLE MCP — satellite tracking via Two-Line Element sets (tle.ivanstanojevic.me, free, no auth)

  • MCP server for Mireye Earth — federal-source-cited geospatial data for any MCP-aware agent.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kaushik701/spacetrack-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server