HomeDatabases & Data › Apiverket

Apiverket

Query Swedish public data: companies, SCB statistics, weather, transport, and more.

TypeScript Cloud macOSWindowsLinux
★ 2 stars Last pushed 2026-06-23 License: MIT

Topics: Data Platforms

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.0)

npx -y apiverket-mcp-server@1.0.0

Or add to your MCP client config:

{
  "mcpServers": {
    "apiverket-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "apiverket-mcp-server@1.0.0"
      ],
      "env": {
        "GOVDATA_API_URL": "<YOUR_VALUE>",
        "GOVDATA_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • GOVDATA_API_URL — Apiverket API base URL
  • GOVDATA_API_KEY secret — Apiverket API key. Use sk_test_demo for sandbox data or create a key at https://apiverket.se/login.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry