ssb-mcp

ssb-mcp

0

SSB-MCP is an MCP server designed for AI agents to seamlessly interact with the Statistics Norway API. It provides structured access to statistical data with a user-friendly interface and supports multilingual queries.

SSB-MCP

MCP server for interacting with Statistics Norway (SSB) API - enabling AI agents to access Norwegian statistical data.

Overview

SSB-MCP is a Machine Communication Protocol (MCP) server that provides a standardized interface for AI agents to interact with Statistics Norway's (SSB) API. This service enables seamless access to Norwegian statistical data through a well-defined API structure.

Features

  • Standardized access to SSB's statistical databases
  • Easy-to-use interface for AI agents
  • Support for both Norwegian and English queries
  • Structured data retrieval from SSB's API
  • Caching mechanism for improved performance

Getting Started

Prerequisites

  • Node.js (v18 or higher)
  • npm or yarn
  • API key from SSB (if required)

Installation

  1. Clone the repository:
git clone https://github.com/haakonjacobsen/ssb-mcp.git
cd ssb-mcp
  1. Install dependencies:
npm install
  1. Configure environment variables:
cp .env.example .env
# Edit .env with your configuration
  1. Start the server:
npm start

API Documentation

Detailed API documentation will be available once the initial implementation is complete.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the file for details.

Acknowledgments