INDIVIDUAL MCP TOOL
get_launch_news
Latest rocket-launch news articles (previews and post-launch recaps) from Cosmik, optionally filtered by a search term (mission, rocket, or provider name).
LIVE ENDPOINT
https://gocosmik.com/api/mcp
Connect to this endpoint to inspect the live schema for get_launch_news and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
CONNECT 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.
Related tools
get_next_launches— Live schedule of upcoming orbital rocket launches (SpaceX, NASA, Rocket Lab, ULA, Arianespace, China…) with liftoff times (UTC), pads, status and a live-tracking link.get_iss_passes— When 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).