{
  "markdown": "# @terranode-co/mcp-server\n\nMCP server for spatial queries via the [Terranode Geospatial API](https://docs.terranode.co). Gives AI agents (Claude Desktop, Cursor, etc.) tools to query geospatial datasets — point-in-polygon lookups, nearest feature search, distance calculations, and spatial joins.\n\n## Prerequisites\n\n- Node.js 18+\n- A Terranode API key — [sign up at app.terranode.co](https://app.terranode.co)\n\n## Setup\n\n### Claude Desktop\n\nAdd to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"terranode\": {\n      \"command\": \"npx\",\n      \"args\": [\"@terranode-co/mcp-server\"],\n      \"env\": {\n        \"TERRANODE_API_KEY\": \"your-api-key-here\"\n      }\n    }\n  }\n}\n```\n\n### Cursor\n\nAdd to your Cursor MCP settings (`.cursor/mcp.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"terranode\": {\n      \"command\": \"npx\",\n      \"args\": [\"@terranode-co/mcp-server\"],\n      \"env\": {\n        \"TERRANODE_API_KEY\": \"your-api-key-here\"\n      }\n    }\n  }\n}\n```\n\n### Claude Code\n\nAdd to your Claude Code MCP settings:\n\n```json\n{\n  \"mcpServers\": {\n    \"terranode\": {\n      \"command\": \"npx\",\n      \"args\": [\"@terranode-co/mcp-server\"],\n      \"env\": {\n        \"TERRANODE_API_KEY\": \"your-api-key-here\"\n      }\n    }\n  }\n}\n```\n\n## Available tools\n\n| Tool                 | Description                                                 |\n| -------------------- | ----------------------------------------------------------- |\n| `list_datasets`      | List all available geospatial datasets (system + custom)    |\n| `check_location`     | Point-in-polygon: which feature contains a coordinate?      |\n| `find_nearest`       | Find the N nearest features to a coordinate, with distances |\n| `calculate_distance` | Geodesic distance between two points (meters + miles)       |\n| `spatial_join`       | Enrich multiple coordinates with polygon attributes at once |\n\n## Example prompts\n\nTry these in Claude Desktop or Cursor:\n\n- \"What county is latitude 40.71, longitude -74.00 in?\"\n- \"What datasets are available?\"\n- \"Find the 3 nearest counties to Central Park\"\n- \"How close is my proposed site (40.7128, -74.006) to the nearest school (34.0522, -118.2437)?\"\n- \"Which states do these 5 warehouse locations fall in?\" (paste coordinates)\n- \"What ZIP code is 37.7749, -122.4194 in?\"\n\n## API Reference\n\nThe full API spec is available at [docs.terranode.co/openapi.yaml](https://docs.terranode.co/openapi.yaml) (OpenAPI 3.1).\n\n## Feedback\n\nReport issues or feature requests: [feedback@terranode.co](mailto:feedback@terranode.co)\n",
  "bytes": 2509,
  "sha": "4cf044926c452bae69cb5f38b69fd2e046db82f7af66549066b10cf47d305c4a",
  "repo_slug": "terranode-co/mcp-server-terranode",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_terranode_co_mcp_server_terran_4d47c375/readme"
}