# Permit Verdicts MCP server

Building-permit verdicts by address, with cited records. SF, Seattle, Austin, NYC. Pay per call.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-okwithit9-debug-permit-verdicts
- Website: https://permit-api-production-7375.up.railway.app

## Install
- Endpoint: https://permit-api-production-7375.up.railway.app/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://permit-api-production-7375.up.railway.app/mcp

## Tools
- list_jurisdictions - List cities covered by the Permit Intelligence API, with pricing and payment details. Free. Endpoint: https://permit-api-production-7375.up.railway.app/mcp
- check_permit_activity - FREE. Quick check on whether a street address has building-permit activity on record: how many permits, how many are open, and when the last activity was. No permit detail and no verdict — use get_permit_verdict for those. Endpoint: https://permit-api-production-7375.up.railway.app/mcp
- find_active_projects - FREE PREVIEW (5 results). Recently permitted construction projects in a covered city, filtered by declared budget. Use feed='investor' instead to surface expired and abandoned permits (stalled projects, often motivated owners). Endpoint: https://permit-api-production-7375.up.railway.app/mcp
- list_settlement_assets - FREE. Which crypto assets, venues, operators and modes the settlement oracle supports, plus pricing. Endpoint: https://permit-api-production-7375.up.railway.app/mcp
- resolve_price_event - Settlement verdict for a crypto price event. Answers 'did this asset trade or close above/below a threshold during a window?' with YES/NO/DISPUTED/UNRESOLVED, per-venue evidence from Hyperliquid, Binance and Coinbase, and stated confidence. Use mode='close' when a market settles on candle closes and mode='touch' when any intrabar print counts — they give different answers and that difference is the most common settlement dispute. Paid: $0.05 in USDC via x402. Endpoint: https://permit-api-production-7375.up.railway.app/mcp
- get_crypto_spot - Live cross-venue spot price with venue agreement and spread. A wide spread means venues disagree and any settlement in that range is contestable. Paid: $0.01 in USDC via x402. Endpoint: https://permit-api-production-7375.up.railway.app/mcp
- decode_decision_id - FREE. Read what a Permit Verdict decision_id claims and check whether we actually issued it. The id is signed by the same wallet that receives payment, so forgery and after-the-fact editing are both detectable. Needs no payment. This tells you the record is genuine; it does NOT tell you the verdict is still correct — use verify_decision for that. Endpoint: https://permit-api-production-7375.up.railway.app/mcp
- verify_decision - Re-resolve an attested settlement against the price venues right now and report whether it still holds: CONFIRMED, CHANGED or INDETERMINATE. Call this whenever someone hands you a decision_id you are about to rely on — an attestation proves what was said at the time, but only a fresh resolution proves it is still true. Exchanges revise candle history, and a venue that was unreachable at issue time may answer differently now. Paid: $0.02 in USDC via x402 — cheaper than resolving fresh because you are checking someone else's answer rather than buying a new one. Endpoint: https://permit-api-production-7375.up.railway.app/mcp
- attest_price_event - Settlement verdict plus a citable record: a signed decision_id, an integrity hash over the evidence, and every candle that determined the outcome. Use this when the answer may later have to be defended to a counterparty, not when you just need to know. KEEP THE decision_id — it is self-contained, so anyone you show it to can authenticate it for free and re-check it for $0.02 without you supplying anything else. Paid: $0.25 in USDC via x402. Endpoint: https://permit-api-production-7375.up.railway.app/mcp
- get_permit_verdict - Address-level building-permit intelligence for a covered city: normalized permit history + activity signals + a decision-ready verdict with cited public records. Paid: $2.00 in USDC on base via x402. Endpoint: https://permit-api-production-7375.up.railway.app/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.okwithit9-debug
- Version: 0.3.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Aug 3, 2026
- Source: https://registry.modelcontextprotocol.io
