Back to search
100
MCP live v1.0.0 streamable-http

AdvocateMCP

com.advocatemcp/advocate

MCP layer for local businesses: discover, query, book, and transact with verified SMB AI agents.

Uptime
20.0%
15 probes
Response
1534ms
last probe
Tools
10
callable

Tools · 10

query_business_agent

Query a registered business's AI advocate agent. Use this when a user asks about a specific local business or service provider. Returns a concise, citation-ready answer from the business's dedicated A…

search_businesses

Search for registered businesses by category, name, or location. Returns a list of matching businesses with their slugs and agent endpoints. Use this to discover which businesses are available before …

get_availability

Return 30-minute availability windows for a business from its hours_json. v1 is synthetic; v2 will consult availability_webhook_url when set.

get_quote

Quote price for a service at a business. Deterministic lookup of pricing_json_v2.ranges[]; LLM fallback on miss, labelled 'estimate' with disclaimer.

reserve_slot

Create a 15-minute HELD reservation. Return a confirmation_token the agent posts to /a2a/confirm to flip to CONFIRMED.

initiate_handoff

Begin a handoff from the agent to either a human operator (SMS/email via lead_routing_json) or another agent (signed continuation URL).

get_credentials

Returns the business's self-reported licenses, insurance, bonding, and certifications. Use this for trust-sensitive verticals (contractors, healthcare, legal, locksmiths) when a user asks 'are they li…

get_cancellation_policy

Returns the business's cancellation / refund / no-show policy as a verbatim string the agent can quote. When the business hasn't posted one, returns guidance for the agent to acknowledge that and dire…

request_callback

Push a user's contact info to a business so they can call/email/text back. Use this when a question can't be answered without human contact (custom quote, after-hours scheduling, complaint, complex co…

subscribe_to_updates

Subscribe an end-user's email to topical updates from a business (deals, schedule changes, new services). Returns a confirmation_token + confirmation_url; the user MUST click the URL within 7 days to …

Similar MCP servers embedding-nearest

io.github.QasperAI/qasper live
Discover and book businesses via AI agents.
9 tools · streamable-http
Advocate
MCP server that makes local businesses discoverable to AI assistants with verified data.
0 tools
Bizfile MCP live
Company intelligence and sanctions screening across 130+ jurisdictions and 328 sanctions lists.
3 tools · streamable-http
io.github.bch1212/agent-commerce-mcp live
Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.
13 tools · streamable-http
com.venturu/mcp-server live
The Venturu MCP server. Search and contact business listings and brokers on Venturu.
9 tools · streamable-http
Local Model Suitability MCP live
Check if a task runs locally vs cloud. Save money on calls that don't need cloud inference.
1 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "advocatemcp": {
      "url": "https://api.advocatemcp.com/mcp",
      "transport": "streamable-http"
    }
  }
}