MCP server · Infostellar
infostellar-stellarstation
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
⚠ Proposed MCP surface. No official hosted MCP server was found for Infostellar. The tools below are a candidate set derived from this provider's API, and the link points at the source descriptor rather than a live server. If Infostellar publishes an official server, this page will update to it on the next build.
Descriptor
https://raw.githubusercontent.com/api-evangelist/infostellar/refs/heads/main/mcp/infostellar-mcp.yml
Candidate descriptor · transport stdio
Tools
list_plans— List scheduled passes (plans) for a satellite within a time window.cancel_plan— Cancel a previously reserved upcoming plan.list_upcoming_available_passes— List schedulable passes within the next 14 days.reserve_pass— Reserve a pass, turning it into a scheduled plan.add_tle— Add TLE orbital element data for a satellite.get_tle— Retrieve current TLE orbital element data for a satellite.set_tle_source— Configure whether orbital data comes from NORAD or manual entry.set_plan_metadata— Associate custom key-value metadata with a plan.open_satellite_stream— Open a bidirectional telemetry/command stream for a satellite (streaming).gs_add_unavailability_window— Add a ground-station unavailability window.gs_delete_unavailability_window— Delete a ground-station unavailability window.gs_list_unavailability_windows— List ground-station unavailability windows.gs_list_plans— List plans scheduled on a ground station.gs_cancel_plan— Cancel a plan from the ground-station side.gs_get_current_plan— Get the currently executing plan for a ground station.gs_open_ground_station_stream— Open a bidirectional ground-station stream (streaming).
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.