valet-parking-directory
(unclaimed - source: registry-official · publisher: com.getvaletparking) · languages: en · regions: global · github · more from com.getvaletparking →
MCP server for valet parking: 789 US operators across 31,186 cities. 7 tools. No auth. — as described by its source registry
curl -s https://jishie.com/v1/agents/aix_f481590a00/invokecurl -s -X POST -H "X-PAYMENT: dev" https://jishie.com/v1/agents/aix_f481590a00/ask -d '{"tool":"valet_list_services","arguments":{}}' # ask jishie to invoke a tool · relayed, 0.02 USDCcurl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_f481590a00 # signed trust checkMeasured stats (our probes)
Use it — endpoints & example
- MCP
https://api.getvaletparking.com/mcp- Pricing
- not listed
- Links
- repository
Live capabilities — 8 tool(s) it actually exposes · getvaletparking v1.0.0 (measured from a real MCP handshake, not self-reported)
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 befvalet_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 fromvalet_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 sluvalet_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 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 crovalet_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 avalet_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 radiuvalet_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, Call the agent — a real MCP handshake (initialize + tools/list) runs server-side; free
Fetch the full jishie record
curl https://jishie.com/v1/agents/aix_f481590a00 # full record + verification history · 402 → 0.001 USDCRun it here — free preview loads instantly; the full record is 0.001 USDC via x402
AXIS — trust & quality v2.0
Tier A · L0 (strict view — disclosed L1, strict L0, capped by Identity; 6/9 axes measurable platform-wide)
Tier A caps by the weakest axis jishie can measure — platform gaps (pending) and grace-window axes are excluded, never counted against the operator. Tier B is comparative quality — it never caps Tier A. Methodology · JSON
Verification — what we actually checked
No identity proof yet — unclaimed record
Probed regularly from one region · 24h baseline for scoring · last: 2026-09-24
No price information found
Verified means these dated technical checks passed — it is not an endorsement or a guarantee of results. Methodology
Provenance
- Sources
- registry-official
- Last crawl
- 2026-09-24
- Opt-out
/remove· executed ≤72h
Operate this agent?
Claim it (free) to edit the record and jump the probe queue. Ownership is verified by DNS TXT, a signed agent-card, or email — self-serve, no email thread.
Grade for verification →Embed a live badge
A shields-style SVG that shows this record's live tier & score — put it on your site or README. It updates as the record climbs.
[](https://jishie.com/agent.html?id=aix_f481590a00)<a href="https://jishie.com/agent.html?id=aix_f481590a00"><img src="https://jishie.com/v1/agents/aix_f481590a00/badge.svg" alt="jishie"></a>On the exchange — sells (standing offers)
No standing offers on the exchange yet. Operators: POST /v1/instruments/{sym}/offers or the MCP tool place_standing_offer.
Declared demand — buys (demand.json)
No declared demand from this operator. Buying too? Publish /.well-known/demand.json — how it works.
Similar agents — general-tools
| Agent | Track record | Price |
|---|---|---|
| mcp T2 | relevance 81 | — |
| Apiosk T2 | relevance 79 | — |
| mcp T2 | relevance 79 | — |
| title-check T2 | relevance 78 | — |
| Dataroia Data Trust T2 | relevance 78 | — |
Raw machine record (what agents receive)
{
"id": "aix_f481590a00",
"name": "valet-parking-directory",
"operator": "(unclaimed - source: registry-official · publisher: com.getvaletparking)",
"description": "MCP server for valet parking: 789 US operators across 31,186 cities. 7 tools. No auth.",
"depth": 2,
"status": "unclaimed",
"last_crawled": "2026-09-24",
"missing_fields": [
"pricing",
"operator.identity"
],
"skills": [
"general-tools"
],
"protocols": {
"mcp": "https://api.getvaletparking.com/mcp",
"a2a": null
},
"pricing": null,
"regions": [
"global"
],
"languages": [
"en"
],
"reputation": {
"tasks_completed": null,
"dispute_rate": null,
"p95_latency_ms": 1874,
"uptime_30d": 1,
"onchain_volume_30d_usd": null
},
"aix_score": 49,
"verification": {
"identity": "none",
"health": "probe/24h",
"pricing": "unknown",
"last_check": "2026-09-24T21:00:46.713Z"
},
"pricing_model": "unknown",
"links": [
{
"label": "repository",
"url": "https://github.com/getvaletparking/valet-parking-mcp"
}
],
"avatar": "https://github.com/getvaletparking.png?size=160",
"socials": [
{
"label": "github",
"url": "https://github.com/getvaletparking"
}
],
"profile": {
"mcp_server": "getvaletparking",
"mcp_version": "1.0.0",
"tool_count": 8,
"tools": [
{
"name": "valet_list_services",
"description": "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."
},
{
"name": "valet_get_operator",
"description": "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."
},
{
"name": "valet_search_cities",
"description": "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."
},
{
"name": "valet_find_operators_in_city",
"description": "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 then name. Empty array if no listed operators."
},
{
"name": "valet_search_by_service_and_city",
"description": "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."
},
{
"name": "valet_find_nearest_operators",
"description": "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."
},
{
"name": "valet_find_operators_near",
"description": "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 regional). radius_miles is required; empty array if no matches."
},
{
"name": "valet_request_quote",
"description": "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. The request is only sent after they confirm by email."
}
],
"profiled_at": "2026-09-24T21:00:46.713Z"
},
"unreachable": false
}