mcpbeat Sign in

Apiverket MCP Server

local only

Apiverket runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from npm. Last commit 23 Jun 2026.

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

Installs per day peak 23 · avg 8 · -30% w/w
a month agotoday
37
Installs / week
npm · apiverket-mcp-server
2
Stars
0 open issues
23 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Secret passed into the image build Dockerfile:17
ENV GOVDATA_API_KEY=sk_test_demo

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add apiverket-mcp -- npx -y apiverket-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "apiverket-mcp": {
      "args": [
        "-y",
        "apiverket-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.apiverket-mcp]
command = "npx"
args = ["-y", "apiverket-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "apiverket-mcp": {
      "args": [
        "-y",
        "apiverket-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "apiverket-mcp": {
      "args": [
        "-y",
        "apiverket-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GOVDATA_API_URL (Apiverket API base URL), GOVDATA_API_KEY (Apiverket API key. Use sk_test_demo for sandbox data or create a key at https://apiverket.se/login.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Apiverket

same job, measured the same way
mcp-belgium
by lacausecrypto

Single MCP server for Belgian public transport, statistics, open data, and geospatial services.

43 installs/wk local only
Singapore MCP by Olano
by olano-ai

Singapore public data, transport, rail, property, business, economy, weather, and analytics.

51 installs/wk local only
Variflight MCP
by variflight

VariFlight's official MCP server provides tools to query flight, weather, comfort, and fare data.

2 490 installs/wk local only
Switzerland MCP 🇨🇭
by vikramgorla

Swiss open data MCP server. 76 tools, zero API keys. Transport, weather, geodata, news, rates.

332 installs/wk local only
AEMET
by mmillan76

MCP server exposing AEMET (Spanish weather agency) forecasts, station data and warnings.

29 installs/wk local only
Celestial Node
by christerso

Real-time space data — ISS tracking, rocket launches, space news, Mars weather, and more

local only
I
Bharatlas MCP
by sathya-sankaran

Query India's open geo data, and author collect maps: register a link, moderate, publish.

local only
Xweather Weather MCP
by xweather

Hosted MCP server for Xweather weather data: conditions, forecasts, alerts, and more.

answering

Apiverket — questions

Answers built from our own checks of this server.

Why is there no uptime for Apiverket?
Apiverket runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package apiverket-mcp-server was installed 37 times last week.
How do I connect Apiverket?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls apiverket-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Apiverket?
The npm package apiverket-mcp-server was installed 37 times in the last week. Week over week that is -30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Apiverket open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.