safe4
S
safe4
/safe4_authorize

Safe4 authorize

Decide whether a proposed agent payment should proceed. Settled per call in USDC over x402. Called without ``payment`` it returns the price list rather than a

liveverifiedunknown~5s typical
mcpprobedsafe4
$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-safe4-safe4 /safe4_authorize for me.

Input

FieldTypeDescription
task*string
purchase*string
purchase_purpose*string
amount*string
currency*string
counterparty*string
service_category*string
allowed_service_categories*array
allowed_counterpartiesstring
task_idstring
paymentstring

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-safe4-safe4","endpoint":"/safe4_authorize","input":{"task":"...","purchase":"...","purchase_purpose":"...","amount":"...","currency":"...","counterparty":"...","service_category":"...","allowed_service_categories":[]}}'
cli
npx cracked-ai run -p mcp-ai-safe4-safe4 -e /safe4_authorize -i '{"task":"...","purchase":"...","purchase_purpose":"...","amount":"...","currency":"...","counterparty":"...","service_category":"...","allowed_service_categories":[]}'
mcp
run_tool({ provider: "mcp-ai-safe4-safe4", endpoint: "/safe4_authorize", input: {"task":"...","purchase":"...","purchase_purpose":"...","amount":"...","currency":"...","counterparty":"...","service_category":"...","allowed_service_categories":[]} })

Try it

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