LADU ADU Tools
LA County ADU buildability checks, zoning rules, permit trends, and cost estimates — free, no auth.
README
LADU MCP Server
Real ADU data for Los Angeles County, available to any MCP-compatible AI assistant.
Endpoint: https://www.ladu.co/mcp
Protocol: MCP JSON-RPC 2.0 (HTTP transport)
Auth: None — free, public, read-only
Docs: ladu.co/mcp-server
Quick start
Add to your MCP client config (Claude Desktop, Cursor, Cline, etc.):
{
"mcpServers": {
"ladu": {
"url": "https://www.ladu.co/mcp"
}
}
}
No API key. No signup. Restart your client and the tools are available.
Tools
| Tool | What it does |
|---|---|
check_buildability |
Buildability verdict for any LA County address — zoning, overlays (hillside, coastal, fire, flood, historic, fault), ADU rules, nearby permit count |
lookup_parcel_rules |
Full regulatory detail for a parcel: zoning, lot size, all applicable overlays, governing jurisdiction's ADU rules |
get_adu_rules |
Structured ADU rules for any of 51 supported cities: setbacks, max size, height, parking, permit fees, timeline |
compare_jurisdictions |
Side-by-side rule comparison for two cities |
estimate_adu_cost |
Cost range + timeline for a given city, square footage, ADU type, and finish level |
get_adu_permit_counts |
Total permits, most-recent-year count, YoY change, and median valuation for a city |
get_adu_permit_trends |
Year-by-year permit counts and median valuations (2018–present) for a city |
get_adu_permit_valuations |
25th/50th/75th percentile of declared permit valuations by city and optional year |
find_nearby_adus |
Permitted ADUs near an address within a radius (default 2 miles) |
list_cities |
All 51 supported LA-area cities with slugs, display names, and governing municipality |
Example questions
Once connected, ask your AI assistant:
- "Can I build an ADU at 1234 Main St, Los Angeles?"
- "What are the ADU rules in Santa Monica vs. Pasadena?"
- "How much would a 600 sq ft detached ADU cost in Culver City?"
- "How many ADUs were permitted in LA County in 2024, and what's the trend?"
- "Are people building ADUs near 456 Oak Ave, Pasadena?"
Data
- Permit records: 19,000+ LA County ADU permits from public LA County Assessor and LA City/County Building & Safety records, deduplicated by case number, covering 2018–present
- Parcel data: ~2.4M LA County parcels with zoning, overlays, and regulatory facts
- City rules: Structured regulations for 51 LA-area jurisdictions
Methodology: stats.ladu.co/methodology
Privacy
The server returns property characteristics, zoning, regulations, and aggregate permit statistics. It never returns owner names, contact information, financial details, or mortgage data. It runs against a least-privilege read-only database role — private information is not reachable at the database level.
Rate limiting
Tool calls are rate-limited per client. The server returns HTTP 429 with a Retry-After header and a JSON-RPC -32000 error when the limit is reached.
Built by LADU — Los Angeles ADU specialists.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.