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 full 21-service catalog, optionally filtered by umbrella (valet, commercial, event, ev). Agents use this first when a user asks what AAP does.

02 get_service_details

Full detail record for a single service: summary, ideal customers, key features, and the page URL. Call after list_services when a user asks about a specific service.

03 check_service_area

Checks whether AAP services a given location. Accepts free-form input like "San Mateo", "Palo Alto, CA", or "atlanta". Returns yes or no plus region context. Always call before submitting a quote.

04 list_service_areas

All 52 cities AAP 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

Submits a free-quote request to AAP on the user behalf. Validates input, then POSTs to the Wufoo intake the website uses. Returns a confirmation identifier.

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.
Integration Help

Building an Agentic Product?

If you are building an agent, platform, or integration that could benefit from AAP's coverage, let's talk. We are happy to coordinate on launch, custom tooling, or partnership opportunities.

Contact: sales@allaboutparking.com or (650) 508-8886.

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?