← readypermit.ai

INDIVIDUAL MCP TOOL

calculate_buildable_envelope

Calculate the maximum buildable area (building envelope) for a lot given zoning constraints.

readypermit.ainone authenticationAvailability not checked

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 endpoint

readypermit.ai

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.ai-readypermit-geo]
url = "https://rnfonkwthefktfvfwypr.supabase.co/functions/v1/mcp-server"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ai-readypermit-geo": {
      "type": "http",
      "url": "https://rnfonkwthefktfvfwypr.supabase.co/functions/v1/mcp-server"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ai-readypermit-geo
Remote MCP URL: https://rnfonkwthefktfvfwypr.supabase.co/functions/v1/mcp-server

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": {
    "ai-readypermit-geo": {
      "url": "https://rnfonkwthefktfvfwypr.supabase.co/functions/v1/mcp-server"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ai-readypermit-geo": {
      "type": "http",
      "url": "https://rnfonkwthefktfvfwypr.supabase.co/functions/v1/mcp-server"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ai-readypermit-geo",
  "transport": "streamable-http",
  "url": "https://rnfonkwthefktfvfwypr.supabase.co/functions/v1/mcp-server"
}
MCP Inspector

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

Related tools

  • analyze_property — Get complete property intelligence for any U.
  • get_buildability_score — Get a quick Buildability™ Score (0-100) for a property without running the full analysis.
  • lookup_zoning — Look up the zoning designation and development standards for any U.
  • check_flood_zone — Check FEMA National Flood Hazard Layer for any U.
  • check_environmental_risks — Run full environmental risk screening for a property using EPA, USGS, NOAA, and USDA data.
  • search_comparable_sales — Find recent comparable property sales and rental comps near a property.
  • submit_correction — Report an error on a Buildability™ page so Buildability™ can verify and update.