# acrelens (verified)

AcreLens is a US land due-diligence MCP server. It returns structured property reports across four lenses off-grid viability, rural residential, recreational use, and investment potential, with categ…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add hakeemwarner95/acrelens

# Browse available tools
npx -y smithery tool list hakeemwarner95/acrelens

# Get full schema for a tool
npx -y smithery tool get hakeemwarner95/acrelens analyze_land

# Call a tool
npx -y smithery tool call hakeemwarner95/acrelens analyze_land '{}'
```

## Direct MCP Connection

Endpoint: `https://acrelens.run.tools`

**Required config:**
- `X-API-Key` (header) — AcreLens API key (al_live_...). Get one + 5 free credits at https://acrelens.com/dashboard

**Optional config:**
- `userAgent` (header) — Optional client identifier for usage analytics. e.g. "my-agent/1.0".

## Tools (5)

- `analyze_land` — Generates a comprehensive land analysis report for a US property through one of four analytical lenses: off_grid, rural…
- `get_land_quick_score` — Get a fast suitability score (0-100) for a US property without generating a full report. Call this when the user wants …
- `get_state_land_profile` — Retrieve state-level land intelligence data covering regulation, climate, solar potential, water access, and building c…
- `compare_properties` — Compare 2–5 US properties side by side using the same analysis mode. Call this when the user is evaluating multiple par…
- `get_solar_potential` — Estimate solar energy production potential for a US address using NREL PVWatts data. Call this when the user asks about…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get hakeemwarner95/acrelens <tool-name>
```
