Two products an agent can buy without a human in the loop: settlement verdicts on crypto price events, and building-permit intelligence for a US address. Payment is USDC on Base over x402 — the server answers 402 with its price, your client pays, the response comes back. Nothing to sign up for.
Published on npm with build provenance. The package ships eleven tools, six of them free and needing no wallet at all, so you can see what the data looks like before spending anything. The hosted /mcp endpoint below exposes ten of the eleven — everything except the market-leaders tool.
npx permitverdict-mcp
Set WALLET_PRIVATE_KEY only when you want the paid tools. The key stays on your side — this server never sees it.
Did a crypto price event actually happen? Resolved across independent venues, and it says DISPUTED when they disagree rather than picking a winner and sounding confident. Useful before settling a prediction market or triggering a conditional order.
/v1/oracle/assets · /v1/oracle/venues · /v1/oracle/decode
/v1/oracle/spot cross-venue price · /v1/oracle/resolve the verdict with its evidence
/v1/oracle/attest — a signed, self-describing decision_id you can hand to a counterparty
/v1/oracle/verify — does an attested verdict still hold? Anyone can check, offline, for free with decode.
Building-permit history and a decision-ready verdict for an address, from official city open-data portals. Property activity only — never personal information about owners or occupants.
GET /v1/address/{city}/verdict?address=… — $2.00, with the records it cites
GET /v1/address/{city}/activity — free
GET /v1/leads/{city} — free preview
GET /v1/market/contractors/{city} — who is building here, by firm
/.well-known/x402 — the price list, as data
POST /mcp — same tools over HTTP
/health/signer — are attestations provable right now?