Skip to main content
Glama
crashedfox

Cosmik — Live Space Data

by crashedfox
README.md
# Cosmik MCP Server

Live space data for AI agents — the MCP server behind [Cosmik](https://gocosmik.com),
the free real-time 3D satellite tracker.

**Endpoint (remote, streamable HTTP, no auth):**

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

Server card: [`/.well-known/mcp/server-card.json`](https://gocosmik.com/.well-known/mcp/server-card.json)

## Tools

| Tool | What 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](https://gocosmik.com) 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.

TDQS

A4.3/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct aspect of space data: launches schedule, ISS passes, and launch news. No ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_get_noun pattern (get_next_launches, get_iss_passes, get_launch_news).

Tool Count5/5

3 tools is well-scoped for a focused live space data server, covering the most relevant live data points without excess.

Completeness4/5

Covers core live space data (launches, ISS passes, news). Minor gap: no real-time ISS position or satellite tracking, but the set is self-contained for its stated purpose.

Maintenance

ActivitySlowing
ResponsivenessNo issues