LandAIForYou
product / 01──────v1.0 · public beta

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.

connectmac · linux · wsl
# point Claude Code (or any streamable-http MCP client) at our hosted endpoint
{
  "mcpServers": {
    "landaiforyou": {
      "type": "http",
      "url": "https://mcp.landaiforyou.com/mcp",
      "headers": {
        "Authorization": "Bearer <your-token>"
      }
    }
  }
}
clients
  • Claude Codesupported
  • Claude (Connector)supported
  • Claude Coworksupported
  • ChatGPT (Plugin)supported
  • Any HTTP MCPsupported
[01]tool surface

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.

allparcelrecordsgeohazardimagery13 tools · typed via JSON schema
01
find_parcel
parcel
APN + state + county → parcel summary record.
02
lookup
parcel
Geometry: centroid, corners, polygon, elevation, acreage.
03
lookup_full
parcel
Complete parcel payload — owner, legal, sale, tax, zoning.
04
get_property_ownership
records
Current owner of record + deed-transfer history from the county.
05
get_tax_payment_history
records
Per-year tax records + verdict on whether the owner has been paying.
06
flood_zone
hazard
FEMA NFHL zone, subtype, SFHA flag, FIRM panel.
07
flood_map
hazard
FEMA flood layer composited over satellite basemap, PNG.
08
wetland_info
hazard
USFWS NWI wetland cover — types, percentages, geometry.
09
wetland_map
hazard
NWI wetlands rendered over satellite basemap, PNG.
10
static_map
imagery
Google Static Maps aerial, tuned zoom, parcel outlined.
11
street_view
imagery
Up to four Street View headings (N/E/S/W) closest to the parcel.
12
street_view_available
imagery
Free metadata pre-check — is Street View coverage there at all.
13
geocode
geo
Address → { lat, lng }.
[02]anatomy of a report

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.

prompt · from the assistant
# user asks Claude:
"Pull a full DD report on APN 35-09-24-4076-0230-0010 in Putnam, FL. Flag anything unusual."
first tool call · MCP
{
  "tool": "lookup_full",
  "input": {
    "apn":    "35-09-24-4076-0230-0010",
    "state":  "Florida",
    "county": "Putnam"
  }
}
server · tools the agent then chains
lookup_full ✓ 0.4s
get_property_ownership ✓ 11.2s
get_tax_payment_history ✓ 2.1s
flood_zone + flood_map ✓ 1.4s
wetland_info + wetland_map ✓ 1.9s
static_map + street_view ✓ 6.7s
total: 23.7s
output · what the agent hands back
{
  "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"
  ]
}
[03]coverage

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.

counties · DD skills
111
counties · title + tax
5
data fields tracked
80
avg. seconds / report
41

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.

get keys

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.