SB OGC MCP
MCP server that gives Claude access to Dutch mobility data via Studio Bereikbaar's OGC API, enabling querying of travel surveys, traffic models, and accessibility maps.
README
SB OGC MCP — Studio Bereikbaar Mobility Data for Claude
MCP server that gives Claude access to Dutch mobility data via Studio Bereikbaar's OGC API.
What you get
13 tools for Claude Desktop:
| Tool | What it does |
|---|---|
list_collections |
List 15 data collections (boundaries, NRM networks, demographics) |
describe_collection |
Get schema/properties of a collection |
list_processes |
List 7 analysis processes |
get_features |
Fetch GeoJSON features with filters |
search_boundaries |
Find gemeente/wijk/buurt/pc4 by name |
run_odin_query |
ODIN travel survey analysis (20 years, modal split, trends) |
run_odin_compare |
Compare two locations side-by-side |
run_modal_split |
Generate modal split chart (returns PNG image) |
run_odin_spider |
Origin-destination desire lines (GeoJSON) |
run_odin_profile |
7-cluster mobility profiling |
run_odin_spider_profile |
Demographics of travelers to/from a municipality |
run_accessibility_map |
BOP accessibility map (returns PNG image) |
Setup voor collega's
1. Installeer uv (eenmalig)
curl -LsSf https://astral.sh/uv/install.sh | sh
2. Configureer Claude Desktop
Open ~/Library/Application Support/Claude/claude_desktop_config.json en voeg toe:
{
"mcpServers": {
"sb-ogc-api": {
"command": "uvx",
"args": ["sb-ogc-mcp"]
}
}
}
3. Herstart Claude Desktop
De tools verschijnen automatisch. Probeer:
"Welke data collections heeft Studio Bereikbaar?"
"Laat de modal split zien voor Amsterdam"
"Vergelijk Rotterdam en Utrecht qua vervoerswijzen"
"Toon de bereikbaarheidskaart voor fietsen naar supermarkten in Den Haag"
Data
All data comes from tools.studiobereikbaar.nl/oapi (OGC API):
- ODIN — CBS travel survey, 20 years (2004–2023), ~3M trips, enriched by Roland Kager
- NRM — National traffic model networks (2022 + 4 future scenarios)
- CBS boundaries — gemeente, wijk, buurt, pc4, provincie
- BOP — accessibility maps (Move Mobility)
- V500 — 500m population + urbanization grids
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.