/v1/feasibility/evaluate
Evaluates proposed architectural project parameters against published municipal land development codes. Computes dimensional standards (max height, max stories, FAR, lot coverage %), executes algebraic 2D setback buffer envelopes (ST_Buffer), and returns deterministic clearance status.
| Field | Type | Description |
|---|---|---|
| address * | string | USPS standard property address |
| proposed_project | object | Target units, building height, footprint sqft, parking stalls |
- overall_status:
APPROVED_BY_RIGHTorVARIANCE_REQUIRED - spatial_envelope: Net buildable envelope sqft after negative 2D front/side/rear setback buffer corridors
- owner_verification: Jaro-Winkler deed match & homestead flag
// Click 'Run Live' to execute against PostGIS cluster...
curl -X POST "http://localhost:3000/v1/feasibility/evaluate" \
-H "Content-Type: application/json" \
-d '{
"address": "4812 E 7th St, Austin, TX 78702",
"proposed_project": {
"primary_use": "multifamily_residential",
"target_units": 12,
"building_footprint_sqft": 3200
}
}'
/v1/solar/feasibility
Pre-engineers rooftop solar photovoltaic feasibility. Calculates gross building footprint, subtracts statutory 3ft fire ridge setbacks (IFC Section 1205 / NFPA 1), sizes the 400W panel array, calculates annual kWh output, and maps state-by-state Solar Rights Acts.
| Param | Type | Description |
|---|---|---|
| address * | string | Property street address or APN |
GET http://localhost:3000/v1/solar/feasibility?address=4812+E+7th+St%2C+Austin%2C+TX
/v1/verify/owner
Cross-references applicant name against county deed tax rolls to eliminate renters and verify contract signing authority. Resolves living trusts, LLCs, and married couples.
| Field | Type | Description |
|---|---|---|
| address * | string | Full property address |
| applicant_name * | string | Name of lead or applicant to verify |
POST http://localhost:3000/v1/verify/owner
{
"address": "4812 E 7th St, Austin, TX 78702",
"applicant_name": "Carlos Martinez"
}
Anthropic Model Context Protocol (MCP)
Integrate LandScope tools directly into Cursor IDE, Claude Desktop, and LangChain agents in 60 seconds.