Acrelens

Created By
AcreLens3 days ago
US land due-diligence MCP server. Returns structured reports covering solar potential, groundwater depth, flood zones, building codes, and county regulations for any US property address. Mode-aware across off-grid, rural residential, recreational, and investment use cases. 60-120 second turnaround with sourced citations from NREL PVWatts, USGS Water Services, and FEMA NFHL.
Overview

What AcreLens does

AcreLens is a hosted US land intelligence API exposed as an MCP server. Submit a property address and receive a structured report covering:

  • Solar potential (NREL PVWatts — irradiance, panel productivity by ZIP)
  • Groundwater depth (USGS Water Services — well records)
  • Flood zone (FEMA NFHL designation)
  • Building-code climate zone and road access
  • State + county regulations (septic codes, permits, zoning) with cited sources

Tools (5)

  • analyze_land — Full mode-aware report ($3.99 / 1 free trial credit)
  • get_land_quick_score — 0-100 score (¼ cost)
  • get_state_land_profile — State regulations and climate (free)
  • compare_properties — Multi-address comparison
  • get_solar_potential — Solar score only (free)

Modes

Reports are weighted differently per use case: off_grid, rural_residential, recreational, investment.

Authentication

Bearer token. Get a key at acrelens.com/dashboard. 5 free reports on signup, then pay-as-you-go at $3.99/report — no subscription required.

Coverage

50 US states, 3,142 counties, all incorporated and unincorporated US addresses.

Server Config

{
  "mcpServers": {
    "acrelens": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.acrelens.com/mcp",
        "--header",
        "Authorization: Bearer ${ACRELENS_API_KEY}"
      ],
      "env": {
        "ACRELENS_API_KEY": "<YOUR_ACRELENS_API_KEY>"
      }
    }
  }
}
Project Info
Created At
3 days ago
Updated At
3 days ago
Author Name
AcreLens
Star
-
Language
-
License
-
Category

Recommend Servers

View All