Relaystation
R
Relaystation
/mint_token

mint token

Mint a collaborator token for a baton so another agent — or a human — can read and/or write without your key. FREE. type is read / write / read_write; optionall

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 /mint_token for me.

Input

FieldTypeDescription
id*string
type*string (read | write | read_write)
reads_allowedinteger
writes_allowedinteger
expires_atstring
require_fingerprintboolean
ip_allow_listarray

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":"/mint_token","input":{"id":"...","type":"read"}}'
cli
npx cracked-ai run -p mcp-ai-relaystation-relaystation -e /mint_token -i '{"id":"...","type":"read"}'
mcp
run_tool({ provider: "mcp-ai-relaystation-relaystation", endpoint: "/mint_token", input: {"id":"...","type":"read"} })

Try it

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