AgentHubAgentHub

Apiverket

MCP ServerMCP Registry官方收录

io.github.vinvuk/apiverket-mcp · v1.0.0

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

概览

Apiverket 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "apiverket-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "apiverket-mcp-server"
      ]
    }
  }
}

环境变量

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.

相关资源

统一 Manifest

{
  "id": "io.github.vinvuk/apiverket-mcp",
  "type": "mcp-server",
  "version": "1.0.0",
  "displayName": "Apiverket",
  "description": "Query Swedish public data: companies, SCB statistics, weather, transport, and more.",
  "repository": {
    "url": "https://github.com/vinvuk/apiverket-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "apiverket-mcp-server",
        "version": "1.0.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "GOVDATA_API_URL",
            "description": "Apiverket API base URL"
          },
          {
            "name": "GOVDATA_API_KEY",
            "description": "Apiverket API key. Use sk_test_demo for sandbox data or create a key at https://apiverket.se/login.",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.vinvuk/apiverket-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.vinvuk%2Fapiverket-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Apiverket — MCP Server 安装与配置 · AgentHub