Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PXWEB_URLNoURL of the PxWeb API v2 instance (e.g., https://data.ssb.no/api/pxwebapi/v2).https://data.ssb.no/api/pxwebapi/v2
PXWEB_PORTNoPort for HTTP transport when using streamable-http.3000
PXWEB_TRANSPORTNoTransport protocol (e.g., stdio or streamable-http).stdio

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_tablesA

Search for tables in Statistics Norway (SSB) database.

Supports wildcards (*) at end of words, boolean operators (AND, OR), and special filters:

  • title:word - search only in titles

  • updated:20250908* - tables updated on date

  • "word1 word2"~5 - proximity search (words within 5 words of each other)

Geographic indicators in titles: (F) = county, (K) = municipality, (B) = city district.

get_table_infoA

Get basic information about a table (title, time range, variables).

Use this for a quick overview before fetching full metadata.

fetch_metadataA

Fetch detailed metadata for a table to understand its structure.

Returns variable IDs, value codes, elimination info, and available code lists. Use this to construct queries.

query_tableB

Query data from a table using the v2 API syntax.

Value selection syntax:

  • Specific values: valueCodes[Region]=0301,0402

  • All values: valueCodes[Region]=*

  • Wildcard: valueCodes[Konsumgrp]=?? (two-digit codes)

  • Latest N: valueCodes[Tid]=top(5)

  • From value: valueCodes[Tid]=from(2020M01)

  • Range: valueCodes[Region]=[range(01,05)]

Output formats: json-stat2, csv, xlsx, html, px, json-px

For csv/xlsx/html, use stub and heading to control layout.

get_code_listA

Fetch a code list (valueset or grouping).

Valuesets (vs_*): Lists of valid values for a variable. Groupings (agg_*): Aggregation mappings (e.g., municipality mergers).

Find available code lists in table metadata under 'codeLists'.

list_recent_tablesA

List tables updated in the past N days.

Use this to find newly published statistics.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jarib/pxweb-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server