The landaiforyou MCP.
A Model Context Protocol server that gives any AI assistant — Claude Code, and any host that speaks streamable-http MCP — the tools to research a land parcel like a seasoned acquisitions analyst. Thirteen tools, one hosted endpoint. We run the infrastructure; you point your assistant at it.
{
"mcpServers": {
"landaiforyou": {
"type": "http",
"url": "https://mcp.landaiforyou.com/mcp",
"headers": {
"Authorization": "Bearer <your-token>"
}
}
}
}- Claude Codesupported
- Claude (Connector)supported
- Claude Coworksupported
- ChatGPT (Plugin)supported
- Any HTTP MCPsupported
Thirteen tools, one purpose.
Each tool is a first-class MCP function with typed inputs and predictable outputs. Compose them yourself, or hand the whole set to an agent and let it fan them out.
What the agent does when you ask about a parcel.
There is no single 'run_due_diligence' tool — the report is what an agent produces by composing the tools below. Here's a real trace on one Putnam, FL parcel.
{
"tool": "lookup_full",
"input": {
"apn": "35-09-24-4076-0230-0010",
"state": "Florida",
"county": "Putnam"
}
}{
"report_md": "…/report.md",
"report_html": "…/report.html",
"photos": ["aerial.png", "street.png", …],
"fields": { …80 keys… },
"flags": [
"wetlands cover 12.4% — above buyer threshold",
"deed 2019 references easement not filed"
]
}111 counties, and counting.
Each county has its own portal, its own deed viewer, its own quirks. We ship a per-county skill only after evals prove the parcel report scores ≥ 90% completeness.
Due-diligence skills cover 111 counties today. Deep title-search and multi-year tax scrapers ship county by county — five are live now (Putnam FL, Izard AR, Costilla CO, Mohave AZ, Apache AZ), the rest are being added as customers ask for them. If a county you care about isn't live yet, we build it as part of onboarding — typically 1–3 days per portal.
Access is by request while we're in beta.
Tell us your buy box, your counties, your team size. We'll issue a key and get on a call to plug it into your assistant of choice.