
mcp_demographics
提供访问联合国难民署人口统计数据的模型上下文协议服务。
Repository Info
About This Server
提供访问联合国难民署人口统计数据的模型上下文协议服务。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
UNHCR Demographics MCP Server
A Model Context Protocol (MCP) server for accessing UNHCR refugee demographic statistics.
Features
- Provides a
get_demographicstool to fetch refugee statistics from UNHCR API - Supports filtering by year, country of origin (COO), and country of asylum (COA)
- Returns data in JSON format
Requirements
- Python 3.x
requestspackage
Installation
- Install dependencies:
pip install requests
- Run the server:
python unhcr_demographics.py
Usage
The server provides one tool:
get_demographics
Fetch refugee demographic statistics from UNHCR API.
Parameters:
year(required): Year of data to fetch (1950-2025)coo(optional): Country of Origin ISO3 codecoa(optional): Country of Asylum ISO3 codelimit(optional): Maximum results to return (default: 100)
Example Request:
{
"method": "callTool",
"params": {
"name": "get_demographics",
"arguments": {
"year": 2023,
"coo": "SYR",
"limit": 50
}
}
}
License
MIT
Quick Start
Clone the repository
git clone https://github.com/rvibek/mcp_demographicsInstall dependencies
cd mcp_demographics
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.