# Permit Verdicts (remote · permit-api-production-7375.up.railway.app)

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

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

## Components

- remote · `permit-api-production-7375.up.railway.app`: 69/100 (this document), [markdown](https://verifymcp.io/servers/okwithit9-debug-permit-verdicts/permit-api-production-7375.md), [page](https://verifymcp.io/servers/okwithit9-debug-permit-verdicts/permit-api-production-7375)

## Channel facts

- Endpoint: `https://permit-api-production-7375.up.railway.app/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.3.0`

## 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-03.

- **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**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 383 tokens (~95/item across 4 items; 4 tools + 0 resources), lean.
  - 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-permit-verdicts https://permit-api-production-7375.up.railway.app/mcp
```

### Codex

```toml
[mcp_servers.okwithit9-debug-permit-verdicts]
url = "https://permit-api-production-7375.up.railway.app/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "okwithit9-debug-permit-verdicts": {
      "type": "remote",
      "url": "https://permit-api-production-7375.up.railway.app/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add okwithit9-debug-permit-verdicts --url https://permit-api-production-7375.up.railway.app/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  okwithit9-debug-permit-verdicts:
    url: "https://permit-api-production-7375.up.railway.app/mcp"
```

### Other

```json
{
  "mcpServers": {
    "okwithit9-debug-permit-verdicts": {
      "type": "http",
      "url": "https://permit-api-production-7375.up.railway.app/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-03 (score 69)

First indexed and scored.

## MCP tools (4)

### `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

### `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-permit-verdicts/permit-api-production-7375#diagnostics

## Score history

- 2026-08-03: 69

## Links

- Remote endpoint: https://permit-api-production-7375.up.railway.app/mcp
- Website: https://permit-api-production-7375.up.railway.app/
- Changelog RSS feed: https://verifymcp.io/servers/okwithit9-debug-permit-verdicts/permit-api-production-7375/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/okwithit9-debug-permit-verdicts/permit-api-production-7375/changelog.json
- HTML version of this page: https://verifymcp.io/servers/okwithit9-debug-permit-verdicts/permit-api-production-7375
