mcpbeat

Valet Parking Directory MCP Server

com.getvaletparking/valet-parking-directory
answering

Valet Parking Directory is answering right now. Last checked 5 min ago. It exposes 7 tools. Last commit 19 Jun 2026.

MCP server for valet parking: 789 US operators across 31,186 cities. 7 tools. No auth.

Uptime history 41 hours of history
41 hours agonow
100.0%
Uptime 24h
91 of 91 checks
7
Tools
read from the server
459 ms
Response time
average over 24h
0
Stars
last commit 19 Jun 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 5 min ago.

run in your terminal
claude mcp add valet-parking-directory --transport http https://api.getvaletparking.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "valet-parking-directory": {
      "url": "https://api.getvaletparking.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.valet-parking-directory]
url = "https://api.getvaletparking.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "valet-parking-directory": {
      "url": "https://api.getvaletparking.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "valet-parking-directory": {
      "url": "https://api.getvaletparking.com/mcp"
    }
  }
}

Available tools 7

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

valet
valet_find_nearest_operators
List nearest valet operators within a 100-mile cap of a coordinate, optionally narrowed by service. Use this when a user is in a city with no listed operators and you need the closest available fallback ranked nearest-first. Empty array if nothing within 100 miles.
valet_find_operators_in_city
List valet operators serving a city slug plus state slug, optionally narrowed by service. Use this when an agent has a city already disambiguated and wants its operator roster ranked premium tier first then name. Empty array if no listed operators.
valet_find_operators_near
Find valet operators within a given radius of a coordinate, ranked premium tier first then distance. Use this when you have a coordinate and an event-context radius (5mi single venue, 25mi metro, 50mi regional). radius_miles is required; empty array if no matches.
valet_get_operator
Get the full operator profile by slug including address, phone, website, services, venues_served, FAQs, and tipping note. Use this when an agent has a slug from a search tool or directory URL and needs the complete profile to rank or present. Returns isError on slug 404 or upstream outage.
valet_list_services
List the 9 canonical valet service slugs with display name and category. Use this when an agent needs to validate or discover the supported service taxonomy before composing a follow-up search (e.g. valet_search_by_service_and_city). Returns the in-bundle catalog; no upstream call; no isError path.
valet_search_by_service_and_city
Search valet operators by service slug plus city slug across all matching states. Use this when an agent has both a service slug and a city slug and wants a cross-state tier-then-name ranked list. Invalid service slugs surface the 9 canonical alternatives.
valet_search_cities
Search the cities directory by name prefix with population-ranked results. Use this when an agent needs to resolve a partial city name into a canonical city slug plus state slug plus lat/lng before composing valet_find_operators_in_city or valet_find_operators_near. Empty array if no matches.

Endpoints

URLTransportStateLatencyChecked
https://api.getvaletparking.com/mcp streamable-http answering 487 ms 5 min ago

Valet Parking Directory — questions

Answers built from our own checks of this server.

What can Valet Parking Directory do?
It exposes 7 tools, read directly from the server on our last check. Among them: valet_find_nearest_operators, valet_find_operators_in_city, valet_find_operators_near, valet_get_operator, valet_list_services, valet_search_by_service_and_city and 1 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Valet Parking Directory working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 459 ms. The bar chart above shows every period we have measured.
How do I connect Valet Parking Directory?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Valet Parking Directory need an API key?
No. Valet Parking Directory completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 7 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Valet Parking Directory?
It answers our handshake in 459 ms on average, which is faster than 26% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Valet Parking Directory open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.