munge.sh

ssb_search_statistics

Search SSB (Statistics Norway) for available statistical tables by keyword. Returns table IDs, titles, and update dates.

Provider: Statistics Norway (SSB) · Required: query

Input schema

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Search term, e.g. \"befolkning\", \"arbeidsledighet\", \"bolig\""
    },
    "language": {
      "enum": [
        "no",
        "en"
      ],
      "type": "string",
      "description": "Response language: \"no\" Norwegian, \"en\" English (default \"no\")"
    }
  }
}

Calling this tool

Send an MCP tools/call request to https://munge.sh/mcp with name ssb_search_statistics.