A
AdvocateMCP
/get_payment_handoff_url
Get Payment Handoff URL
Returns a plain-text summary of a priced offer (service, amount, currency, cancellation policy, and how long the price is valid) plus a URL on our domain that s
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_payment_handoff_url for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | Business slug identifier |
| offer_id* | string | The offer id returned by get_quote |
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_payment_handoff_url","input":{"slug":"...","offer_id":"..."}}'cli
npx cracked-ai run -p mcp-com-advocatemcp-advocate -e /get_payment_handoff_url -i '{"slug":"...","offer_id":"..."}'mcp
run_tool({ provider: "mcp-com-advocatemcp-advocate", endpoint: "/get_payment_handoff_url", input: {"slug":"...","offer_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.