SpaceOps Satellite Operations MCP Server
Click on "Install 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 installed
Maintenance
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
- AlicenseAqualityBmaintenanceExposes the astrodynamics capabilities of the Brahe library enabling language models to perform space situational awareness and astrodynamics calculations.Last updated511MIT

Planet MCPofficial
Alicense-qualityDmaintenanceEnables AI agents to interact with the Planet API for satellite imagery ordering, subscriptions, and data management through natural language.Last updated14Apache 2.0- FlicenseAqualityBmaintenanceEnables AI agents to query Earth observation data, satellite imagery, active fires, and weather via natural language, returning interactive maps and briefs.Last updated12
- Alicense-qualityCmaintenanceAuto-managed SPICE kernels for heliophysics missions. Enables querying spacecraft positions, trajectories, and coordinate transforms via natural language.Last updatedMIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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