trackmcp
Back to directory
crashedfox

cosmik-mcp

View on GitHub

Live space data for AI agents — remote MCP server: rocket launches, ISS passes, launch news. No auth. https://gocosmik.com/api/mcp

0 stars JavaScriptOthers Updated Jul 24, 2026

Documentation

Cosmik MCP Server

Live space data for AI agents — the MCP server behind Cosmik,

the free real-time 3D satellite tracker.

Endpoint (remote, streamable HTTP, no auth):

code
https://gocosmik.com/api/mcp

Server card: `/.well-known/mcp/server-card.json`

Tools

ToolWhat it does
`get_next_launches`Upcoming rocket launches worldwide — provider, pad, T-0, mission, webcast
`get_iss_passes`Next visible ISS passes for a city (550+ known) or any lat/lon — live SGP4 propagation
`get_launch_news`Latest launch news articles (7 languages)

Use it from Claude

json
{
  "mcpServers": {
    "cosmik": {
      "type": "http",
      "url": "https://gocosmik.com/api/mcp"
    }
  }
}

Or in Claude Code: `claude mcp add --transport http cosmik https://gocosmik.com/api/mcp`

Ask things like *"When can I see the ISS from Paris tonight?"* or *"What's the next

SpaceX launch?"* — answers come from live orbital data, not training data.

About

Cosmik tracks the ISS, Starlink and 20,000+ satellites in

real-time 3D in any browser — free, no login. This server exposes the same live

data (CelesTrak orbital elements, Launch Library 2) to AI agents. No API key, fair

use; data refreshes continuously.

Frequently asked questions

What is cosmik-mcp?

cosmik-mcp is Live space data for AI agents — remote MCP server: rocket launches, ISS passes, launch news. No auth. https://gocosmik.com/api/mcp

How do I install cosmik-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is cosmik-mcp open source?

Yes — it is hosted on GitHub at https://github.com/crashedfox/cosmik-mcp.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP