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 |
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 | |
Latest Blog Posts
- 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/deanmcgowan/mcp-sgu-open-data'
If you have feedback or need assistance with the MCP directory API, please join our Discord server