Install
$ agentstack add mcp-fredrikbakken-ssb-mcp Open-source listing, not yet scanned by AgentStack. Follow the source repository for install instructions.
Security review
⚠ Flagged1 finding(s); flagged for manual review. · v0.1.0 How review works →
- • Prompt-injection patterns
- • Secret / credential exfiltration
- • Dangerous shell & filesystem operations
- • Untrusted network calls
- • Known-malicious package signatures
- high Pipes remote content directly into a shell (remote code execution).
What it can access
- ● Network access Used
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
SSB MCP
Model context protocol (MCP) for communicating with Statistics Norway / Statistisk sentralbyrå (SSB).
This MCP server supports the following operations:
- Use the Search API to find statistics based on keywords.
- Fetch statistics table metadata.
- Read the statistics table data.
- List the latest publications for a given date.
Getting Started
Prerequisites
Make sure you have uv installed on your machine. You can install it with:
curl -LsSf https://astral.sh/uv/install.sh | sh
Setup
- Clone the repository with:
``shell git clone https://github.com/FredrikBakken/ssb_mcp ``
- Install the project dependencies:
``shell cd ssb_mcp/ uv sync ``
- Configure Claude Desktop by adding the following settings to
~/.config/Claude/claude_desktop_config.json:
``shell { "mcpServers": { "ssb": { "command": "uv", "args": [ "--directory", "//ssb_mcp", "run", "ssb_mcp/main.py" ] } } } ``
PS: Make sure to change the `` value first.
Now you're all set - next step is to open the Claude Desktop application on your machine.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: FredrikBakken
- Source: FredrikBakken/ssb_mcp
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.