SpaceX MCP
Provides tools for accessing SpaceX API data, including retrieving the latest launch information, listing upcoming launches, and fetching company details.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SpaceX MCPwhat was the last SpaceX launch?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SpaceX MCP
SpaceX API verilerini MCP (Model Context Protocol) üzerinden sunan dinamik server uygulaması.
📋 Özellikler
Dinamik API çağrıları - SpaceX API'den canlı veri çeker
MCP Protocol desteği - STDIO üzerinden MCP protokolü
Çoklu tool desteği - En son fırlatma, yaklaşan fırlatmalar ve şirket bilgileri
Standart MCP mimarisi - Modern MCP server implementasyonu
Related MCP server: celestialnode-mcp
🚀 Kurulum
Repoyu klonlayın:
git clone https://github.com/rftsngl/SpaceX-mcp.git
cd SpaceX-mcpSanal ortam oluşturun ve aktifleştirin:
python -m venv venv
# Windows
venv\Scripts\activate
# Linux/Mac
source venv/bin/activateBağımlılıkları yükleyin:
pip install -r requirements.txt📖 Kullanım
Lokal çalıştırma
python server.pyDocker ile çalıştırma
docker build -t spacex-mcp .
docker run spacex-mcpSmithery ile deployment
smithery deploy🛠️ Mevcut Tools
get_latest_launch - En son SpaceX fırlatma bilgilerini alır
get_upcoming_launches - Yaklaşan fırlatmaları listeler (limit parametresi ile)
get_company_info - SpaceX şirket bilgilerini getirir
📁 Proje Yapısı
spacex-mcp/
├── app.py # Ana uygulama logic'i ve SpaceX API sınıfı
├── server.py # MCP server implementasyonu (STDIO)
├── requirements.txt # Python bağımlılıkları
├── Dockerfile # Konteyner konfigürasyonu
├── smithery.yaml # Smithery deployment konfigürasyonu
└── README.md # Bu dosya🔧 Gereksinimler
Python 3.9+
requests
Internet bağlantısı (SpaceX API için)
📝 MCP Protocol
Bu server MCP (Model Context Protocol) STDIO implementasyonu kullanır:
Input: JSONRPC 2.0 formatında stdin
Output: JSONRPC 2.0 formatında stdout
Tools: SpaceX API endpoint'leri
📄 Lisans
Bu proje MIT lisansı altında lisanslanmıştır.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA lightweight MCP server that provides analytics on SpaceX launches, including launch counts per year, success vs failure totals, and most-used launch site.Last updated
- Alicense-qualityDmaintenanceProvides real-time space data including ISS and Tiangong tracking, crew in space, rocket launches, space news, Mars missions, a star catalog, near-Earth asteroids, and satellites. All 18 tools are read-only.Last updatedMIT
- AlicenseAqualityBmaintenanceLive space data for AI agents: upcoming rocket launches (SpaceX, NASA, Rocket Lab…), ISS pass predictions for any city or coordinates (live SGP4), and launch news in 7 languages. Read-only, no auth, no API key. Backed by gocosmik.com — the free real-time 3D satellite tracker.Last updated3MIT
- Alicense-qualityCmaintenanceWraps the Launch Library 2 API to provide access to launch data, enabling queries about upcoming and past launches.Last updated1MIT
Related MCP Connectors
Launches MCP — wraps Launch Library 2 API (ll.thespacedevs.com, free, no auth)
Live space data for AI agents - rocket launches, ISS passes, launch news. Free, no auth.
Spacenews MCP — wraps the Spaceflight News API v4 (free, no auth)
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rftsngl/SpaceX-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server