Model Context Protocol server for Statistics Sweden (SCB) PX API
If you already use Scb MCP, the scb mcp mcp server is the piece that lets your assistant work with it directly. Model Context Protocol server for Statistics Sweden (SCB) PX API.
SCB MCP är server som LLM:s och AI-chatbotar kan använda för att söka, hitta och hämta officiell data och statistik från Statistikbyrån (SCB). Det omfattar 1 200+ statistiktabeller med data om befolkning & demografi, ekonomi & finans, miljö, arbetsmarknad, utbildning och transport. Perfekt för att bygga interaktiva instrumentpaneler, forskningsverktyg och utbildningsapplikationer.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Environment — Greenhouse gas emissions, water/waste management, sustainability metricsEducation — Student statistics, course enrollments, skills developmentArbetsmarknad — Sysselsättning, arbetslöshet, yrkesdata, kompetensmatchningUtbildning — Studentstatistik, kursanmälningar, kompetensutvecklingSCB-databas — https://www.scb.se/API-dokumentation — https://www.scb.se/en/services/open-data-api/pxwebapi/Dataexplorer — https://pxweb.scb.se/pxweb/en/Feature — DescriptionDeveloper-Friendly — Full documentation, clear errors with suggestions, selection validation, metadata in responsesProduction-Ready — Rate limiting (30 req/10s), consistent behavior, proper data types, language support (SV/EN)Funktion — BeskrivningProduktionsklar — Rate limiting (30 req/10s), konsekvent beteende, rätt datatyper, språkstöd (SV/EN)Installation goes through your MCP client rather than a global install: point it at npm on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Among the knowledge and memory options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Scb MCP's toolset — Environment, Education, Arbetsmarknad and 11 more — is a fair guide to whether it matches your workflow. It is maintained by isakskogstad; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Environment | Greenhouse gas emissions, water/waste management, sustainability metrics |
| Education | Student statistics, course enrollments, skills development |
| Arbetsmarknad | Sysselsättning, arbetslöshet, yrkesdata, kompetensmatchning |
| Utbildning | Studentstatistik, kursanmälningar, kompetensutveckling |
| SCB-databas | https://www.scb.se/ |
| API-dokumentation | https://www.scb.se/en/services/open-data-api/pxwebapi/ |
| Dataexplorer | https://pxweb.scb.se/pxweb/en/ |
| Feature | Description |
| Developer-Friendly | Full documentation, clear errors with suggestions, selection validation, metadata in responses |
| Production-Ready | Rate limiting (30 req/10s), consistent behavior, proper data types, language support (SV/EN) |
| Funktion | Beskrivning |
| Produktionsklar | Rate limiting (30 req/10s), konsekvent beteende, rätt datatyper, språkstöd (SV/EN) |
| Problem | Lösning |
| Issue | Solution |
{
"mcpServers": {
"scb": {
"command": "node",
"args": ["/absolut/sökväg/till/SCB-MCP/dist/index.js"]
}
}
}Configuration as documented by the project. Restart the client after saving.
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.