Skip to main content
Glama
jdbruh18

SpaceOps Satellite Operations MCP Server

by jdbruh18

๐ŸŒŒ SpaceOps Satellite Operations MCP Server

License: MIT Python 3.10+ Protocol Domain

A Model Context Protocol (MCP) server that connects LLM agents to live and simulated satellite subsystems, NOAA space weather telemetry (solar flares and geomagnetic storms), and space debris orbital conjunction analysis.


๐Ÿงฐ Available MCP Tools

This server exposes 3 tools over standard I/O (stdio) transport:

1. get_satellite_telemetry

Retrieves telemetry metrics (altitude, velocity, battery status, solar panel voltage, payload instrument health) for a specific satellite.

  • Parameters:

    • name (string, required): Satellite name (e.g., "CARTOSAT-3", "NISAR", "INSAT-3DR").

2. get_space_weather

Queries NOAA SWPC for active solar radiation storm scale, radio blackouts index, and geomagnetic storm advisories.

3. calculate_orbit_conjunction

Evaluates distance proximity between a satellite orbit and trackable space debris telemetry coordinates.

  • Parameters:

    • satellite_name (string, required): Target satellite name.

    • debris_lat (float, required): Debris latitude.

    • debris_lon (float, required): Debris longitude.

    • debris_alt (float, required): Debris altitude in km.


Related MCP server: Planet MCP

๐Ÿ“ฆ Installation & Quickstart

# 1. Setup environment
cd spaceops-mcp-server
python -m venv venv
.\venv\Scripts\activate

# 2. Install package
pip install -e .

Claude Desktop Config

{
  "mcpServers": {
    "spaceops": {
      "command": "D:/Projects/spaceops-mcp-server/venv/Scripts/python.exe",
      "args": [
        "-m",
        "spaceops_mcp.server"
      ]
    }
  }
}

๐Ÿงช Testing

python -m pytest -o pythonpath=src
A
license - permissive license
-
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
    -
    quality
    D
    maintenance
    Enables AI agents to interact with the Planet API for satellite imagery ordering, subscriptions, and data management through natural language.
    14
    Apache 2.0
  • A
    license
    -
    quality
    B
    maintenance
    Enables autonomous satellite agents to communicate and coordinate for orbital operations such as collision avoidance, maneuver planning, and mission execution.
    2,504
    MIT

View all related MCP servers

Related MCP Connectors

  • Live space data for AI agents - rocket launches, ISS passes, launch news. Free, no auth.

  • Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.

  • Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.

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/jdbruh18/spaceops-mcp-server'

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