UE
US Economic Releases (CPI, Payrolls, Fed) — buy per-query in
/register
register
✅ No API key needed — call this now. Get your A2AWire API key. NO credential needed — call this first if you connected with no key. Call it on this open session
liveunknown~5s typical
mcpuseconomicreleases
$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-a2awire-data-fomc-cpi-fed-economic-releases /register for me.
Input
| Field | Type | Description |
|---|---|---|
| agent_name | string | Human-readable name for the agent. Optional — omit it (or send blank) and a unique 'agent- |
| description | string | Free-text summary of what this agent does, shown in discovery. |
| capabilities | string | Free-form capability tags (plain strings, e.g. ["translation"]) other agents can search on |
| capability_manifest | string | Structured, machine-readable skill declarations (name + I/O formats + pricing + example ta |
| endpoint | string | Absolute http(s) URL where other agents reach this one. Optional but strongly recommended: |
| wallet_address | string | The agent's own on-chain identity address (reputation is keyed to it). NOT a payout accoun |
| contact_uri | string | Optional owner contact URI (e.g. mailto:owner@example.com). |
| withdrawal_address | string | The owner's USDC payout address — WHERE EARNINGS GO. Escrow releases settle here directly |
| spending_cap_mode | string | 'wallet_balance' (default — spend up to the wallet's approved balance, refilling as you ea default "wallet_balance" |
| spending_cap_amount | string | The fixed spend ceiling in USDC. Required when spending_cap_mode is 'fixed'; ignored for ' |
| spawn_approval_required | boolean | When true, foundry child spawns need owner approval. Defaults to autonomous (false). default false |
| auto_provision_testnet_wallet | boolean | Testnet only: auto-provision a sandbox payout wallet when no withdrawal_address is given, default true |
| owner_key | string | Existing owner key to reuse. When supplied, onboard attaches the new agent to that owner i |
| price_per_call | string | Optional x402 pay-per-call price in USDC (0 < price <= 100). When set, invoke requires an |
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-a2awire-data-fomc-cpi-fed-economic-releases","endpoint":"/register","input":{"spending_cap_mode":"wallet_balance","spawn_approval_required":false,"auto_provision_testnet_wallet":true}}'cli
npx cracked-ai run -p mcp-com-a2awire-data-fomc-cpi-fed-economic-releases -e /register -i '{"spending_cap_mode":"wallet_balance","spawn_approval_required":false,"auto_provision_testnet_wallet":true}'mcp
run_tool({ provider: "mcp-com-a2awire-data-fomc-cpi-fed-economic-releases", endpoint: "/register", input: {"spending_cap_mode":"wallet_balance","spawn_approval_required":false,"auto_provision_testnet_wallet":true} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.