A
AdvocateMCP
/request_callback
Request Callback
Submit a callback request on behalf of a user. The business is notified via their configured lead routing channel (SMS/email). Idempotent: re-using the same ide
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 /request_callback for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | Business slug identifier |
| contact_name | string | End-user's name |
| contact_email | string | End-user's email |
| contact_phone | string | End-user's phone |
| preferred_channel | string (phone | email | sms | any) | Channel the user prefers (default: any) |
| reason | string | Why the user wants the callback |
| urgency | string (low | normal | high | emergency) | How time-sensitive (default: normal) |
| idempotency_key* | string | Idempotency key |
| agent_id | string | Optional agent identifier |
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":"/request_callback","input":{"slug":"...","idempotency_key":"..."}}'cli
npx cracked-ai run -p mcp-com-advocatemcp-advocate -e /request_callback -i '{"slug":"...","idempotency_key":"..."}'mcp
run_tool({ provider: "mcp-com-advocatemcp-advocate", endpoint: "/request_callback", input: {"slug":"...","idempotency_key":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.