Skip to main content
ClaudeWave
bayrakdaralper avatar
bayrakdaralper

site-intelligence-mcp

Ver en GitHub

MCP server for ecological and agricultural land suitability scoring from satellite data — site selection for agtech, conservation and environmental consulting.

MCP ServersRegistry oficial0 estrellas0 forksPythonMITActualizado today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/16/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · site-intelligence-mcp
Claude Code CLI
claude mcp add site-intelligence-mcp -- uvx site-intelligence-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "site-intelligence-mcp": {
      "command": "uvx",
      "args": ["site-intelligence-mcp"],
      "env": {
        "RAPIDAPI_KEY": "<rapidapi_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
RAPIDAPI_KEY
Casos de uso

Resumen de MCP Servers

# Site Intelligence MCP

<!-- mcp-name: io.github.bayrakdaralper/site-intelligence-mcp -->

Score any geographic coordinate for **ecological and agricultural land suitability**, directly from your AI coding agent.

Analyses satellite and climate data around a point and returns a weighted suitability score with a per-metric breakdown: vegetation health, water access, precipitation, terrain, cropland proximity, urbanisation pressure, climate, and distance to infrastructure.

Built for agtech, precision agriculture, ecological field research, conservation planning, environmental consulting and apiculture.

## Install

Requires a key for the [Site Intelligence API](https://rapidapi.com/bayrakdaralper/api/site-intelligence-api) on RapidAPI (free tier available).

### Claude Code

```bash
claude mcp add site-intelligence \
  --env RAPIDAPI_KEY=your_key_here \
  -- uvx site-intelligence-mcp
```

### Claude Desktop / Cursor / Windsurf

Add to your MCP config:

```json
{
  "mcpServers": {
    "site-intelligence": {
      "command": "uvx",
      "args": ["site-intelligence-mcp"],
      "env": {
        "RAPIDAPI_KEY": "your_key_here"
      }
    }
  }
}
```

## Usage

Ask your agent in plain language:

> How suitable is 38.42, 27.14 for an apiary? Check May specifically.

> Compare these three coordinates for a reforestation site and tell me which has the best water access.

## Tool

### `site_score`

| Parameter | Type | Default | Notes |
|---|---|---|---|
| `lat` | float | required | -90 to 90 |
| `lon` | float | required | -180 to 180 |
| `radius_m` | int | `2000` | Analysis radius, 200-5000 |
| `month` | int | *(none)* | 1-12 for a seasonal view; omit for annual |
| `detail` | `"summary"` \| `"full"` | `"summary"` | `"full"` adds per-metric raw diagnostics |

`detail` defaults to `"summary"` deliberately: tool results are spent from the
model's context window, and the full diagnostic payload runs to several KB.
Ask for `"full"` only when you need the underlying values.

### Without `uv`

```bash
pip install site-intelligence-mcp
```

then use `site-intelligence-mcp` as the `command` with no `args`.

## Configuration

| Variable | Required | Default |
|---|---|---|
| `RAPIDAPI_KEY` | yes | — |
| `BEELOCATE_RAPIDAPI_HOST` | no | `site-intelligence-api.p.rapidapi.com` |

Get a key from the [Site Intelligence API listing](https://rapidapi.com/bayrakdaralper/api/site-intelligence-api).

## Limits

- Not a weather forecast and not a property-value estimate.
- Resolution is bounded by the underlying satellite sources; very small radii
  will not resolve individual parcels.
- Rate limits and quota follow your RapidAPI plan.

## Licence

MIT

Lo que la gente pregunta sobre site-intelligence-mcp

¿Qué es bayrakdaralper/site-intelligence-mcp?

+

bayrakdaralper/site-intelligence-mcp es mcp servers para el ecosistema de Claude AI. MCP server for ecological and agricultural land suitability scoring from satellite data — site selection for agtech, conservation and environmental consulting. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-15.

¿Cómo se instala site-intelligence-mcp?

+

Puedes instalar site-intelligence-mcp clonando el repositorio (https://github.com/bayrakdaralper/site-intelligence-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar bayrakdaralper/site-intelligence-mcp?

+

Nuestro agente de seguridad ha analizado bayrakdaralper/site-intelligence-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene bayrakdaralper/site-intelligence-mcp?

+

bayrakdaralper/site-intelligence-mcp es mantenido por bayrakdaralper. La última actividad registrada en GitHub es del 2026-09-15, con 0 issues abiertos.

¿Hay alternativas a site-intelligence-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega site-intelligence-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: bayrakdaralper/site-intelligence-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/bayrakdaralper-site-intelligence-mcp)](https://claudewave.com/repo/bayrakdaralper-site-intelligence-mcp)
<a href="https://claudewave.com/repo/bayrakdaralper-site-intelligence-mcp"><img src="https://claudewave.com/api/badge/bayrakdaralper-site-intelligence-mcp" alt="Featured on ClaudeWave: bayrakdaralper/site-intelligence-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a site-intelligence-mcp