asylum_applications
Pack: unhcr · Endpoint: https://gateway.pipeworx.io/unhcr/mcp
Asylum applications lodged, by year, country of origin (coo) and country of asylum (coa). Rows carry procedure_type, app_type, dec_level and the applied count; response.total.applied is the aggregate. coo/coa take UNHCR 3-letter codes (see list_countries).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
yearFrom | integer | no | Start year, inclusive. |
yearTo | integer | no | End year, inclusive. |
coo | string | no | Country of ORIGIN — UNHCR 3-letter code. |
coa | string | no | Country of ASYLUM — UNHCR 3-letter code. |
limit | integer | no | Rows per page (default 25). |
page | integer | no | 1-based page. |
Example call
curl -X POST https://gateway.pipeworx.io/unhcr/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"asylum_applications","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"unhcr": {
"url": "https://gateway.pipeworx.io/unhcr/mcp"
}
}
}
See Getting Started for client-specific install steps.