MCP server exposing 3 tools for reliefweb.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/reliefweb/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
reliefweb_reports — Humanitarian situation reports, needs assessments, appeals, analyses and press releases published on ReliefWeb by ~4,000 UN agencies, NGOs, governments and research bodies. AUTHORITATIVE for "what do humanitarian responders say is happening in <country or crisis>" — this is UN OCHA's own corpus, not news coverage of it. Filter by country, disaster, disaster type, publishing organisation, theme, document format and publication date, or free-text search the title and body. Returns title, publishing source, primary country, disaster, format, publication date and the ReliefWeb URL. Requires a caller-supplied ReliefWeb appname in _apiKey.reliefweb_disasters — The ReliefWeb disaster register — UN OCHA's curated list of humanitarian emergencies, each with a GLIDE number, disaster type, affected countries, event date and whether it is ongoing, alert or past. AUTHORITATIVE for "which humanitarian emergencies are active right now" and for resolving a crisis to the identifier the rest of the humanitarian system uses. Filter by country, status or disaster type, or search the name. Requires a caller-supplied ReliefWeb appname in _apiKey.reliefweb_report — One ReliefWeb report in full — the complete body text, every attached file, the publishing organisations, the countries and disasters it covers, its theme and format, and its publication and revision dates. Use it after reliefweb_reports to read a situation report rather than only its title. Pass the numeric report id from a reliefweb_reports result. Requires a caller-supplied ReliefWeb appname in _apiKey.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/reliefweb/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io