Ukrainian Statistics

v1.0.0Analyticsstable

Provides seamless access to official Ukrainian government statistics from the State Statistics Service via their SDMX API. It enables users to query bilingual datasets across domains like energy, demographics, and trade using flexible filtering and m

ukrainian-statistics-mcp-servermcpai-integration
Share:
49
Stars
0
Downloads
0
Weekly
0/5

What is Ukrainian Statistics?

Ukrainian Statistics is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to provides seamless access to official ukrainian government statistics from the state statistics service via their sdmx api. it enables users to query bilingual datasets across domains like energy, demo...

Provides seamless access to official Ukrainian government statistics from the State Statistics Service via their SDMX API. It enables users to query bilingual datasets across domains like energy, demographics, and trade using flexible filtering and m

This server falls under the Analytics category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Provides seamless access to official Ukrainian government st

Use Cases

Query official Ukrainian government statistics via SDMX API
Access bilingual datasets on energy, demographics, and trade
LicenseMIT License
Languagetypescript
Versionv1.0.0
UpdatedJan 10, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx ukrainian-statistics-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Ukrainian Statistics

The Ukrainian Statistics MCP Server provides AI assistants with structured access to official data published by Ukraine's State Statistics Service via their SDMX (Statistical Data and Metadata eXchange) API. It exposes eight tools for discovering, exploring, and querying bilingual (Ukrainian and English) statistical datasets covering energy, demographics, trade, agriculture, and other official government domains. Researchers, journalists, and policy analysts use it to query Ukraine's national statistics in natural language without needing to navigate the SDMX protocol directly.

Prerequisites

  • Node.js 18+ installed (for npm global install)
  • Internet access to reach the Ukrainian State Statistics Service SDMX API
  • An MCP client such as Claude Desktop or Cursor
  • No API key required — the SDMX API is publicly accessible
1

Install the server globally via npm

Install the Ukrainian statistics MCP server as a global npm package so it can be launched as a command.

npm install -g ukrainian-stats-mcp-server
2

Verify the installation

Confirm the package installed correctly by checking that the command is available.

ukrainian-stats-mcp-server --version
# or
npx ukrainian-stats-mcp-server --help
3

Add the server to your MCP client configuration

Open your claude_desktop_config.json and add the server entry. No authentication or API keys are needed.

{
  "mcpServers": {
    "ukrainian-statistics": {
      "command": "ukrainian-stats-mcp-server",
      "args": []
    }
  }
}
4

Restart your MCP client

Restart Claude Desktop to pick up the new configuration. The server should appear in connected MCP servers.

5

Explore available datasets

Start by asking Claude to list available dataflows (datasets) from the Ukrainian Statistics Service. This gives you an overview of what statistical domains are accessible.

Ukrainian Statistics Examples

Client configuration

Claude Desktop configuration for the Ukrainian Statistics MCP server. No API key or credentials needed.

{
  "mcpServers": {
    "ukrainian-statistics": {
      "command": "ukrainian-stats-mcp-server",
      "args": []
    }
  }
}

Prompts to try

Example queries for exploring Ukrainian government statistics datasets.

- "List all available statistical datasets from the Ukrainian Statistics Service"
- "Get energy supply and use data from DF_SUPPLY_USE_ENERGY for the last 3 years"
- "What demographic datasets are available?"
- "Show me Ukraine's trade statistics by partner country for 2023"
- "Get the data structure for the energy dataset so I understand its dimensions"
- "Check what data is available in the agriculture codelist"

Troubleshooting Ukrainian Statistics

API requests fail or return empty results

The server connects to Ukraine's State Statistics Service SDMX API, which may experience downtime or rate limiting. Check your internet connection first, then try again after a few minutes. The API is a government service and may have slower response times.

'ukrainian-stats-mcp-server' command not found after npm install

The global npm bin directory may not be on your PATH. Run 'npm bin -g' to find the location and add it to your shell profile. Alternatively, use npx: change the command in your config to 'npx' and args to ['ukrainian-stats-mcp-server'].

Dataset or codelist not found by name

Use the list_dataflows tool first to discover exact dataset identifiers (like DF_SUPPLY_USE_ENERGY). Dataset names are case-sensitive SDMX identifiers — always list available dataflows before querying a specific one.

Frequently Asked Questions about Ukrainian Statistics

What is Ukrainian Statistics?

Ukrainian Statistics is a Model Context Protocol (MCP) server that provides seamless access to official ukrainian government statistics from the state statistics service via their sdmx api. it enables users to query bilingual datasets across domains like energy, demographics, and trade using flexible filtering and m It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Ukrainian Statistics?

Follow the installation instructions on the Ukrainian Statistics GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Ukrainian Statistics?

Ukrainian Statistics works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Ukrainian Statistics free to use?

Yes, Ukrainian Statistics is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Analytics MCP Servers

Explore all analytics servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "ukrainian-statistics-mcp-server": { "command": "npx", "args": ["-y", "ukrainian-statistics-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Ukrainian Statistics?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides