mcpbeat

SPACEXPLORATION MCP Server

com.spacexploration/listings
answering

SPACEXPLORATION is answering right now. Last checked 3 min ago. It exposes 15 tools.

Search commercial real estate listings. Reads need no token; authoring is self-serve OAuth (DCR).

Uptime history 41 hours of history · worst hour 75%
41 hours agonow
98.9%
Uptime 24h
90 of 91 checks
15
Tools
read from the server
500 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 3 min ago.

run in your terminal
claude mcp add listings --transport http https://spacexploration.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "listings": {
      "url": "https://spacexploration.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.listings]
url = "https://spacexploration.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "listings": {
      "url": "https://spacexploration.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "listings": {
      "url": "https://spacexploration.com/mcp"
    }
  }
}

Available tools 15

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

listing
create_listing
Create a new draft listing. Returns the full created listing exactly as stored, including its hashid and status. Pass an idempotency_key (any client-generated string, e.g. a UUID) to make the call safe to retry — re-sending the same key returns the original listing instead of creating a duplicate.
get_listing
Retrieve the full details of a single listing by its hashid. Returns the complete ListingResource projection including parcel data, all attribute details, and attachments. Broker contact is included only when the requesting user is authorised.
set_listing_attributes
Set broker-authored attributes on a listing you own. Pass `attributes` as a map of registry field name to value (the field names get_registry returns, e.g. {"attr_parking_spaces": 40, "attr_office_class": "Class A"}). Only fields get_registry marks "writable":true can be set; publish-time computed fields and hot columns (use update_listing for those) are rejected with guidance. Enum fields take the allowed value (or an array for multiselect); send null to clear a field. Returns the full updated listing.
update_listing
Update a listing's parcel, pricing, or marketing data. Pass at least one group (parcel, pricing, marketing); send each group whole, not just the changed field. Returns the full updated listing exactly as stored.
listings
list_my_listings
List all listings owned or brokered by the authenticated user. Optionally filter by status. Requires authentication.
search_listings
Search commercial real estate listings. Returns paginated hits with facet counts. For AI-driven search, call interpret_search first to convert a natural-language query into structured filters, then pass those filters — and its bounds, when present — here.
saved
delete_saved_search
Delete a saved search by its ID. Only the owner may delete their own searches. Requires authentication.
list_my_saved_searches
List the authenticated user's saved searches, including their filters and alert schedule. Requires authentication.
attach
attach_listing_photo
Attach a photo to a listing you own directly from its public URL — one call, no separate sign/upload/confirm. The server fetches the image and ingests it with auto-generated thumbnail/hero/full variants. Only https image URLs whose host is publicly routable are accepted. The photo is content-moderated (must be real-estate related and safe) before it can appear publicly — the returned snapshot includes the moderation_status (approved / rejected / escalated) and moderation_reason. A rejected or escalated photo will not be publicly visible and will block publishing until removed or replaced.
confirm
confirm_attachment_upload
Finalize an out-of-band upload after the file bytes have been PUT to the presigned URL. Verifies the stored object matches what was signed (size and content-type) and marks the attachment ready. Returns the attachment snapshot with its public variant URLs. Idempotent: confirming an already-confirmed upload returns the same snapshot.
geocode
geocode_address
Geocode a free-form US address into coordinates and structured components (street_address, city, county, state, postal_code) plus a formatted address and place_id — exactly the identity fields create_listing requires. Use this first, then pass the result straight into create_listing instead of supplying your own coordinates.
interpret
interpret_search
Translate a natural-language property-search sentence into a structured filter payload compatible with search_listings. Use this as a transparent intermediate step: pass the user's raw query here, then forward the returned filters — and the returned bounds, when present (they carry the "near <place>" intent) — to search_listings.
registry
get_registry
Returns the full attribute registry — every searchable and filterable field, its type, allowed values, and display label. Read this first to understand the schema before calling search_listings with attribute filters.
save
save_search
Save the current search as a named alert. The user will receive email digests when new matching listings appear. Requires authentication.
sign
sign_attachment_upload
Begin an out-of-band file upload. Returns a presigned R2 PUT URL and the headers to use; the file bytes are uploaded directly to storage, never through this channel. After PUTting the file, call confirm_attachment_upload with the returned attachment_id. Supports listings (photos, documents), users (avatar), and pages (cover, photos).

Endpoints

URLTransportStateLatencyChecked
https://spacexploration.com/mcp streamable-http answering 550 ms 3 min ago

SPACEXPLORATION — questions

Answers built from our own checks of this server.

What can SPACEXPLORATION do?
It exposes 15 tools, read directly from the server on our last check. Among them: attach_listing_photo, confirm_attachment_upload, create_listing, delete_saved_search, geocode_address, get_listing and 9 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is SPACEXPLORATION mostly used for?
Its tools cluster around listing, saved and listings. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is SPACEXPLORATION working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 90 of 91 checks got a reply (98.9%), average response time 500 ms. The bar chart above shows every period we have measured.
How do I connect SPACEXPLORATION?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does SPACEXPLORATION need an API key?
No. SPACEXPLORATION completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 15 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is SPACEXPLORATION?
It answers our handshake in 500 ms on average, which is faster than 22% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.