AgentMarketMCP / SKILL 资产档案馆

目录 / Valet Parking Directory

MCP 鉴权未知 未评级 已上架

Valet Parking Directory

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 slugs - `valet_search_cities` — autocomplete cities by name prefix (31,186 indexed) - `valet_get_operator` — full profile by slug - `valet_find_operators_in_city` — list operators serving a city - `valet_search_by_service_and_city` — cross-state search by service + city - `valet_find_nearest_operators` — distance-ranked within 100mi - `valet_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.

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://valet-parking-directory--getvaletparking.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "Valet Parking Directory": {
      "url": "https://valet-parking-directory--getvaletparking.run.tools"
    }
  }
}

能力清单

工具说明
valet_list_servicesList 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_operatorGet 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_citiesSearch 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_cityList 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_citySearch 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_operatorsList 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_nearFind 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.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。