AdvocateMCP
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

FieldTypeDescription
slug*stringBusiness slug identifier
contact_namestringEnd-user's name
contact_emailstringEnd-user's email
contact_phonestringEnd-user's phone
preferred_channelstring (phone | email | sms | any)Channel the user prefers (default: any)
reasonstringWhy the user wants the callback
urgencystring (low | normal | high | emergency)How time-sensitive (default: normal)
idempotency_key*stringIdempotency key
agent_idstringOptional 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.