Priced per call. No account, no API key.

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.

Install the MCP server

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.

Settlement oracle

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.

Free

/v1/oracle/assets · /v1/oracle/venues · /v1/oracle/decode

$0.01–$0.05

/v1/oracle/spot cross-venue price · /v1/oracle/resolve the verdict with its evidence

$0.25

/v1/oracle/attest — a signed, self-describing decision_id you can hand to a counterparty

$0.02

/v1/oracle/verify — does an attested verdict still hold? Anyone can check, offline, for free with decode.

Permit intelligence

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.

Verdict

GET /v1/address/{city}/verdict?address=… — $2.00, with the records it cites

Activity

GET /v1/address/{city}/activity — free

Lead feed

GET /v1/leads/{city} — free preview

Market

GET /v1/market/contractors/{city} — who is building here, by firm

Machine-readable

Payments

/.well-known/x402 — the price list, as data

MCP

POST /mcp — same tools over HTTP

Health

/health/signer — are attestations provable right now?