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 |
Capabilities
Features and capabilities supported by this server
| 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
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