AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP unreviewed MIT Self-run

Ssb Mcp

mcp-fredrikbakken-ssb-mcp · by FredrikBakken

:robot: MCP server communicating with Statistics Norway (SSB).

No reviews yet
0 installs
34 views
0.0% view→install

Install

$ agentstack add mcp-fredrikbakken-ssb-mcp

Open-source listing, not yet scanned by AgentStack. Follow the source repository for install instructions.

Security review

⚠ Flagged

1 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.

View the full security report →

Reliability & compatibility

Not yet reviewed
0 installs to date
no reviews yet
stale · 1y ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Ssb Mcp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

SSB MCP

Model context protocol (MCP) for communicating with Statistics Norway / Statistisk sentralbyrå (SSB).

This MCP server supports the following operations:

  1. Use the Search API to find statistics based on keywords.
  2. Fetch statistics table metadata.
  3. Read the statistics table data.
  4. 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

  1. Clone the repository with:

``shell git clone https://github.com/FredrikBakken/ssb_mcp ``

  1. Install the project dependencies:

``shell cd ssb_mcp/ uv sync ``

  1. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.