landbenchmark mcp for Cursor
io.github.winds3753/landbenchmark-mcp
Satellite land due-diligence: a green/caution/walk-away verdict with cited signals for any parcel.
client:Cursor
transport:stdio
runtime:npm
Install landbenchmark mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"landbenchmark-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"landbenchmark-mcp"
],
"env": {
"TERRAIN_API_KEY": "<TERRAIN_API_KEY>",
"TERRAIN_BASE_URL": "<TERRAIN_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs