Database · MODEL CONTEXT PROTOCOL
rvibek mcp unhcr
MCP server provides access to UNHCR RDF
WHAT IT CONNECTS
What rvibek mcp unhcr gives an AI Agent
- Query forcibly displaced population data.
- Query Refugee Status Determination (RSD) application data.
- Query Refugee Status Determination (RSD) decision data.
- Filter data by country of origin (ISO3 code), country of asylum (ISO3 code), and year(s).
- Option to break down results by all countries of origin and countries of asylum
- `population/`
- `asylum-applications/`
- `asylum-decisions/`
- `cf_type`: Always set to "ISO".
- `coo`: Country of origin filter (ISO3 code, comma-separated for multiple).
- `coa`: Country of asylum filter (ISO3 code, comma-separated for multiple).
- `year[]`: Year(s) to filter by (e.g., "2023" or ["2022", "2023"]). Defaults to "2024" if not provided.
- `coo_all`: Set to "true" if results should be broken down by all countries of origin.
- `coa_all`: Set to "true" if results should be broken down by all countries of asylum.
- `coo` (optional): Country of origin filter (ISO3 code, comma-separated for multiple).
- `coa` (optional): Country of asylum filter (ISO3 code, comma-separated for multiple).
- `year` (optional): Year filter (comma-separated for multiple years, or a single year). Defaults to 2024 if not provided.
- `coo_all` (optional, boolean): If `True`, break down results by all countries of origin. Defaults to `False`.
- `coa_all` (optional, boolean): If `True`, break down results by all countries of asylum. Defaults to `False`.
- `coo` (optional): Country of origin filter (ISO3 code, comma-separated for multiple).
- `coa` (optional): Country of asylum filter (ISO3 code, comma-separated for multiple).
- `year` (optional): Year filter (comma-separated for multiple years, or a single year). Defaults to 2024 if not provided.
- `coo_all` (optional, boolean): If `True`, break down results by all countries of origin. Defaults to `False`.
- `coa_all` (optional, boolean): If `True`, break down results by all countries of asylum. Defaults to `False`.
- `coo` (optional): Country of origin filter (ISO3 code, comma-separated for multiple).
- `coa` (optional): Country of asylum filter (ISO3 code, comma-separated for multiple).
- `year` (optional): Year filter (comma-separated for multiple years, or a single year). Defaults to 2024 if not provided.
- `coo_all` (optional, boolean): If `True`, break down results by all countries of origin. Defaults to `False`.
- `coa_all` (optional, boolean): If `True`, break down results by all countries of asylum. Defaults to `False`.
- Add `year_from` and `year_to` parameter
- Include `nowcasting` endpoint
- Include `resettlement` endpoint
SECURITY
An MCP listing is not a security review
An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.