For AI agents
Connect your AI
Every listing on SPACEXPLORATION is searchable from Claude, ChatGPT, Cursor, or any client that speaks the Model Context Protocol. Searching needs no account and no API key — paste one URL and ask.
The server
https://sitemaps.spacexploration.com/mcp Streamable-HTTP MCP endpoint. Read tools work anonymously; account features use OAuth that your client handles for you.
Set it up
Claude (claude.ai & Desktop)
Settings → Connectors → Add custom connector, then paste the server URL.
https://sitemaps.spacexploration.com/mcp Claude Code
One command in your terminal:
claude mcp add --transport http spacexploration https://sitemaps.spacexploration.com/mcp Cursor
Add the server to .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
{
"mcpServers": {
"spacexploration": {
"url": "https://sitemaps.spacexploration.com/mcp"
}
}
} ChatGPT
Settings → Connectors → Advanced → Developer mode, then add the server URL as a custom connector.
https://sitemaps.spacexploration.com/mcp What your agent can do
No account needed
search_listings— structured search with the full filter and facet vocabularyinterpret_search— turns a plain-English ask into those filtersget_listing— the complete projection of one listingget_registry— the attribute schema — every filterable field, typed
With your account
- Save searches and manage saved searches
- Create and update your own listings
- Upload photos and documents, then publish
- Geocode addresses while drafting
Sign-in is standard OAuth — your client walks you through it. Listing changes always require a verified email and your ownership of the listing.
Building an agent? The machine-readable surface: llms.txt (tool catalog and recommended flows), server.json (MCP registry manifest), and auth.md (self-serve OAuth registration, step by step).