{
  "$schema": "https://modelcontextprotocol.io/schemas/draft/server-card.json",
  "serverInfo": {
    "name": "cosmik",
    "title": "Cosmik — live space data",
    "version": "1.0.0",
    "description": "Live space data for AI agents: upcoming rocket launches with liftoff times and tracking links, ISS pass predictions for any city or coordinates, and launch news previews/recaps. Free, no authentication."
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://gocosmik.com/api/mcp"
  },
  "capabilities": {
    "tools": { "listChanged": false }
  },
  "tools": [
    { "name": "get_next_launches", "description": "Upcoming orbital rocket launches, optionally filtered by provider" },
    { "name": "get_iss_passes", "description": "ISS pass times over a city or lat/lon for the next 3 days" },
    { "name": "get_launch_news", "description": "Latest launch news previews and recaps" }
  ],
  "authentication": { "required": false },
  "documentation": "https://gocosmik.com/llms.txt",
  "contact": "hello@gocosmik.com"
}
