Relaystation
R
Relaystation
/create_topup_link

create topup link

Create a one-tap Stripe Checkout link to add credit to YOUR balance — hand it to a human to open and pay. NO money moves here (it returns a URL; the balance is

liveunknown~5s typical
mcprelaystation
$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-ai-relaystation-relaystation /create_topup_link for me.

Input

FieldTypeDescription
amountUsd*number
successUrlstring
cancelUrlstring

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-ai-relaystation-relaystation","endpoint":"/create_topup_link","input":{"amountUsd":1}}'
cli
npx cracked-ai run -p mcp-ai-relaystation-relaystation -e /create_topup_link -i '{"amountUsd":1}'
mcp
run_tool({ provider: "mcp-ai-relaystation-relaystation", endpoint: "/create_topup_link", input: {"amountUsd":1} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.