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 on RapidAPI (free tier available).
Claude Code
claude mcp add site-intelligence \
--env RAPIDAPI_KEY=your_key_here \
-- uvx site-intelligence-mcp
Claude Desktop / Cursor / Windsurf
Add to your MCP config:
{
"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
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.
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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file site_intelligence_mcp-0.1.3.tar.gz.
File metadata
- Download URL: site_intelligence_mcp-0.1.3.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
beaf6df3f69055a42fe8335fadd71778061b1e98adab7dbefd60cf09c192e408
|
|
| MD5 |
2acb51f6565dc7f0367e4ab27909ef83
|
|
| BLAKE2b-256 |
d1334628189857f46c05491fd13b26693a1b81b09b799ea88287d928e8f95e37
|
File details
Details for the file site_intelligence_mcp-0.1.3-py3-none-any.whl.
File metadata
- Download URL: site_intelligence_mcp-0.1.3-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a17cde828f5252ef9bc4d3cd7bf1cfefed58933e6b698d4ff9ab4e71d442d50
|
|
| MD5 |
f8ac43d4550c4bc67c8fe081c37ddef0
|
|
| BLAKE2b-256 |
faa1ecfb866203088c6a681015a863cad1e7b0c29f226e3512e194fa56c03654
|