A
AdvocateMCP
/query_business_agent
Query Business Agent
Ask a registered business's AI advocate a question and get a citation-ready answer plus a referral link. The answer is grounded ONLY in the business's public pr
liveunknown~5s typical
mcpadvocatemcp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-advocatemcp-advocate /query_business_agent for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | Business slug identifier |
| query* | string | The visitor's question about this business |
| agent_id | string | Optional self-asserted calling-agent id — used for logging/tuning only, never auth |
| stage | string (browsing | comparing | committing) | Optional buyer stage: browsing | comparing | committing |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-advocatemcp-advocate","endpoint":"/query_business_agent","input":{"slug":"...","query":"..."}}'cli
npx cracked-ai run -p mcp-com-advocatemcp-advocate -e /query_business_agent -i '{"slug":"...","query":"..."}'mcp
run_tool({ provider: "mcp-com-advocatemcp-advocate", endpoint: "/query_business_agent", input: {"slug":"...","query":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.