Berlin Open Data MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| berlin_search_datasetsA | Durchsucht den Open-Data-Katalog des Landes Berlin nach Datensaetzen. |
| berlin_get_datasetB | Ruft vollstaendige Metadaten und Ressourcen eines Datensatzes ab. |
| berlin_list_categoriesA | Listet alle Datenkategorien (Gruppen) im Katalog auf oder zeigt Details einer Kategorie. |
| berlin_list_tagsA | Durchsucht verfuegbare Tags im Open-Data-Katalog. |
| berlin_analyze_datasetsA | Analysiert Datensaetze umfassend: Relevanz, Aktualitaet und verfuegbare Formate. |
| berlin_catalog_statsA | Gibt einen Ueberblick ueber den gesamten Open-Data-Katalog des Landes Berlin. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose with no ambiguity: analyze datasets, get catalog stats, retrieve a dataset, list categories, list tags, and search datasets. The descriptions reinforce these distinct roles, making misselection unlikely.
All tools follow a consistent 'berlin_verb_noun' pattern in snake_case, such as berlin_analyze_datasets and berlin_search_datasets. This predictability aids agent understanding and tool selection.
With 6 tools, this server is well-scoped for exploring and analyzing Berlin's open data catalog. Each tool serves a specific function without redundancy, fitting the domain appropriately.
The toolset covers core operations like searching, retrieving, and analyzing datasets, along with catalog overviews. A minor gap is the lack of direct data download or manipulation tools, but descriptions note this limitation, and agents can work around it using provided URLs.