MCP Server
MCP
Terranode Geospatial API
Point-in-polygon, nearest feature, spatial join, and distance tools for US geospatial datasets
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
By
Comments
Sign in to leave a comment