Valet Parking Directory
Public read-only MCP server backed by GetValetParking.com directory of 789 US valet parking operators across 31,186 cities.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- 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 fol
- 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 di
- 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 p
What data it sees
Do you need an account
No: the server works without sign-in
Public read-only MCP server backed by GetValetParking.com directory of 789 US valet parking operators across 31,186 cities. Discover operators by coordinates or city slug, filter by 9 service types, and fetch full operator profiles. No auth required; rate-limited per IP and session.
Tools
valet_list_services— list the 9 canonical service slugsvalet_search_cities— autocomplete cities by name prefix (31,186 indexed)valet_get_operator— full profile by slugvalet_find_operators_in_city— list operators serving a cityvalet_search_by_service_and_city— cross-state search by service + cityvalet_find_nearest_operators— distance-ranked within 100mivalet_find_operators_near— radius search with tier ranking
Coverage
789 US valet parking operators across 31,186 cities and 9 service types (restaurant, hotel, wedding, hospital, stadium, corporate, residential, funeral, general).
Tech
Streamable HTTP transport.
Server tool list (7)
Raw names from tools/list. Only developers need these.
| 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_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_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. |
| 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_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_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_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. |