← spacexploration.com

INDIVIDUAL MCP TOOL

confirm_attachment_upload

Finalize an out-of-band upload after the file bytes have been PUT to the presigned URL.

spacexploration.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests retrieving external content.

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.