Server data from the Official MCP Registry
Satellite land due-diligence: a green/caution/walk-away verdict with cited signals for any parcel.
Satellite land due-diligence: a green/caution/walk-away verdict with cited signals for any parcel.
4 tools verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Remote servers are capped at 8.0 because source code is not available for review. The score reflects endpoint verification only.
Set these up before or after installing:
Environment variable: TERRAIN_API_KEY
Environment variable: TERRAIN_BASE_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-winds3753-landbenchmark-mcp": {
"env": {
"TERRAIN_API_KEY": "your-terrain-api-key-here",
"TERRAIN_BASE_URL": "your-terrain-base-url-here"
},
"args": [
"-y",
"landbenchmark-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
An MCP server that lets AI agents run satellite land due-diligence through LandBenchmark. It exposes one tool, analyze_parcel, that returns a green / caution / walk-away verdict with cited signals (flooding, slope & buildability, soil, hazards, access) for any parcel.
When someone asks their AI assistant "is this land any good to buy?", the agent can call LandBenchmark and answer with observed, cited satellite data instead of guessing.
{
"mcpServers": {
"terrain": {
"command": "npx",
"args": ["-y", "landbenchmark-mcp"],
"env": {
"TERRAIN_API_KEY": "tk_live_...",
"TERRAIN_BASE_URL": "https://www.landbenchmark.com"
}
}
}
}
Both env vars are required. (TERRAIN_* is the internal engine name — LandBenchmark runs on the Terrain analysis engine.) TERRAIN_BASE_URL has no default on purpose: every request sends your API key to that host in an Authorization header, so the server refuses to start rather than guess where it goes. It also refuses to send a key over plain http:// to anything but localhost.
Works with any MCP-capable client — Claude Desktop, Claude Code, and agent frameworks.
analyze_parcel| Param | Type | Notes |
|---|---|---|
lat, lon | number | Parcel centre (WGS84). Provide these or geometry. |
geometry | GeoJSON | Polygon or Point (alternative to lat/lon). |
label | string | Optional parcel name. |
mode | "lite" | "full" | lite (default) ≈ 1 min; full = deep multi-year satellite report ≈ 3–4 min. |
Returns a plain-text verdict summary with the flagged signals and a link to the full report.
npm install
npm run build # → dist/index.js
npm test # verifies the API-key safety guard
Informational only — not a survey, flood determination, or a substitute for on-site inspection and professional advice.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.