SB OGC MCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SB OGC MCPWat is de modal split in Amsterdam?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 15 data collections (boundaries, NRM networks, demographics) |
| Get schema/properties of a collection |
| List 7 analysis processes |
| Fetch GeoJSON features with filters |
| Find gemeente/wijk/buurt/pc4 by name |
| ODIN travel survey analysis (20 years, modal split, trends) |
| Compare two locations side-by-side |
| Generate modal split chart (returns PNG image) |
| Origin-destination desire lines (GeoJSON) |
| 7-cluster mobility profiling |
| Demographics of travelers to/from a municipality |
| BOP accessibility map (returns PNG image) |
Related MCP server: globick-mcp
Setup voor collega's
1. Installeer uv (eenmalig)
curl -LsSf https://astral.sh/uv/install.sh | sh2. 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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceAn experimental MCP server providing spatial context for LLMs by interfacing with French Geoplateforme services. It enables tasks such as geocoding, altitude lookups, and querying administrative, cadastral, or urban planning data.104MIT
- Flicense-qualityCmaintenanceA local MCP server that connects the Globick activities API to Claude Desktop, enabling natural language search and filtering of the activities catalogue.
- Flicense-qualityDmaintenanceMCP server for accessing SPEAR model output from various sources (AWS, STAC API, local) and integrating with AI assistants like Claude Desktop or a SPEAR Climate Chatbot.
- AlicenseAqualityDmaintenanceAn MCP server for accessing Dutch school schedules from Magister. Enables Claude and other MCP-compatible AI assistants to query school schedules, drop-off times, and pick-up times.463MIT
Related MCP Connectors
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server for live, sourced Brazilian public data from the official IBGE APIs.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Studio-Bereikbaar/sb-ogc-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server