ReadonlyserverReadonlytimeoutReadonlymaxSearch SCB tables by query string.
Search terms (e.g., 'arbetslรถshet sysselsรคttning')
Maximum number of results (default: 5)
Array of matching table info
Fetch data from a specific SCB table via the query_table MCP tool.
The pxweb-mcp server expects table_id and value_codes parameters
(not the legacy tableId/selection names).
SCB table identifier (e.g., 'TAB5765')
OptionalvalueCodes: Record<string, string>Optional value_codes filters passed directly to pxweb-mcp
(e.g., { Tid: 'top(4)', Region: '00', Kon: '1+2' })
Array of data points
Find SCB domain configuration for a policy area.
Policy domain key (e.g., 'labour', 'fiscal')
Domain config or undefined
Get all domains that have known table IDs for direct data access.
Domains with pre-configured table IDs
Build an SCBIndicator from raw data points. Computes trend by comparing latest two values.
Human-readable indicator label
Raw data points sorted by period descending
Source SCB table ID
SCBIndicator or null if no data
PrivatecallPrivatefetch
Client for accessing Statistics Sweden (SCB) data via MCP server. Provides domain-based queries and indicator lookups.