# io.github.okwithit9-debug/permitverdict-mcp (remote · permitverdict.com)

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

- Trust score: 68/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-06

## Components

- remote · `permitverdict.com`: 68/100 (this document), [markdown](https://verifymcp.io/servers/okwithit9-debug-permitverdict-mcp/permitverdict.md), [page](https://verifymcp.io/servers/okwithit9-debug-permitverdict-mcp/permitverdict)
- npm · `permitverdict-mcp`: 46/100, [markdown](https://verifymcp.io/servers/okwithit9-debug-permitverdict-mcp/permitverdict-mcp.md), [page](https://verifymcp.io/servers/okwithit9-debug-permitverdict-mcp/permitverdict-mcp)

## Channel facts

- Endpoint: `https://permitverdict.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.2.4`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-06.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 68/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 1273 tokens (~127/item across 10 items; 10 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http okwithit9-debug-permitverdict-mcp https://permitverdict.com/mcp
```

### Codex

```toml
[mcp_servers.okwithit9-debug-permitverdict-mcp]
url = "https://permitverdict.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "okwithit9-debug-permitverdict-mcp": {
      "type": "remote",
      "url": "https://permitverdict.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add okwithit9-debug-permitverdict-mcp --url https://permitverdict.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  okwithit9-debug-permitverdict-mcp:
    url: "https://permitverdict.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "okwithit9-debug-permitverdict-mcp": {
      "type": "http",
      "url": "https://permitverdict.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-06 (score 68)

First indexed and scored.

## MCP tools (10)

### `list_jurisdictions` (~28 tokens)

List cities covered by the Permit Intelligence API, with pricing and payment details. Free.

### `check_permit_activity` (~95 tokens)

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.

Input parameters:

- `address` (string, required): Street address, e.g. '760 14th St'
- `jurisdiction` (string, required): Covered city, e.g. san_francisco

### `find_active_projects` (~140 tokens)

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).

Input parameters:

- `days` (integer): Lookback window, default 30
- `feed` (string): contractor = newly filed/issued permits (default); investor = expired/stalled
- `jurisdiction` (string, required): Covered city, e.g. san_francisco
- `max_cost` (number): Maximum declared job value, 0 = no ceiling
- `min_cost` (number): Minimum declared job value, default 50000

### `list_settlement_assets` (~29 tokens)

FREE. Which crypto assets, venues, operators and modes the settlement oracle supports, plus pricing.

### `resolve_price_event` (~268 tokens)

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, Coinbase and Kraken, and stated confidence. (Binance is configured but blocks this host's region; it is reported unavailable rather than silently counted.) 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.

Input parameters:

- `asset` (string, required): Asset symbol, e.g. BTC, ETH, SOL
- `from` (string): ISO-8601 window start. Defaults to 24h before `to`.
- `mode` (string): touch = any intrabar print counts (default); close = only candle closes count
- `operator` (string, required): Comparison against the threshold
- `payment_header` (string): X-PAYMENT header from a settled x402 payment. Omit on first call to receive payment requirements.
- `threshold` (number, required): Price threshold in USD
- `to` (string): ISO-8601 window end. Defaults to now.

### `get_crypto_spot` (~88 tokens)

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.

Input parameters:

- `asset` (string, required): Asset symbol, e.g. BTC, ETH, SOL
- `payment_header` (string): X-PAYMENT header from a settled x402 payment.

### `decode_decision_id` (~104 tokens)

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.

Input parameters:

- `decision_id` (string, required): A decision_id of the form pv1.<payload>.<signature>

### `verify_decision` (~180 tokens)

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.

Input parameters:

- `decision_id` (string, required): A decision_id issued by /v1/oracle/attest
- `payment_header` (string): X-PAYMENT header from a settled x402 payment. Omit on first call to receive payment requirements.

### `attest_price_event` (~221 tokens)

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.

Input parameters:

- `asset` (string, required): Asset symbol, e.g. BTC, ETH, SOL
- `from` (string): ISO-8601 window start. Defaults to 24h before `to`.
- `mode` (string): touch (default) or close
- `operator` (string, required): Comparison against the threshold
- `payment_header` (string): X-PAYMENT header from a settled x402 payment.
- `threshold` (number, required): Price threshold in USD
- `to` (string): ISO-8601 window end. Defaults to now.

### `get_permit_verdict` (~120 tokens)

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.

Input parameters:

- `address` (string, required): Street address, e.g. '760 14th St'
- `jurisdiction` (string, required): Covered city, e.g. san_francisco
- `payment_header` (string): Optional X-PAYMENT header value from a completed x402 payment. Omit on first call to receive payment requirements.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/okwithit9-debug-permitverdict-mcp/permitverdict#diagnostics

## Score history

- 2026-08-06: 68

## Links

- Remote endpoint: https://permitverdict.com/mcp
- Repository: https://github.com/okwithit9-debug/permitverdict-mcp
- Website: https://permitverdict.com/
- Changelog RSS feed: https://verifymcp.io/servers/okwithit9-debug-permitverdict-mcp/permitverdict.xml
- Changelog JSON feed: https://verifymcp.io/servers/okwithit9-debug-permitverdict-mcp/permitverdict.json
- HTML version of this page: https://verifymcp.io/servers/okwithit9-debug-permitverdict-mcp/permitverdict
