Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

com.getvaletparking/valet-parking-directory

com.getvaletparking/valet-parking-directory

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

Uptime
100.0%
2 direct probes · 30d
Response
1085ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

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. v…

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 need…

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 co…

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 by listing tier t…

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. Inv…

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 fallba…

valet_find_operators_near

Find valet operators within a given radius of a coordinate, ranked by listing tier then distance. Use this when you have a coordinate and an event-context radius (5mi single venue, 25mi metro, 50mi re…

valet_request_quote

Submit a valet parking quote request to the operators serving a US city. Use this when a person has asked you to arrange valet and has given their name, email, phone, city, service type and event date…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.getvaletparking/valet-parking-directory": {
      "url": "https://api.getvaletparking.com/mcp",
      "transport": "streamable-http"
    }
  }
}