Skip to content
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
7.7%
39 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

Advocate
MCP server that makes local businesses discoverable to AI assistants with verified data.
0 tools
agentrank-mcp
MCP server for AgentRank / AgentIndex — search real, verifiable businesses for AI agents.
0 tools
mpp32-mcp-server
Payment layer for AI agents. One MCP, five protocols, thousands of paid APIs your agent can call.
0 tools
listbee-mcp
MCP server for ListBee — commerce API for AI agents
0 tools
agent-commerce-mcp-server
MCP Server for agent commerce — how AI agents create, compare, and track purchases
0 tools
agentdomain-mcp
MCP server for AgentDomain — register, buy, and manage domains as an AI agent
0 tools

How to use

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

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