An agent-payable World Cup 2026 data API on Injective. Free endpoints serve the whole archive. Premium endpoints paid per call in USDC via x402. MCP server, Agent Skill, and CCTP funding included.
Golazo is an agent-payable data archive of the 2026 FIFA World Cup, live on Injective testnet as an ASP-native service. The tournament ended on 19 July 2026, and nobody built agent-payable infrastructure for the finished dataset. Golazo fills that gap.
Free endpoints (tournament summary, teams, matches by stage or team) are open to anyone. Premium endpoints (head to head, match analytics, team breakdown, full stats export) cost 0.01 USDC per call, gated by x402 with EIP-3009 transferWithAuthorization, so an AI agent can pay and retry with no human sign-off.
A Model Context Protocol server exposes seven tools that any Claude Desktop, Cursor, or Codex-style client can call. An Agent Skill in the standard markdown format teaches the agent when and how to use each tool. CCTP V2 lets the agent refuel its USDC by burning on Avalanche Fuji and minting on Injective, domain 29.
One real settled payment on chain: tx 0x5222ef0952df83d252240ca3059e37951488d880f765081d891ef67bd0f03171, block 134546275, 0.01 USDC, Success. Shown live in the demo video.
A custom facilitator handles a testnet quirk: Injective testnet emits transfer logs but returns null for eth_getTransactionReceipt on the same transaction across four RPC endpoints, so settlement is confirmed via eth_getLogs. Documented in the repo.
Built solo across 3 days. Ingested full World Cup 2026 dataset with provenance flags (48 teams, 12 groups, 104 matches, complete bracket). Wrote the API and x402 middleware. Discovered the eth_getTransactionReceipt limitation on Injective testnet, wrote a custom eth_getLogs-based facilitator to work around it, and settled a real payment on chain end to end. Built the MCP server with seven tools and the automatic x402 payment flow. Published the Agent Skill. Implemented CCTP V2 funding script with real contract addresses verified on both chains. Recorded voice-narrated demo, deployed landing site to Pxxl, passed a full security audit with no critical or high findings.