Data Collection
spacexploration.com
Provides access to commercial real estate listings with search, detail retrieval, natural language query interpretation, and search saving capabilities.
ENDPOINT 1
https://spacexploration.com/mcp
Known tools 15
get_registryReturns the full attribute registry — every searchable and filterable field, its type, allowed values, and display label.
search_listingsSearch commercial real estate listings.
get_listingRetrieve the full details of a single listing by its hashid.
interpret_searchTranslate a natural-language property-search sentence into a structured filter payload compatible with search_listings.
save_searchSave the current search as a named alert.
list_my_saved_searchesList the authenticated user's saved searches, including their filters and alert schedule.
delete_saved_searchDelete a saved search by its ID.
list_my_listingsList all listings owned or brokered by the authenticated user.
geocode_addressGeocode 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.
create_listingCreate a new draft listing.
update_listingUpdate a listing's parcel, pricing, or marketing data.
set_listing_attributesSet broker-authored attributes on a listing you own.
attach_listing_photoAttach a photo to a listing you own directly from its public URL — one call, no separate sign/upload/confirm.
sign_attachment_uploadBegin an out-of-band file upload.
confirm_attachment_uploadFinalize an out-of-band upload after the file bytes have been PUT to the presigned URL.