Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ”’ Security
  3. Valet Parking Directory
V
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:25:01 PM

Valet Parking Directory

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "valet-parking-directory": {
      "command": "npx",
      "args": [
        "-y",
        "valet-parking-directory"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ”’ More in Security

Documentation Overview

valet-parking-directory

Public read-only MCP server backed by GetValetParking.com directory of US valet operators.

smithery badge

Find this server on the Official MCP Registry.

What this is

GetValetParking.com directory exposes a Model Context Protocol server at https://api.getvaletparking.com/mcp over the Streamable HTTP transport. The server is public, read-only, and unauthenticated. It serves the same data that powers the directory pages at getvaletparking.com: 789 US valet operators across 31,186 cities, with 9 service taxonomies (wedding, corporate, restaurant, hotel, hospital, etc.).

Agents call it when a user asks about valet parking in a location. The server returns operator profiles with addresses, phone numbers, websites, services, FAQs, and tipping notes. Search by coordinate, by city slug, by service, or by name prefix.

Install

Claude Desktop

Edit your claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json; Windows: %APPDATA%\Claude\claude_desktop_config.json):

config.json
{
  "mcpServers": {
    "valet-parking-directory": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.getvaletparking.com/mcp"
      ]
    }
  }
}

Restart Claude Desktop after saving.

Cursor

Edit ~/.cursor/mcp.json (global) or .cursor/mcp.json (project):

config.json
{
  "mcpServers": {
    "valet-parking-directory": {
      "url": "https://api.getvaletparking.com/mcp"
    }
  }
}

ChatGPT (Pro, Team, Enterprise, or Edu)

In ChatGPT, go to Settings, then Apps and Connectors, then Add. Enter Name valet-parking-directory and URL https://api.getvaletparking.com/mcp. Steps may vary; refer to current ChatGPT documentation.

Continue

Edit .continue/config.yaml:

yaml
mcpServers:
  - name: valet-parking-directory
    type: streamable-http
    url: https://api.getvaletparking.com/mcp

Cline

Cline GUI: MCP icon, Remote Servers tab, enter Server Name and Server URL. Or edit Cline MCP config JSON:

config.json
{
  "mcpServers": {
    "valet-parking-directory": {
      "url": "https://api.getvaletparking.com/mcp",
      "disabled": false,
      "autoApprove": []
    }
  }
}

Tools

ToolTitleDescriptionCost (points)
valet_list_servicesList Valet 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. Returns the in-bundle catalog; no upstream call; no isError path.1
valet_get_operatorGet 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.2
valet_search_citiesSearch 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.1
valet_find_operators_in_cityFind 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.1
valet_search_by_service_and_citySearch 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.1
valet_find_nearest_operatorsFind 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.3
valet_find_operators_nearFind 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.3

Full per-tool documentation at https://getvaletparking.com/mcp/docs.

Example transcripts

Three example transcripts capture the canonical first prompt "Find me valet parking near Austin, Texas" in three clients. Screenshots will land with the Phase 11 asset kit (target 2026-07).

Claude Desktop

Transcript screenshot will land with the Phase 11 asset kit (target 2026-07).

Cursor

Transcript screenshot will land with the Phase 11 asset kit (target 2026-07).

ChatGPT

Transcript screenshot will land with the Phase 11 asset kit (target 2026-07).

Each transcript will show the prompt, the agent's tool call (valet_find_nearest_operators or valet_search_cities then valet_find_operators_in_city), and the readable result for the user.

Data freshness

Operator data refreshes daily at 03:00 UTC via a Cloudflare Worker reconcile from Payload CMS to Typesense. The data_freshness field on every tool response includes the indexed_at timestamp plus source. If Payload-vs-Typesense drift exceeds 5%, tool responses return a transient 503 with retry-after; 1-5% drift adds a data_freshness.warning field with the current drift percentage. Server-card available at https://api.getvaletparking.com/.well-known/mcp/server-card.json.

Rate limits and abuse circuit

The server enforces a per-(IP, session) cost-points budget of 100 points / 60 seconds rolling window. The cost table above lists the per-tool cost. Per-IP abuse circuit: more than 1,000 calls/day for 2 consecutive days trips a 24-hour tarpit. Per-tool kill switches are available to the operator as a manual override.

Terms of use

Permitted: real-time agent queries grounded in a user intent.

Prohibited: bulk extraction, dataset construction for redistribution, scraping at scale, training-data construction, reposting on competing directories.

Full terms at https://getvaletparking.com/mcp/terms.

License

MIT. See LICENSE at repo root.

Source

This repo is a release-time mirror of the canonical source in the GetValetParking.com monorepo. The MCP server runs in production at https://api.getvaletparking.com/mcp from the same src/mcp/ subtree present in this repo.

Contact

evans.keith@gmail.com

Related MCP Servers

View all in Security View all alternatives
  • Mcp logoMcp

    Search and read the public Applivery docs (MDM & app distribution). Read-only, no auth.

    πŸ”’ Security1 views
    Compare vs Mcp β†’
  • Mcp Maigret logoMcp Maigret

    MCP server for maigret, a powerful OSINT tool that collects user account information from various public sources. This server provides tools for searching usernames across social networks and analyzing URLs.

    πŸ”’ Security3 views
    Compare vs Mcp Maigret β†’
  • A
    Arkon Vault

    Private projects, preflight, decisions, and handoffs that keep work continuous across AI tools.

    πŸ”’ Security0 views
    Compare vs Arkon Vault β†’
  • Agentward logoAgentward

    Permission control plane for AI agents. MCP proxy that enforces least-privilege YAML policies on every tool call, classifies sensitive data (PII/PHI), detects dangerous skill chains, and generates compliance audit trails. Supports stdio and HTTP proxy modes.

    πŸ”’ Security2 views
    Compare vs Agentward β†’

Frequently Asked Questions about Valet Parking Directory

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "valet-parking-directory": { "command": "npx", "args": ["-y", "valet-parking-directory"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewValet Parking Directory AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/valet-parking-directory?style=directory)](https://allmcps.com/mcp/valet-parking-directory)
HTML Embed
<a href="https://allmcps.com/mcp/valet-parking-directory"><img src="https://allmcps.com/api/badge/valet-parking-directory?style=directory" alt="Valet Parking Directory on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”’Security
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ”’ Security β†’Best MCP servers for Security β†’Alternatives to Valet Parking Directory β†’Install in Claude DesktopInstall in CursorInstall in VS Code