Berlin Services 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": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_servicesC | Advanced search for Berlin services with paging and filters. |
| get_service_detailsC | Get complete details about a service including forms and prerequisites. |
| get_service_formsB | Get all forms associated with a service with detailed metadata. |
| search_formsC | Search for forms across all services. |
| get_forms_by_typeC | Get all forms of a specific type across services. |
| get_service_prerequisitesC | Get all prerequisites and requirements for a service. |
| get_service_checklistC | Get a comprehensive checklist for completing a service application. |
| analyze_form_for_fillingC | Download a PDF form and extract its fillable fields. |
| perform_form_fillingC | Fill a PDF form and save locally. |
| download_filled_formC | Retrieve a filled PDF form. |
| get_form_visual_previewC | Render a page of a filled PDF as an image. |
| open_file_locallyC | Open a file on the user's local system. |
| delete_filled_formC | Manually delete a filled form. |
| browse_services_by_categoryC | Browse services by category. |
| find_online_servicesD | Find all services available online. |
| get_service_locationsC | Get all locations for a service. |
| get_api_statusA | Get API and cache status diagnostics. |
| clear_cacheB | Clear the service cache. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_categories | Get all available service categories |
| get_status | Get system status as a resource |
| get_form_types | Get all available form types |
| get_files_manifest | Get manifest of all available files on the remote server. |
TDQS
Scored across 18 tools
Most tools have distinct purposes, but some overlap exists (e.g., 'search_forms' vs 'get_forms_by_type', 'get_service_details' vs 'get_service_prerequisites'). Descriptions help disambiguate.
All tools follow a consistent verb_noun pattern with snake_case naming. No mixing of conventions (e.g., 'get_service_details', 'search_services').
18 tools is on the higher side but appropriate for the broad domain of Berlin services and forms. Each tool covers a distinct aspect without feeling bloated.
Covers many aspects (services, forms, filling, maintenance) but notably missing a 'list_filled_forms' tool despite having 'delete_filled_form'. Some operations for form lifecycle are incomplete.