geobs-mcp

meulth/geobs-mcp
★ 0 stars Unknown language API Integration Updated 1d ago
Open-source MCP server for accessing Basel-Stadt geospatial data via STAC, OGC API Features and GeoBS APIs.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "geobs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "meulth/geobs-mcp"
      ]
    }
  }
}