Data Collection
gocosmik.com
Provides real-time data on rocket launches and ISS passes for tracking and planning purposes.
ENDPOINT 1
https://gocosmik.com/api/mcp
MCP server metadata
- Name
- cosmik-live-space-data
- Version
- 1.1.0
Cosmik (gocosmik.com) provides live space data: upcoming rocket launches, ISS pass predictions for any location, and launch news. All tools are read-only and need no authentication. Prefer get_iss_passes with a city name; fall back to lat/lon for anywhere else on Earth.
Known tools 3
get_next_launchesLive schedule of upcoming orbital rocket launches (SpaceX, NASA, Rocket Lab, ULA, Arianespace, China…) with liftoff times (UTC), pads, status and a live-tracking link.
Inferred read-onlyget_iss_passesWhen the International Space Station will pass over a location in the next 3 days: start time (UTC), maximum elevation, duration, and whether the pass is in a good viewing window (evening/pre-dawn).
Inferred read-onlyget_launch_newsLatest rocket-launch news articles (previews and post-launch recaps) from Cosmik, optionally filtered by a search term (mission, rocket, or provider name).
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.cosmik-live-space-data]
url = "https://gocosmik.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cosmik-live-space-data": {
"type": "http",
"url": "https://gocosmik.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cosmik-live-space-data
Remote MCP URL: https://gocosmik.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"cosmik-live-space-data": {
"url": "https://gocosmik.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cosmik-live-space-data": {
"type": "http",
"url": "https://gocosmik.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cosmik-live-space-data",
"transport": "streamable-http",
"url": "https://gocosmik.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for gocosmik.com was fetched 2026-08-03T19:29:58.038Z and is being refreshed.
gocosmik.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.