{ "name": "celestialnode-mcp", "version": "1.1.0", "description": "MCP server for real-time space data from Celestial Node — ISS tracking, launches, crew, Mars missions, star catalog, asteroids, and more.", "type": "module", "bin": { "celestialnode-mcp": "index.js" }, "main": "index.js", "files": [ "index.js" ], "mcpName": "io.github.christerso/celestial-node", "keywords": [ "mcp", "model-context-protocol", "space", "iss", "nasa", "esa", "spacex", "astronomy", "satellites", "mars", "stars", "asteroids", "launches" ], "author": "christerso", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/christerso/celestialnode-mcp.git" }, "homepage": "https://celestialnode.com", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1" }, "engines": { "node": ">=18.0.0" } }