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
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
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².get_listing_summary— Look up a single SpotMe listing by its short ID (the part after `spotme.mx/c/` in the URL).