← Back to Plugins
MCP Server MCP

Apiverket

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "apiverket-mcp-server",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Apiverket API base URL",
          "format": "string",
          "default": "https://apiverket.se",
          "name": "GOVDATA_API_URL"
        },
        {
          "description": "Apiverket API key. Use sk_test_demo for sandbox data or create a key at https://apiverket.se/login.",
          "format": "string",
          "isSecret": true,
          "default": "sk_test_demo",
          "name": "GOVDATA_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...