Skip to content
Cursor

Site Intelligence for Cursor

io.github.bayrakdaralper/site-intelligence-mcp

Score any coordinate for ecological and agricultural land suitability from satellite data

client:Cursor transport:stdio runtime:pypi

Install Site Intelligence 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": {
    "site-intelligence-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "site-intelligence-mcp"
      ],
      "env": {
        "RAPIDAPI_KEY": "<RAPIDAPI_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Site Intelligence in other clients