mcp-spacex
mcp-spacex
SpaceX MCP – Pipeworx-gehostete Wiederbelebung der (toten) SpaceX-API.
Teil von Pipeworx – einem MCP-Gateway, das KI-Agenten mit über 1394+ Live-Datenquellen verbindet.
Tools
Tool | Beschreibung |
| Ruft den neuesten SpaceX-Start ab. Gibt Startname, Datum (UTC), Erfolgsstatus, Missionsdetails, Rakete, Startrampe und Medienlinks (Webcast, Artikel, Wikipedia) zurück. Wird vom Pipeworx-gehosteten SpaceX-Spiegel bereitgestellt. |
| Ruft den nächsten anstehenden SpaceX-Start ab. Gibt Startname, geplantes Datum (UTC, kann TBD sein), Missionsdetails, Rakete und Startrampe zurück. |
| Ruft vergangene SpaceX-Starts ab, absteigend nach Datum sortiert. Gibt für jeden Start Name, Datum (UTC), Status und Erfolg zurück. |
| Listet SpaceX-Raketenkonfigurationen auf (Falcon 1, Falcon 9, Falcon Heavy, Starship, …). Gibt Name, Familie, Wiederverwendbarkeit, Jungfernflug, Startkosten, Start-/Erfolgszahlen und Erfolgsrate zurück. |
| Listet Astronauten auf, die an SpaceX-Crew-Dragon-Missionen geflogen sind (oder ihnen zugewiesen wurden). Gibt Name, Agentur, Flugstatus, Mission, Rolle, Wikipedia und Bild-URL zurück. Abgeleitet aus jüngsten bemannten SpaceX-Starts. |
| Ruft Live-Starlink-Satelliten aus dem öffentlichen Katalog (CelesTrak) ab, sortiert nach der neuesten Epoche der Bahnelemente. Gibt Objektname, NORAD/COSPAR-ID, Epoche, mittlere Bewegung, Inklination und Exzentrizität zurück. |
Related MCP server: mcp-meteors
Quick Start
Fügen Sie es zu Ihrem MCP-Client hinzu (Claude Desktop, Cursor, Windsurf usw.):
{
"mcpServers": {
"spacex": {
"url": "https://gateway.pipeworx.io/spacex/mcp"
}
}
}Oder verbinden Sie sich mit dem vollständigen Pipeworx-Gateway, um Zugriff auf alle 1394+ Datenquellen zu erhalten:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Verwendung mit ask_pipeworx
Anstatt Tools direkt aufzurufen, können Sie Fragen in einfachem Englisch stellen:
ask_pipeworx({ question: "your question about Spacex data" })Das Gateway wählt das richtige Tool aus und füllt die Argumente automatisch aus.
More
License
MIT
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
- AlicenseNot gradedqualityDmaintenanceProvides access to live SpaceX data including latest launches, upcoming launches, and company information through the SpaceX API.1MIT
- AlicenseNot gradedqualityCmaintenanceProvides NASA fireball, near-Earth asteroid, and close approach data via MCP, enabling users to query space object information using natural language.13MIT
- FlicenseNot gradedqualityDmaintenanceA lightweight MCP server that provides analytics on SpaceX launches, including launch counts per year, success vs failure totals, and most-used launch site.
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to access spaceflight news data through the Pipeworx MCP gateway, allowing natural language queries for space-related articles and updates.17MIT
Related MCP Connectors
Launches MCP — wraps Launch Library 2 API (ll.thespacedevs.com, free, no auth)
Spacenews MCP — wraps the Spaceflight News API v4 (free, no auth)
Launch Library 2 MCP — global rocket launch data
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/pipeworx-io/mcp-spacex'
If you have feedback or need assistance with the MCP directory API, please join our Discord server