Mmcp.market

Permitverdict MCP server

by okwithit9-debug·io.github.okwithit9-debug/permitverdict-mcp·v0.2.4

Crypto price-event settlement verdicts and US building-permit data, paid per call in USDC.

C65/100grade C
What users say
No reviews yet
Be the first
Safety scan
C65/100

full report

Adoption
Growing

0 stars30 downloads/wk

Reviews

Write one

Nobody has reviewed Permitverdict yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Permitverdict tools

Tool list not cached yet. `describe` through the gateway fetches it live.

Public scan report

scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it

1 high
  • Code scan4 source files scanned25/25
  • Live reliabilityremote unreachable: Streamable HTTP error: Error POSTing to endpoint: <!DOCTYPE html><html lang="en" class="dm_sans_54de9d40-module__PGa0ja__variable fraunces_be2114ac-module___IOaqG__variable h-full antialiased"><head><0/20
  • Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 48 days ago12/15
  • Maintainer identityregistry namespace matches repository owner6/10

Findings (1)

  • highRemote endpoint did not respondreliability.unreachable

    Streamable HTTP error: Error POSTing to endpoint: <!DOCTYPE html><html lang="en" class="dm_sans_54de9d40-module__PGa0ja__variable fraunces_be2114ac-module___IOaqG__variable h-full antialiased"><head><

Overall 65/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Permitverdict repository's README, as published. We do not edit it. Read it on GitHub

permitverdict-mcp

MCP server for Permit Verdict. Eleven tools, six of them free. The paid ones cost between one cent and two dollars per call and pay themselves, in USDC on Base, using the x402 protocol.

There is no API key, no account, and no signup. If you have a funded wallet, you have access.

What it sells

Settlement Oracle — did a crypto price event actually happen? Every verdict is resolved independently across Hyperliquid, Coinbase and Kraken. (Binance is configured but returns 451 to the host's region, so it is reported unavailable rather than silently counted — three venues we can reach beats four we cannot.) When the venues agree you get YES or NO at high confidence. When they disagree you get DISPUTED at low confidence, because a wick that prints on one exchange and not another is the single most common reason a market settles the wrong way, and a confident answer in that situation is worse than no answer.

Permit Intelligence — building-permit history, activity signals, and a decision-ready verdict for an address, drawn from official city open-data portals across seven US cities.

Install

{
  "mcpServers": {
    "permitverdict": {
      "command": "npx",
      "args": ["-y", "permitverdict-mcp"]
    }
  }
}

That works immediately, with no wallet. You get the six free tools.

To enable the paid tools, add a wallet:

{
  "mcpServers": {
    "permitverdict": {
      "command": "npx",
      "args": ["-y", "permitverdict-mcp"],
      "env": { "WALLET_PRIVATE_KEY": "0xYOUR_PRIVATE_KEY" }
    }
  }
}

Fund it with a few dollars of USDC on Base. You do not need any ETH — gas is sponsored by the x402 facilitator, so only USDC is ever spent.

Tools

Free tools first is deliberate. checkvenuehealth tells you how many independent venues are live before you spend anything, so you know whether the verdict you are about to buy will be corroborated by three sources or one.

Attestations, and why verifying one is cheap

attestpriceevent returns a decision_id that is worth keeping. It is not a database key — everything needed to re-derive the answer is encoded inside it, and it is signed by the same wallet that received your payment. That has two consequences.

Anyone you show it to can check its origin for free with decodedecisionid. Forgery and after-the-fact editing are both detectable, and it costs nobody anything, because checking a signature is local arithmetic. You can also do it yourself with any EVM tooling: the signature covers the literal string formed by the id's first two dot-separated parts, and it should recover to 0xE11d7Ff8c7573b15F9F6F6d4961Afb4109d3ddA5.

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add --transport http permitverdict-mcp https://permitverdict.com/mcp
Add to Cursor

Permitverdict: common questions

Is Permitverdict MCP server safe?
With care: it is graded C, so read the findings first (65/100). Read the Permitverdict safety report
How do I install Permitverdict?
It runs remotely at permitverdict.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does Permitverdict need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Permitverdict maintained?
The last commit was 49 days ago (2026-08-06). The latest release is v0.2.4.
Is Permitverdict up?
0% of our last 20 checks got an answer. We check remote servers about four times a day.
What can I use instead of Permitverdict?
Servers from other publishers that do the same job: Blockrun MCP server, Agent402.Tools: pay-per-call web tools MCP server and FiatDock MCP server. Compare all Permitverdict alternatives.

Alternatives to Permitverdict

Same job from other publishers: the closest match first, then the best rated.

All Permitverdict alternatives →
  • Blockrun
    Web search, deep research, prediction markets & crypto data for AI agents. Pay per call via x402.
    B
  • Agent402.Tools: pay-per-call web tools
    Agentic Finance: 500+ agent tools, multi-chain USDC over x402 or MPP, free via PoW or card credits
    A
  • FiatDock
    MCP marketplace: AI agents buy services from other agents per call in USDC, plus a bank cash-out
    B
  • Stelar Signals
    Crypto market signals and portfolio telemetry. 6 tools pay-per-call in USDC, no API key.
    A
  • Signalfuse
    11 tools: crypto signals, sentiment, macro regime, arena, search, exec. x402 pay-per-call.
    B

More from okwithit9-debug