← buildability.us

INDIVIDUAL MCP TOOL

parcel_details

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

buildability.usnone authenticationAvailability not checked

LIVE ENDPOINT

https://buildability.us/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for parcel_details 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

buildability.us

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.

Related tools

  • 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.
  • search_parcels — Search scored parcels by text (address, city, state, zoning) and/or filters.
  • 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.
  • feasibility — Buildable-envelope + score for one parcel: max units, FAR, height, coverage, plus the Score and top risk.
  • run_scenario — Re-score a parcel under "what-if" levers and return the before/after delta (score + units).
  • 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.
  • 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).
  • 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.