← Back to Plugins
MCP Server MCP

Terranode Geospatial API

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @terranode-co/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@terranode-co/mcp-server",
      "version": "0.1.10",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key from app.terranode.co",
          "isRequired": true,
          "isSecret": true,
          "name": "TERRANODE_API_KEY"
        },
        {
          "description": "API base URL (defaults to https://api.terranode.co)",
          "default": "https://api.terranode.co",
          "name": "TERRANODE_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...