streamable-httpMITupdated 1mo ago
Live space data for AI agents — the MCP server behind Cosmik, the free real-time 3D satellite tracker.
What can you do with cosmik?
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):
https://gocosmik.com/api/mcp
Server card: /.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
{
"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.
Install
Add cosmik to your client. Pick the one you use.
claude mcp add --transport http cosmik https://gocosmik.com/api/mcpcodex mcp add cosmik --url https://gocosmik.com/api/mcp{
"mcpServers": {
"cosmik": {
"url": "https://gocosmik.com/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"cosmik": {
"type": "http",
"url": "https://gocosmik.com/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"cosmik": {
"url": "https://gocosmik.com/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"cosmik": {
"serverUrl": "https://gocosmik.com/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
3 tools
cosmik exposes 3 tools to a connected agent.
- 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)
Score
64 / 100
Good
- Documentation19/25
- Maintenance16/25
- Trust13/20
- Capability4/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 39 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 3 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 23, 2026 |