mcpbeat Sign in

Site Intelligence MCP Server

by bayrakdaralper Your server? Claim it
local only

Site Intelligence runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 15 Sep 2026.

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

Installs / week
pypi · site-intelligence-mcp
0
Stars
0 open issues
15 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Site Intelligence every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add site-intelligence-mcp -- uvx site-intelligence-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "site-intelligence-mcp": {
      "args": [
        "site-intelligence-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.site-intelligence-mcp]
command = "uvx"
args = ["site-intelligence-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "site-intelligence-mcp": {
      "args": [
        "site-intelligence-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "site-intelligence-mcp": {
      "args": [
        "site-intelligence-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: RAPIDAPI_KEY (RapidAPI key with a subscription to the Site Intelligence API (free tier available)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Site Intelligence

same job, measured the same way
Futuristic Risk Intelligence
by cct15

Geopolitical conflict risk, political events, and maritime traffic data for AI agents

31 installs/wk local only
eYKON Intelligence
by eykon

Live geopolitical intelligence feeds, plus eYKON's own scored and published forecast record.

24 tools answering
Benriscore
by benriscore

Purpose-aware accessibility scoring for every coordinate in Japan.

answering
CREHQ Location Intelligence
by groundroof

CREHQ entity affiliation, brand, site, franchise, credit, and location-intelligence tools.

34 installs/wk answering
I
SEO GEO Intelligence
by atul0016

SEO and AI-answer visibility intelligence for search, content gaps, and GEO actions.

44 installs/wk local only
Factori
by factori

Real-world location intelligence: foot traffic, trade areas, demographics, site scoring, and more.

answering
Measure Space MCP Server
by measurespace

MCP server for weather, climate, air quality, agriculture, pollen and geocoding from measurespace.io

43 installs/wk local only
Location & Demand Intelligence
by timzinin-api

Pay-per-call where-and-when-to-operate signals from official local statistics.

7 tools answering

Site Intelligence — questions

Answers built from our own checks of this server.

Why is there no uptime for Site Intelligence?
Site Intelligence runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package site-intelligence-mcp.
How do I connect Site Intelligence?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls site-intelligence-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Site Intelligence open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.