mcpbeat Sign in

SPACEXPLORATION MCP Server

by spacexploration Your server? Claim it
answering

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

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

Uptime history 47 days of history · worst day 98%
47 days agonow
100.0%
Uptime 24h
92 of 92 checks
15
Tools
read from the server
561 ms
Response time
average over 24h
open, no key
Access
streamable-http

What changed 1

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 20 August 2026. No other catalogue keeps this.

20 Aug a tool changed the parameters it asks for update_listing

SPACEXPLORATION missed one check this week

Everything else answered, so this is steady rather than shaky. We check every 15 minutes, which is how a one-off gets told apart from the start of a pattern, and how you hear about the next one within the hour instead of from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 0 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 492 ms 0 min ago

Alternatives to SPACEXPLORATION

same job, measured the same way
NDI-MCP-Server
by creintel

Commercial real estate deal search, comp lookup, and scoring for the Northeast US

125 installs/wk local only
MatchOffice
by matchoffice

Search commercial real estate locations and create inquiries on MatchOffice.

3 tools answering
Trellistate
by trellistate

Free public real estate listing exchange. Search, retrieve, and submit inquiries on listings.

5 tools answering
PropFácil
by jonatanvazquez

Search authorized real estate in Mexico and manage favorites and publishing with OAuth.

13 tools answering
ActuallyCare
by actuallycare

Real-estate platform for agents: escrows, listings, clients, leads, and commissions. OAuth login.

answering
Wraps
by wraps

Search the Wraps docs and estimate AWS SES costs. Public, read-only, no authentication.

4 tools answering
Real Estate Listing MCP
by csoai-org

Real Estate Listing MCP Server by MEOK AI Labs

206 installs/wk local only
Docs
by empryo

Search and read Empryo's documentation. Read-only, no auth, no local access.

4 tools answering

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 92 of 92 checks got a reply (100.0%), average response time 561 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 561 ms on average, which is faster than 23% 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.