SpaceOps Satellite Operations MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SpaceOps Satellite Operations MCP ServerCheck telemetry for CARTOSAT-3"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
๐ SpaceOps Satellite Operations MCP Server
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=srcThis server cannot be deployed
Maintenance
Related MCP Connectors
Live space data for AI agents - rocket launches, ISS passes, launch news. Free, no auth.
Real-time planetary signal engine and Model Context Protocol (MCP) server for autonomous AI agents.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Connect AI clients to biomedical data and tools.
Related MCP Servers
- AlicenseAqualityBmaintenanceExposes the astrodynamics capabilities of the Brahe library enabling language models to perform space situational awareness and astrodynamics calculations.513MIT

Planet MCPofficial
AlicenseNot gradedqualityCmaintenanceEnables AI agents to interact with the Planet API for satellite imagery ordering, subscriptions, and data management through natural language.17Apache 2.0- FlicenseAqualityBmaintenanceEnables AI agents to query Earth observation data, satellite imagery, active fires, and weather via natural language, returning interactive maps and briefs.12-
- AlicenseNot gradedqualityBmaintenanceEnables autonomous satellite agents to communicate and coordinate for orbital operations such as collision avoidance, maneuver planning, and mission execution.1,106 npmMIT