Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

landbenchmark mcp in other clients