SGU Brunnar MCP Server
by deanmcgowan
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Server host | 0.0.0.0 |
| PORT | No | Server port (Cloud Run sets this automatically) | 8080 |
| APP_ENV | No | development / staging / production | development |
| LOG_LEVEL | No | Python log level | INFO |
| SGU_BASE_URL | No | SGU OGC API base URL | https://api.sgu.se/oppnadata/brunnar/ogc/features/v1 |
| MCP_BEARER_TOKEN | Yes | Auth token that MCP clients must present | |
| CACHE_TTL_SECONDS | No | Cache TTL in seconds | 300 |
| EXPORT_TTL_SECONDS | No | Export file TTL before deletion | 3600 |
| MAX_EXPORT_RECORDS | No | Max records per export | 50000 |
| MAX_INLINE_RESULTS | No | Max records per MCP tool response | 100 |
| GOOGLE_MAPS_API_KEY | No | Google Maps / Geocoding API key | |
| MAX_UPSTREAM_CONCURRENCY | No | Max concurrent SGU requests | 4 |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityStale
ResponsivenessNo issues