Apiverket MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOVDATA_API_KEY | No | API key (sk_test_* for sandbox, sk_live_* for production) | sk_test_demo |
| GOVDATA_API_URL | No | Apiverket API base URL | http://localhost:3010 |
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
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| govdata_discoverA | Search and browse available Swedish government data endpoints in the Apiverket API. Use this tool to find the right endpoint before calling govdata_query. The API covers 139 endpoints across 16 categories including weather, transport, economy, health, environment, parliament, police, education, and more. Args:
When called with no arguments, returns all available categories with endpoint counts. Examples:
Returns: Matching endpoints with their paths, parameters, and descriptions. |
| govdata_queryA | Call any Apiverket API endpoint to retrieve Swedish government data. Use govdata_discover first to find the right endpoint path and required parameters. Then call this tool with the endpoint path and any path/query parameters. Args:
Examples:
Returns: The API response as JSON, containing a "meta" envelope with request info and a "data" object with the actual data. Error handling:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| analyze_swedish_data | Template for analyzing Swedish government data — guides through discovery, querying, and analysis. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| endpoint-catalog | Complete list of all available Apiverket API endpoints with descriptions and parameters |
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/vinvuk/apiverket-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server