Search ReliefWeb humanitarian reports, disasters, jobs, training, and country profiles via MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Search ReliefWeb humanitarian reports, disasters, jobs, training, and country profiles via MCP. STDIO or Streamable HTTP.
Public Hosted Server: https://reliefweb.caseyjhand.com/mcp
11 tools for working with ReliefWeb humanitarian data:
| Tool | Description |
|---|---|
reliefweb_search_reports | Search humanitarian reports with filtering by country, disaster, format, theme, language, source, and date |
reliefweb_get_report | Fetch a single report by numeric ID with full body text and metadata |
reliefweb_search_disasters | Search disasters by type, country, status, GLIDE number, and date range |
reliefweb_get_disaster | Fetch a disaster record with profile, key content links, appeals, and response plans |
reliefweb_get_country | Fetch a country profile by ISO3 code with overview, appeals, and curated links |
reliefweb_list_countries | List all countries tracked by ReliefWeb, filterable to active humanitarian situations |
reliefweb_search_jobs | Search humanitarian job listings by country, organization, career category, and experience level |
reliefweb_get_job | Fetch a job posting by numeric ID with the full vacancy description and application instructions |
reliefweb_search_training | Search training and learning opportunities by format, country, career category, and date β upcoming starts by default |
reliefweb_get_training | Fetch a training listing by numeric ID with the full description, registration instructions, and cost detail |
reliefweb_list_sources | Browse contributing organizations by name and type |
The five reliefweb_get_* tools never truncate. Under a fixed byte budget they return the record whole; over it they return a complete section outline β every section, its real serialized size, and how to reach it β and a sections: [...] re-call returns exactly the named sections plus identity metadata. The re-call is self-contained: the record is re-fetched from its ID and sliced, so nothing has to be replayed. Both modes carry the same information in structuredContent and content[].
The resources always return the whole record β a resource read has no way to name sections, so reach for the tool when a record is too large.
A country or disaster profile returns only what ReliefWeb currently curates in each of its three link lists. Each list also has an archive, thousands of entries deep for a long-running crisis β Syria carries 2,328 archived key content links and 120 archived appeals and response plans. reliefweb_get_country and reliefweb_get_disaster page that archive on request:
The response replaces the profile with one page: the list it came from, the true total, how many entries it holds, its offset, the entries, and the next offset while more remain β absent once the page reaches the end. Lists are keyContent, appealsResponsePlans, and usefulLinks, named for the fields the active half lands on.
sections and archive are alternative modes and a call carrying both is rejected: sections slices the record, archive replaces it with a page. A record over the response budget still answers an archive call with the page β a page is bounded by limit and carries no record prose, so it never outlines.
reliefweb_search_reportsSearch humanitarian reports on ReliefWeb with rich filtering.
2024-01-15 is accepted alongside full ISO 8601News and Press Release, Situation Report, Map, Infographic, Analysis, Other, Assessment, Manual and Guideline, Appeal, UN Document, Evaluation and Lessons Learned β matched ignoring case, spacing, and punctuation; anything else is rejected with the listinclude_archived has no effect here β reports have no archived class, so all of them are in scope by defaultreliefweb_get_report to fetch full body textreliefweb_get_reportFetch a single ReliefWeb report by its numeric ID with full body text.
reliefweb_search_reports to retrieve document content (10β100KB each)sections: ["body"] pulls the body back on its ownnot_found when the ID doesn't existreliefweb_search_disastersSearch active and historical disasters on ReliefWeb.
2024-01-15 is accepted alongside full ISO 8601alert, ongoing, past, alert-archive; multiple values comma-separated, matched ignoring case, spacing, and punctuationinclude_archived=true to reach alert-archive entries, which the default preset hidesreliefweb_get_disaster and as disaster_id filter in reliefweb_search_reportsreliefweb_get_disasterFetch a disaster record by ReliefWeb numeric ID with full details.
sections: ["description"] or sections: ["profileOverview"] pulls one narrative at a timearchive: { list: "keyContent" } pages the archived entries each curated list leaves outreliefweb_get_countryFetch a country profile from ReliefWeb by ISO3 code.
archive: { list: "keyContent" } pages the archived entries each curated list leaves out β 2,328 of them for Syriasections behavior as the other detail tools, though an active-only profile is small enough that it rarely reaches the budgetreliefweb_list_countriesList all countries and territories tracked by ReliefWeb.
crisis_only=true to limit to active humanitarian situations (status ongoing)reliefweb_get_countryreliefweb_search_jobsSearch humanitarian job listings on ReliefWeb.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/reliefweb-mcp-server)<a href="https://allmcps.com/mcp/reliefweb-mcp-server"><img src="https://allmcps.com/api/badge/reliefweb-mcp-server?style=directory" alt="Reliefweb MCP Server on AllMCPs" /></a>