← ladu.co
INDIVIDUAL MCP TOOL
get_adu_rules
Get the structured ADU regulations for an LA-area city: setbacks, max size, max height, parking, permit fees, timeline, and city-specific special rules.
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
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.ladu-adu-tools]
url = "https://www.ladu.co/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ladu-adu-tools": {
"type": "http",
"url": "https://www.ladu.co/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ladu-adu-tools
Remote MCP URL: https://www.ladu.co/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": {
"ladu-adu-tools": {
"url": "https://www.ladu.co/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ladu-adu-tools": {
"type": "http",
"url": "https://www.ladu.co/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ladu-adu-tools",
"transport": "streamable-http",
"url": "https://www.ladu.co/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
estimate_adu_cost— Estimate the total cost to build an ADU in an LA-area city, including construction and permit fees.list_cities— List all 51 LA-area cities supported by the ADU cost calculator, with their slugs, display names, county, and governing municipality.lookup_parcel_rules— Look up the ADU regulatory facts for a specific Los Angeles County property by street address: zoning, lot size, applicable overlays (hillside, coastal, fire, flood, historic, fault, etc.), and the governing jurisdiction's ADU rules (setbacks, max size, max height, parking, permit fees and timeline).check_buildability— Assess whether an ADU can likely be built at a specific Los Angeles County address.get_adu_permit_counts— Get ADU permit totals for an LA-area city from LADU's permit database: total permits on record, permits in the most recent full year, year-over-year change, and median permit valuation.get_adu_permit_trends— Get the year-by-year ADU permit trend (permits and median valuation per year, 2018–present) for an LA-area city or the LA County aggregate.find_nearby_adus— Find permitted ADUs near a Los Angeles County address (within a radius, default 2 miles).get_adu_permit_valuations— Get the distribution (25th percentile, median, 75th percentile) of declared ADU permit valuations for an LA-area city, optionally for a single year.