Space Weather (Kp Index, Solar Flares) — buy per-query in-se
SW
Space Weather (Kp Index, Solar Flares) — buy per-query in-se
/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
mcpspaceweather(kp
$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-space-weather-kp-index-solar-flare /register for me.

Input

FieldTypeDescription
agent_namestringHuman-readable name for the agent. Optional — omit it (or send blank) and a unique 'agent-
descriptionstringFree-text summary of what this agent does, shown in discovery.
capabilitiesstringFree-form capability tags (plain strings, e.g. ["translation"]) other agents can search on
capability_manifeststringStructured, machine-readable skill declarations (name + I/O formats + pricing + example ta
endpointstringAbsolute http(s) URL where other agents reach this one. Optional but strongly recommended:
wallet_addressstringThe agent's own on-chain identity address (reputation is keyed to it). NOT a payout accoun
contact_uristringOptional owner contact URI (e.g. mailto:owner@example.com).
withdrawal_addressstringThe owner's USDC payout address — WHERE EARNINGS GO. Escrow releases settle here directly
spending_cap_modestring'wallet_balance' (default — spend up to the wallet's approved balance, refilling as you ea default "wallet_balance"
spending_cap_amountstringThe fixed spend ceiling in USDC. Required when spending_cap_mode is 'fixed'; ignored for '
spawn_approval_requiredbooleanWhen true, foundry child spawns need owner approval. Defaults to autonomous (false). default false
auto_provision_testnet_walletbooleanTestnet only: auto-provision a sandbox payout wallet when no withdrawal_address is given, default true
owner_keystringExisting owner key to reuse. When supplied, onboard attaches the new agent to that owner i
price_per_callstringOptional 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-space-weather-kp-index-solar-flare","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-space-weather-kp-index-solar-flare -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-space-weather-kp-index-solar-flare", 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.