unesco-mcp

unesco-mcp

A Model Context Protocol server that connects AI assistants to UNESCO Institute for Statistics data, enabling natural language search, retrieval, and comparison of indicators across countries.

Category
访问服务器

README

codecov PyPI Python

unesco-mcp

A Model Context Protocol (MCP) server for UNESCO Institute for Statistics (UIS) data. Bring the UIS Data Browser into any MCP-compatible client (Claude Desktop, Claude Code, Cursor, Windsurf, etc.).

What it does

This server connects AI assistants to the UIS API, enabling them to search indicators, retrieve data values, compare countries, and explore available breakdowns — all through natural conversation. Data is cached locally in SQLite for fast indicator discovery, while live API calls fetch the actual data values.

Available tools

Discovery

Tool Description
list_themes List all UNESCO data themes (education, science, culture, etc.)
list_disaggregation_types List available data breakdowns (by sex, age, education level, etc.)
get_disaggregation_values Get specific values for a breakdown type (e.g. "Male", "Female" for SEX)
search_indicators Search indicators by text query and structured filters
count_indicators Count indicators matching filters, with year range support
get_indicator_metadata Get full definition, methodology, and data sources for an indicator
get_indicator_summary Quick overview of multiple indicators from local cache

Geography

Tool Description
search_geo_units Search countries and regions by name or ISO3 code, with grouping disambiguation

Data retrieval

Tool Description
get_latest_value Get a single data point for an indicator and geography
get_time_series Get the full time series for an indicator and geography
get_country_ranking Rank countries by indicator value (top N / bottom N)
compare_geographies Compare an indicator across up to 20 specific geographies

Utility

Tool Description
server_status Health check with server name and UTC timestamp

Installation

PyPI (recommended)

Run the server locally from the published Python package. This requires Python 3.10+ and uv.

Claude Code:

claude mcp add unesco-mcp -- uvx unesco-mcp

Claude Desktop — add to your config file (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows):

{
  "mcpServers": {
    "unesco-mcp": {
      "command": "uvx",
      "args": ["unesco-mcp"]
    }
  }
}

Local (from source)

Use this path when developing locally or testing unreleased changes:

git clone https://github.com/lpicci96/unesco-mcp.git
cd unesco-mcp
uv sync
uv run unesco-mcp

For Claude Desktop, point the client at the checkout:

{
  "mcpServers": {
    "unesco-mcp": {
      "command": "uv",
      "args": ["run", "--directory", "/path/to/unesco-mcp", "unesco-mcp"]
    }
  }
}

Claude Code:

claude mcp add unesco-mcp -- uv run --directory /path/to/unesco-mcp unesco-mcp

Example usage

Once installed, you can ask your AI assistant things like:

  • "What is the primary completion rate in Kenya?"
  • "Compare literacy rates across East African countries"
  • "Which countries have the highest out-of-school rates?"
  • "What education indicators are available broken down by sex and wealth quintile?"
  • "Show me the trend in secondary enrollment for Brazil over the last 10 years"

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选