Ukrainian Statistics
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
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
Maintainer
Works with
Installation
Manual Installation
npx ukrainian-statistics-mcp-serverConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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-serverVerify 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 --helpAdd 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": []
}
}
}Restart your MCP client
Restart Claude Desktop to pick up the new configuration. The server should appear in connected MCP servers.
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.
Ukrainian Statistics Alternatives — Similar Analytics Servers
Looking for alternatives to Ukrainian Statistics? Here are other popular analytics servers you can use with Claude, Cursor, and VS Code.
OpenMetadata
★ 14.0kOpenMetadata is a unified metadata platform for data discovery, data observability, and data governance powered by a central metadata repository, in-depth column level lineage, and seamless team collaboration.
Superset
★ 10.9kAn MCP server that provides AI assistants with full access to Apache Superset instances, enabling interaction with dashboards, charts, datasets, databases, and SQL execution capabilities.
Horizon
★ 4.4k📡 Your own AI-powered news radar. Generates daily briefings in English & Chinese. | 用 AI 构建你专属的新闻雷达
MCP Server Chart
★ 4.1kEnables generation of 25+ types of charts and data visualizations using AntV, including bar charts, line charts, maps, mind maps, and specialized diagrams like fishbone and sankey charts. Supports both statistical charts and geographic visualizations
Muapi CLI
★ 997Official CLI for muapi.ai — generate images, videos & audio from the terminal. MCP server, 14 AI models, npm + pip installable.
Weather MCP Server
★ 907Weather Data Fetcher MCP server built with Node.js, MCP SDK, and Zod. Provides weather details like temperature and forecast for cities such as Noida and Delhi via a registered tool. Simplifies API integration, enabling structured responses for clien
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.
Set Up Ukrainian Statistics in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.