Analytics
thehazardledger.com
Provides property and flood risk analytics, including permit history, flood zone classifications, and benchmark statistics for specific addresses.
ENDPOINT 1
https://thehazardledger.com/mcp
MCP server metadata
- Name
- hazard-ledger
- Version
- 0.0.1
The Hazard Ledger — permit history, flood position, and claims-context benchmarks from government records. Every line traces to a government record. Not a consumer report. Not for use in determining eligibility for insurance, employment, credit, housing, or any purpose regulated by the Fair Credit Reporting Act.
Known tools 7
lookup_addressLook 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.
Inferred read-onlyflood_positionFlood 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.
Inferred read-onlybenchmark_cellsBenchmark 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).
Potential side effectscoverage_matrixPer-metro capability flags, generated from measured audit/fill artifacts: lookup grain, flood-join audit tier, coordinate/contractor/valuation fill, usable history span, refresh badge.
Inferred read-onlysample_recordThe FULL sample address record on a synthetic address — every section a real record carries (permits with citations, flood position, county claims context, hazard record).
Inferred read-onlydata_dictionaryEvery field the address record serves, plainly defined with its source and grain — the same definitions the public /dictionary page renders.
Inferred read-onlyservice_factsWhat 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.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.