Open-source MCP server for accessing Basel-Stadt geospatial data via STAC, OGC API Features and GeoBS APIs.
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"
]
}
}
}
Run in terminal:
claude mcp add geobs-mcp npx -y meulth/geobs-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"geobs-mcp": {
"command": "npx",
"args": [
"-y",
"meulth/geobs-mcp"
]
}
}
}