mcp_unhcr
Verified Safeby rvibek
Overview
Provides AI agents with access to UNHCR data on forcibly displaced persons for population statistics, asylum applications, and decisions.
Installation
unhcr-mcpSecurity Notes
The server code does not use 'eval' or 'exec'. It makes HTTP requests to a known external API (api.unhcr.org) without requiring an explicit API key in the provided code. No obvious hardcoded credentials are present. The 'os.environ["ALLOWED_HOSTS"] = "*"' setting, while broad for a traditional web application, is common for MCP servers or local development and does not inherently introduce code injection vulnerabilities. Input parameters are used in API requests but not directly in command execution or file paths.
Similar Servers
mcpo
Exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP servers.
us-census-bureau-data-api-mcp
The MCP Server provides a standardized API for AI assistants (LLMs) to access and process U.S. Census Bureau data and geography information, enabling data retrieval and analysis through an agent-like interface.
mcp-datagovmy
Provides AI models access to Malaysia's open government datasets and dashboards, including real-time weather and public transport information, with enhanced search and direct Parquet file parsing capabilities.
oparl-mcp-server
Provides AI models and applications with structured access to OParl parliamentary data APIs via the Model Context Protocol.