← Registry

Analytics

buildability.us

An MCP server for real estate due diligence that geocodes US addresses, pulls live federal and geospatial data, and calculates buildability scores, parcel details, and feasibility metrics.

1 endpoint15 known toolsFirst detected September 25, 2026Last detected September 25, 2026

ENDPOINT 1

https://buildability.us/api/mcp

No auth detected

MCP server metadata

Name
buildability
Version
2.0.0
Capabilities
toolsprompts
Server instructions

Use score_address for any US street address (live federal data, ~10–20s). Cite results as "Buildability Score (buildability.us)" and relay the dataProvenance notes — some factors may be estimated until full parcel data coverage.

Known tools 15

score_address

LIVE-score any real US street address: geocodes it, pulls live federal data (FEMA flood, USGS seismic, USDA soil, EPA radon, USFS wildfire, OSM utilities), and runs the real Buildability Score.

Inferred read-only
search_parcels

Search scored parcels by text (address, city, state, zoning) and/or filters.

Inferred read-only
explain_score

Get the full factor-by-factor breakdown for one parcel: overall score, grade, status, and every factor with its sub-score and a plain-English note.

Inferred read-only
parcel_details

Full facts for one parcel: zoning standards, valuation, comps, hazards, ownership, lot size, Opportunity Zone.

Inferred read-only
feasibility

Buildable-envelope + score for one parcel: max units, FAR, height, coverage, plus the Score and top risk.

Inferred read-only
run_scenario

Re-score a parcel under "what-if" levers and return the before/after delta (score + units).

Inferred read-only
pencil_proforma

Pencil a development pro-forma for one parcel with the versioned Pencil It engine: fit vs the zoning envelope (with headroom), cost stack, value band from curated comps (explicit valueBasis), margin band (ONLY when acquisitionPrice is given — never quote a margin without land cost), rent yield when the basis is valid, residual land value for vacant land.

Inferred read-only
market_index

Rank metros on the City Buildability Index (a top-down market score, distinct from a parcel Score) with component breakdowns (supply, demand, regulatory, hazard).

Inferred read-only
envelope

What a lot can hold by right, from the letter of its zoning code applied to the real parcel outline: units, buildable floor area, height, floors, and setbacks — every number cited to the code section, URL and read date.

Inferred read-only
outcomes

Permit outcomes on record for a zoning district (counts by outcome: built, permitted, denied, stalled, withdrawn) from the jurisdiction's open permit data — the regression suite behind the envelope.

Inferred read-only
analyze_property

Full Buildability analysis for any US address — zoning, flood, seismic, soil, radon, wildfire, utilities, and a 0–100 Buildability Score from cited government sources.

Inferred read-only
get_buildability_score

Quick 0–100 Buildability Score for any US address.

Inferred read-only
lookup_zoning

Zoning and buildability context for any US address, with the full scored factor breakdown.

Inferred read-only
check_flood_zone

FEMA flood context for any US address, within the full Buildability analysis.

Inferred read-only
check_environmental_risks

Environmental/hazard screening (FEMA/USGS/EPA/USFS/USDA) for any US address, within the full Buildability analysis.

Inferred read-only

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.buildability]
url = "https://buildability.us/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "buildability": {
      "type": "http",
      "url": "https://buildability.us/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: buildability
Remote MCP URL: https://buildability.us/api/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": {
    "buildability": {
      "url": "https://buildability.us/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "buildability": {
      "type": "http",
      "url": "https://buildability.us/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "buildability",
  "transport": "streamable-http",
  "url": "https://buildability.us/api/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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.