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.
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>"
}
}
}
}