← spacexploration.com

INDIVIDUAL MCP TOOL

send_feedback

File feedback or a support ticket with the SPACEXPLORATION team: a bug report, feature request, question, or anything you would improve about the app or the MCP experience.

spacexploration.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

spacexploration.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.spacexploration-public]
url = "https://spacexploration.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "spacexploration-public": {
      "type": "http",
      "url": "https://spacexploration.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: spacexploration-public
Remote MCP URL: https://spacexploration.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "spacexploration-public": {
      "url": "https://spacexploration.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "spacexploration-public": {
      "type": "http",
      "url": "https://spacexploration.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "spacexploration-public",
  "transport": "streamable-http",
  "url": "https://spacexploration.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_registry — Returns the full attribute registry — every searchable and filterable field, its type, allowed values, and display label.
  • search_listings — Search commercial real estate listings.
  • get_listing — Retrieve the full details of a single listing by its hashid.
  • interpret_search — Translate a natural-language property-search sentence into a structured filter payload compatible with search_listings.
  • save_search — Save the current search as a named alert.
  • list_my_saved_searches — List the authenticated user's saved searches, including their filters and alert schedule.
  • delete_saved_search — Delete a saved search by its ID.
  • list_my_listings — List all listings owned or brokered by the authenticated user.