mcpbeat Sign in

Atlaspi MCP Server

local only

Atlaspi runs on your own machine — the client starts it, so there is no endpoint to ping. 160 installs a week from pypi. Last commit 23 Jul 2026.

Historical geography for AI agents: polities, GeoJSON borders, chains & events, 4500 BCE-today

Installs per day peak 77 · avg 30 · -16% w/w
a month agotoday
160
Installs / week
pypi · atlaspi-mcp
1
Stars
0 open issues
23 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/atlaspi_mcp/__init__.py:1, [пакет] src/atlaspi_mcp/__main__.py:1, [пакет] src/atlaspi_mcp/client.py:1 и ещё 2
этот файл ставится пользователю, но в репозитории его нет
        result = subprocess.run(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 atlaspi -- uvx atlaspi-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "atlaspi": {
      "args": [
        "atlaspi-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.atlaspi]
command = "uvx"
args = ["atlaspi-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "atlaspi": {
      "args": [
        "atlaspi-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "atlaspi": {
      "args": [
        "atlaspi-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ATLASPI_API_URL (Override the AtlasPI API base URL (default: https://atlaspi.it)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Atlaspi

same job, measured the same way
Weather AI MCP
by csoai-org

Weather Ai tools for AI agents. Capabilities: get current conditions, get forecast, get historical

137 installs/wk local only
Futuristic Risk Intelligence
by cct15

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

31 installs/wk local only
I
Geepers MCP
by geepers4242

Resolve Geepers physical handles to exact coordinates + navigation for AI agents.

44 installs/wk local only
Nerai MCP
by serkvay13

Geopolitical grounding for AI agents: country risk, forecasts, chokepoints, sanctions. Free tier.

answering
Gisgp
by uponex

GIS tools for AI agents: 65 free tools + 8 paid (hazard/site-scouting/GeoJSON export)

104 tools answering
Agent Margin Router
by agentmarginrouter

38 x402 pay-per-call tools for AI agents (USDC/USDT on Base): web, crypto, on-chain, geo, packages

53 tools answering
I
API Sorties MCP
by mabari2505

Search French events and things to do, built for AI agents — geo, city, date, category filters.

23 installs/wk local only
Bamwor MCP Server
by bamwor-dev

World geographic data for AI agents: 261 countries, 5.2M cities, rankings, and 9 indexes.

35 installs/wk local only

Atlaspi — questions

Answers built from our own checks of this server.

Why is there no uptime for Atlaspi?
Atlaspi 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 atlaspi-mcp was installed 160 times last week.
How do I connect Atlaspi?
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 atlaspi-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Atlaspi?
The pypi package atlaspi-mcp was installed 160 times in the last week. Week over week that is -16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Atlaspi open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 1 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.