mcp-geo

chris-page-gov/mcp-geo
★ 3 stars Python AI/LLM Updated today
AI Generated Model Context Protocol (MCP) server for geospatial (Ordnance Survey) tooling built with FastAPI & Python 3.11+. Provides a uniform tool abstraction, typed schemas, structured error model, correlation IDs, and high test coverage
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-geo": {
      "command": "uvx",
      "args": [
        "mcp-geo"
      ]
    }
  }
}

Or install with pip: pip install mcp-geo