AAP for AI Agents

Built for Agentic Systems

AAP exposes a Model Context Protocol server so AI agents can describe our services, check service area coverage, submit real quote requests, and surface hiring info on behalf of users.

One URL. Seven Tools. Real Leads.

When an AI agent is asked "find me a valet company for a wedding in Palo Alto," our MCP gives it everything it needs to describe All About Parking accurately, confirm coverage, and submit a quote request that lands in the same pipeline as our website.

The server is hosted on Cloudflare Workers and speaks the Model Context Protocol over Streamable HTTP and Server-Sent Events. No authentication required to read; quote submissions use our standard intake. Tool responses are typed and compact, designed for agent routing rather than wall-of-text marketing.

MCP Endpoints
  • Streamable HTTPhttps://aap-mcp.allaboutparking.workers.dev/mcp
  • SSE (legacy)https://aap-mcp.allaboutparking.workers.dev/sse
  • Manifesthttps://www.allaboutparking.com/.well-known/mcp.json
Tool Catalog

Seven Tools, One Outcome

Each tool is a pure function. Agents compose them to route a user from intent to completed lead.

01 list_services

Returns the entire 21-service catalog, optionally filtered by umbrella (valet, commercial, event, ev). The first API call agents make when a user inquires as to what AAP does.

02 get_service_details

Detailed record for one service: summary, target customers, key features, and the page URL. Call after list_services when the user inquires about a specific service.

03 check_service_area

Determines if AAP services an area. Takes free-form input such as "San Mateo", "Palo Alto, CA", or "atlanta". Returns yes or no and a region for context. Call always before a quote submission.

04 list_service_areas

All 52 cities where AAP provides services, filterable by region (bay_area, los_angeles, atlanta) or by Bay Area sub-region (peninsula, south_bay, east_bay, north_bay, sf).

05 get_company_info

Credentials (DOBE, BBB A+, Health and Safety certified), leadership, differentiators, featured clients, and testimonials. Use when a user asks why AAP or before recommending the company.

06 get_careers_info

AAP hiring status (actively hiring), benefits, requirements, and live job postings. Use when a user mentions looking for work.

07 request_quote

Processes a request to submit a free-quote form to AAP on behalf of the user. Checks the input and POSTs to the Wufoo intake form that the website uses. Returns a confirmation number.

Connect

Install on Your Agent

Claude.ai (web)

Settings -> Connectors -> Add custom connector. Paste the MCP URL, save, enable. No config file required.

Connector URL
https://aap-mcp.allaboutparking.workers.dev/mcp

Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (on macOS) or the equivalent path on Windows. Fully quit and reopen Claude after saving.

{
  "mcpServers": {
    "aap": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://aap-mcp.allaboutparking.workers.dev/mcp"]
    }
  }
}

ChatGPT

Settings -> Connectors -> Add connector. Paste the MCP URL. Available in ChatGPT Pro, Team, and Enterprise.

Connector URL
https://aap-mcp.allaboutparking.workers.dev/mcp

Cursor, Continue, and other IDE agents

Add the MCP server to your workspace MCP config. Format varies by client; Cursor uses .cursor/mcp.json.

{
  "mcp": {
    "servers": {
      "aap": {
        "url": "https://aap-mcp.allaboutparking.workers.dev/mcp"
      }
    }
  }
}
What Agents Can Do

Three real paths from question to action.

  • 1. Lead generation. A user says "I need valet in Palo Alto for a wedding." The agent checks coverage, matches the wedding-venue service, fills the quote form, and AAP gets a real lead.
  • 2. Quote form fill. Every agent-submitted quote lands in the same Wufoo pipeline the website uses. Agent-sourced leads flow into the same CRM and inbox as human-sourced leads.
  • 3. Jobs. Candidates asking an agent about valet work get routed to AAP's live Paycom job listings. A future MCP version will submit applications directly.
Get Started

Request a Quote

Whether you found us through an AI agent or directly, we handle every request the same way. Let us design a custom plan for your property or event.

How Can We Be Of Service?