← thehazardledger.com

INDIVIDUAL MCP TOOL

sample_record

The FULL sample address record on a synthetic address — every section a real record carries (permits with citations, flood position, county claims context, hazard record).

thehazardledger.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://thehazardledger.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for sample_record and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

thehazardledger.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.hazard-ledger]
url = "https://thehazardledger.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hazard-ledger": {
      "type": "http",
      "url": "https://thehazardledger.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hazard-ledger
Remote MCP URL: https://thehazardledger.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "hazard-ledger": {
      "url": "https://thehazardledger.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hazard-ledger": {
      "type": "http",
      "url": "https://thehazardledger.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hazard-ledger",
  "transport": "streamable-http",
  "url": "https://thehazardledger.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • lookup_address — Look up a street address in a covered metro: flood position (FEMA NFHL at capture), full permit history with per-line government-record citations, county flood-claims context, and value-band context.
  • flood_position — Flood position only for an address: SFHA / X500 / NONE class, FEMA zone at capture, regulatory-floodway flag, join audit tier, and the county's outside-SFHA claims share.
  • benchmark_cells — Benchmark cells at the published grain: measured quarterly permit counts and valuation sums (metro x quarter x trade x res/com) plus EXPECTED >=$50k counts (estimates, shown with held-out error).
  • coverage_matrix — Per-metro capability flags, generated from measured audit/fill artifacts: lookup grain, flood-join audit tier, coordinate/contractor/valuation fill, usable history span, refresh badge.
  • data_dictionary — Every field the address record serves, plainly defined with its source and grain — the same definitions the public /dictionary page renders.
  • service_facts — What this service is and what it costs, from the ruled sources — the same facts the public /llms.txt serves: the unit, the metering rules, pricing by tier, licensing lines.