CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
pipeworx-io avatar

Scb Se

pipeworx-io/mcp-scb-se
HTTPregistry active
Summary

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.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

@pipeworx/scb-se

Statistics Sweden (SCB) MCP — Swedish official statistics: figures from the PxWeb statistical database, plus what SCB has just published and what it is scheduled to publish next. Keyless.

Part of Pipeworx — an MCP gateway connecting AI agents to 1476+ live data sources.

Tools

Figures and table navigation (PxWeb API, api.scb.se)

  • subjects(path?) — navigate the subject tree (root or sub-path)
  • table_meta(path) — table definition (dimensions, valid values)
  • query_table(path, body) — request data from a table; body is a PxWeb query ({query: [{code, selection: ...}], response: {format: "json-stat2"}})
  • sweden_latest_figure(indicator, period?) — a Swedish headline statistic as a number in one call. Covers inflation (CPI annual change, percent) and cpi (index, 2020=100). Pinned to KPI2020M, because the similarly-named KPItotM froze at 2025M12 and would hand back a year-old figure.

Releases (SCB website, www.scb.se)

  • scb_se_statistical_news(days?, from?, to?, lang?, limit?) — statistical news releases (statistiknyheter) already published: headline, summary, date, statistical product, URL. Swedish by default; lang: "en" for English titles.
  • scb_se_publishing_calendar(period?, from?, to?, form?, subject_areas?, sort_field?, sort_order?, limit?) — the official publishing calendar: which statistical products are released on which date, with product code, reference period and publishing form. The only way to answer "what is SCB publishing next week".

Auth

None. No API key on any endpoint. api.scb.se reports maxCallsPerTimeWindow: 30 per 10s window, CORS enabled, licence CC0. www.scb.se/robots.txt is User-agent: * / Disallow: — fully permissive.

Notes and traps

  • The release tools scrape HTML, not an API. www.scb.se serves both listings as HTML fragments; there is no documented contract, and the field shapes can change without notice. The tool descriptions say so rather than implying an API.
  • www.scb.se is a different host from api.scb.se and sits behind an F5 BIG-IP. It is reached with a browser User-Agent.
  • The publishing calendar is a GET. Four different POST body shapes all return HTTP 200 with a plausible 20-row table that silently ignores every parameter and serves the default "1 week ahead" — it passes a smoke test while answering the wrong question. The real contract is ?period=Custom&dateFrom=…&dateTo=…&form=3&subjectAreas=AM&sortOrder=1&sortField=2&paging=0, and dateFrom/dateTo are honoured only with period=Custom.
  • <h4>N hits</h4> in the calendar is the count on the current page (max 20), not the total. The total appears only as the high end of the last pagination range link.
  • The news datetime attribute differs by language path. /en/ stamps US M/D/YYYY h:mm:ss AM; the Swedish path stamps YYYY-MM-DD HH:MM:SS. Parsing only one yields an empty window, not an error.
  • News paging is 1-indexed (paging=0 → 404), 5 items per page, and the archive runs hundreds of pages deep, so the walk is bounded by the requested date window and a page cap.
  • The Atom feed at https://www.scb.se/Feed/statistiknyheter/ is well-formed but returns exactly 10 entries (~9 days) and ignores ?lang=en, so it is not used as the source.
  • PxWeb v2beta (https://api.scb.se/OV0104/v2beta/api/v2/tables?lang=en&pastDays=7) answers "which tables got new data" and is a separate question from either tool here. It carries no nextUpdate field — forward-looking scheduling exists only in the calendar.

Data sources

  • PxWeb API — https://api.scb.se/OV0104/v1/doris/en/ssd/
  • Statistical news — https://www.scb.se/hitta-statistik/statistiknyheter/ · https://www.scb.se/en/finding-statistics/statistical-news/
  • Publishing calendar — https://www.scb.se/en/finding-statistics/publishing-calendar/

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "scb-se": {
      "url": "https://gateway.pipeworx.io/scb-se/mcp"
    }
  }
}

What this endpoint actually serves

tools/list at https://gateway.pipeworx.io/scb-se/mcp returns the tools in the table above plus the shared Pipeworx meta-tools — ask_pipeworx, discover_tools, search_within, remember/recall and the rest of the gateway-wide set. So the tool count you see is larger than this table: a single-pack endpoint currently lists roughly 30 shared tools alongside the pack's own. The connection's initialize response states its exact scope, and is the authoritative answer for a given day.

This is deliberate, not multiplexing by accident. The meta-tools are what let a scoped connection answer a question this pack does not cover — via ask_pipeworx, which routes across the whole catalog — without you adding a second MCP server. There is currently no way to mount a pack endpoint without them; if the extra schemas cost you more context than the routing is worth, connect to the full gateway once rather than to several pack endpoints.

Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Both URLs reach the same gateway and the same 1476+ data sources. The only difference is which pack's tools are listed directly; ask_pipeworx reaches all of them from either one.

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English — this works on the pack endpoint above as well as on the full gateway:

ask_pipeworx({ question: "your question about Scb Se data" })

The gateway picks the right tool and fills the arguments automatically.

More

  • Docs and guides
  • pipeworx.io

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
DatabasesData & Analytics
Registryactive
TransportHTTP
UpdatedMay 18, 2026
View on GitHub

More from pipeworx-io

  • Schrodingers Boolean
  • science
  • Scream Void
  • sec
  • Semrush
  • Send That Email
  • Setlist Fm
  • Shakespeare Insult
  • Ship On Friday
  • Shopify
  • Simbad
  • Singstat Sg
  • Snb Ch
  • Solscan
  • spacex
  • Spdx License
  • Spoonacular
  • Spotify
  • Squiggle
  • Startup Oracle
  • Stat Gl
  • Statbank Md
  • Statbel Be
  • Statec Lu

Related Databases MCP Servers

View all →
pipeworx-io avatar
Scryfall

io.github.pipeworx-io/scryfall

Scryfall MCP — Magic: The Gathering card database.
pipeworx-io avatar
Sgd

io.github.pipeworx-io/sgd

SGD (Saccharomyces Genome Database) MCP.
pipeworx-io avatar
Simbad

io.github.pipeworx-io/simbad

CDS SIMBAD — astronomical object database (~14M objects) via TAP/script
pipeworx-io avatar
Tcgdex

io.github.pipeworx-io/tcgdex

TCGdex MCP — multi-language open trading card game database (Pokémon TCG and more).
pipeworx-io avatar
Theaudiodb

io.github.pipeworx-io/theaudiodb

TheAudioDB MCP — community music metadata database.
pipeworx-io avatar
Trefle

io.github.pipeworx-io/trefle

Trefle MCP — global plant database (1M+ species)