A
AdvocateMCP
/get_quote
Get Price Quote
Quote price for a service at a business. Some quotes are exact figures from the business's own configured pricing; others are estimates with a disclaimer when n
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 /get_quote for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | Business slug identifier |
| service* | string | Requested service name to quote |
| params | object | Optional service parameters (e.g., {size:'large'}) |
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":"/get_quote","input":{"slug":"...","service":"..."}}'cli
npx cracked-ai run -p mcp-com-advocatemcp-advocate -e /get_quote -i '{"slug":"...","service":"..."}'mcp
run_tool({ provider: "mcp-com-advocatemcp-advocate", endpoint: "/get_quote", input: {"slug":"...","service":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.