← spotme.mx

INDIVIDUAL MCP TOOL

get_listing_summary

Look up a single SpotMe listing by its short ID (the part after `spotme.mx/c/` in the URL).

spotme.mxnone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent endpoint

spotme.mx

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.spotme-mx]
url = "https://server.spotme.mx/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "spotme-mx": {
      "type": "http",
      "url": "https://server.spotme.mx/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: spotme-mx
Remote MCP URL: https://server.spotme.mx/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": {
    "spotme-mx": {
      "url": "https://server.spotme.mx/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "spotme-mx": {
      "type": "http",
      "url": "https://server.spotme.mx/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "spotme-mx",
  "transport": "streamable-http",
  "url": "https://server.spotme.mx/mcp"
}
MCP Inspector

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

Related tools

  • search_listings — Find rentable spaces in a Mexican city by space type.
  • get_city_overview — Summary of SpotMe inventory in a Mexican city: counts by space type, top neighborhoods, and price ranges.
  • get_pricing_guide — Estimated monthly price range (MXN) for a given space type (self-storage, parking, warehouse, industrial-warehouse) in a Mexican city, optionally narrowed by target size in m².