mcp_unhcr
Verified Safeby rvibek
Overview
Provides a standardized Model Context Protocol (MCP) interface to query UNHCR population, asylum, and durable solutions data for AI agents.
Installation
uv run devSecurity Notes
The server acts as a proxy for the public UNHCR API, making external HTTP requests to a known, trusted domain. No 'eval', 'exec', or hardcoded secrets are present. The 'server.py' explicitly sets `os.environ['ALLOWED_HOSTS'] = '*'`, and 'serverold.py' uses `Access-Control-Allow-Origin: *` for its HTTP server. While this broad access control could be a risk in a general web application, it is a common and often necessary design choice for public API proxies intended for broad interoperability with AI agents and various clients, and is not considered a critical vulnerability in this specific context.
Similar Servers
mcpo
Exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP servers for integration with LLM agents and other applications.
us-census-bureau-data-api-mcp
This MCP server provides a standardized client-server interface to query and interact with various U.S. Census Bureau data APIs, allowing AI assistants to access demographic and geographic information.
oparl-mcp-server
A Model Context Protocol (MCP) server for integrating AI models and applications with OParl parliamentary data APIs.
ign-apicarto-mcp-server
This server provides access to French geographical data from the IGN API Carto, enabling natural language queries for cadastral, agricultural, environmental, urban planning, and administrative information through the Model Context Protocol (MCP).