mcpbeat Sign in

Terranode Geospatial API MCP Server

by terranode-co Your server? Claim it
local only

Terranode Geospatial API runs on your own machine — the client starts it, so there is no endpoint to ping. 48 installs a week from npm. Last commit 14 Apr 2026.

Point-in-polygon, nearest feature, spatial join, and distance tools for US geospatial datasets

Installs per day peak 19 · avg 7 · +51% w/w
a month agotoday
48
Installs / week
npm · @terranode-co/mcp-server
0
Stars
0 open issues
14 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Terranode Geospatial API 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 mcp-server-terranode -- npx -y @terranode-co/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-terranode": {
      "args": [
        "-y",
        "@terranode-co/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server-terranode]
command = "npx"
args = ["-y", "@terranode-co/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-terranode": {
      "args": [
        "-y",
        "@terranode-co/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server-terranode": {
      "args": [
        "-y",
        "@terranode-co/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TERRANODE_API_KEY (API key from app.terranode.co), TERRANODE_API_URL (API base URL (defaults to https://api.terranode.co)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Terranode Geospatial API

same job, measured the same way
Htag Spatial
by htagai

HTAG H3 spatial tools for price/rent, indicators, geometry, and concordance.

answering
Pixelgust
by pixelgust

Weather, climate, terrain, fire and flood risk data for any point or polygon on Earth. Free tier.

9 tools answering
Spatial India
by spatialindia

District-level open data for India — Census, NFHS-5, NCRB, RBI and more, joined onto one geography.

6 tools answering
GeoLens
by geolens-io

Read-only access to a self-hosted GeoLens spatial catalog: datasets, features, maps, sandboxed SQL.

993 installs/wk local only
Arcgis Hub
by pipeworx-io

ArcGIS Hub — open government geospatial data (search + Feature Service query).

34 tools answering
Sqlite MCP Server
by neverinfamous

SQLite MCP server with 73 tools for JSONB, full-text search, geospatial, and analytics.

8 installs/wk local only
Geospatial System — Location Profile
by geospatialsystem

Elevation, slope, terrain maps & 3-D surfaces for any site — near-global 30 m, US 10 m, AU/NZ 5 m.

9 tools answering
Earth
by mireye

MCP server for Mireye Earth — federal-source-cited geospatial data for any MCP-aware agent.

184 installs/wk answering

Terranode Geospatial API — questions

Answers built from our own checks of this server.

Why is there no uptime for Terranode Geospatial API?
Terranode Geospatial API 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 npm package @terranode-co/mcp-server was installed 48 times last week.
How do I connect Terranode Geospatial API?
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 @terranode-co/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Terranode Geospatial API?
The npm package @terranode-co/mcp-server was installed 48 times in the last week. Week over week that is +51%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Terranode Geospatial API open source?
Yes — it is published under the MIT licence, written in TypeScript 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.