Connects Claude to Statistics Sweden's PxWeb API, giving you programmatic access to official Swedish statistics through JSON-stat format. You get three tools: subjects for browsing the topic hierarchy, table_meta for fetching dimension definitions and valid values, and query_table for pulling actual data using PxWeb query objects. Useful when you need to pull demographics, economic indicators, or other Swedish government data into your workflow without manually navigating the web interface. Part of the Pipeworx gateway, so you can add it standalone or access it alongside 673+ other data sources through a single connection. Supports the ask_pipeworx natural language interface if you'd rather describe what you want than construct queries yourself.
Statistics Sweden PxWeb MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
subjects | Navigate the subject tree. |
table_meta | Table definition (dimensions, valid values). |
query_table | Pull data from a table. body is a PxWeb query object. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"scb-se": {
"url": "https://gateway.pipeworx.io/scb-se/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Scb Se data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
hovecapital/read-only-local-postgres-mcp-server
cocaxcode/database-mcp
io.github.infoinlet-marketplace/mcp-mysql
io.github.cybeleri/database-admin
io.github.yash-0620/postgres-mcp-secured