Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.cyanheads/reliefweb-mcp-server

REMOTE · RELIEFWEB.CASEYJHAND.COM · 2 COMPONENTS · SCANNED SEP 21

Search ReliefWeb humanitarian reports, disasters, jobs, training, and country profiles via MCP.

0 this week 82 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security66
  • The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
  • Authorisation not fully verified: no authorisation is required to call this server, and 11 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. See how to fix → View diagnostics → Unverified
  • HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
  • The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
  • DNSSEC is configured correctly; the domain's records validate against the full chain to the root. View diagnostics → Pass
Transport & Reachability100
Schema Quality & AI Usability77
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 4270 tokens (~388/item across 11 items; 11 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 11 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the io.github.cyanheads/reliefweb-mcp-server server?

io.github.cyanheads/reliefweb-mcp-server is a hosted endpoint at https://reliefweb.caseyjhand.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · reliefweb.caseyjhand.com

# add to Claude Code
claude mcp add --transport http cyanheads-reliefweb-mcp-server 'https://reliefweb.caseyjhand.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "cyanheads-reliefweb-mcp-server": {
      "url": "https://reliefweb.caseyjhand.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "cyanheads-reliefweb-mcp-server": {
      "type": "http",
      "url": "https://reliefweb.caseyjhand.com/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.cyanheads-reliefweb-mcp-server]
url = "https://reliefweb.caseyjhand.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "cyanheads-reliefweb-mcp-server": {
      "type": "remote",
      "url": "https://reliefweb.caseyjhand.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add cyanheads-reliefweb-mcp-server --url 'https://reliefweb.caseyjhand.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  cyanheads-reliefweb-mcp-server:
    url: "https://reliefweb.caseyjhand.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "cyanheads-reliefweb-mcp-server": {
      "Transport": "http",
      "Url": "https://reliefweb.caseyjhand.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add cyanheads-reliefweb-mcp-server -t streamable-http -u 'https://reliefweb.caseyjhand.com/mcp'
// mcp.json
{
  "mcpServers": {
    "cyanheads-reliefweb-mcp-server": {
      "type": "http",
      "url": "https://reliefweb.caseyjhand.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 0
    • Server version: 0.2.1 → 0.2.2 functional
  • 9 Sept 26 0
    • Stability: 0.97 → pass security
  • 8 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 7 Sept 26 −1
    • Stability: pass → 0.93 functional
  • 26 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 +1
    • Stability: 0.97 → pass security
    • MCP protocol: Implements a current MCP spec version (2026-07-28). functional
    • MCP protocol version: 2025-11-25 → 2026-07-28 functional
    • Server version: 0.2.0 → 0.2.1 functional
  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 10 Aug 26 0
    • Transport: fail → pass security
    • HSTS header: fail → pass security
    • Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 11 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. security
    • Endpoint reachability: not serving MCP → reachable functional
    • Stability: unverified → 0.50 functional
    • Schema quality: unverified → 100 functional
    • Tool coverage: unverified → 100 functional
    • MCP protocol: unverified → pass functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Probed https://reliefweb.caseyjhand.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=caseyjhand.com CN=WE1,O=Google Trust Services,C=US 4 Sept 2026 3 Dec 2026 ECDSA 256 ECDSA-SHA256 a6985204ed51ae050e7738aa6be668e9
SANs: caseyjhand.com, *.caseyjhand.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC secure

Validation of reliefweb.caseyjhand.com. Secure

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
caseyjhand.com. present 2371 13 Verified
reliefweb.caseyjhand.com. Verified address RRset verified with the apex keys
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000; includeSubDomains; preload
x-content-type-options nosniff

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://reliefweb.caseyjhand.com/mcp Verified 200
http (plaintext) http://reliefweb.caseyjhand.com/mcp HTTPS enforced 301 https://reliefweb.caseyjhand.com/mcp
MCP tools · 11 exposed · ~4,063 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
reliefweb_get_country ~408

Fetch a country profile from ReliefWeb by ISO3 code, including overview, humanitarian situation summary, key content links, active appeals and response plans, and useful external links. Country profiles are curated by OCHA editors and provide the authoritative situation summary for humanitarian responders. Each curated list also has an archive — thousands of entries deep for a long-running crisis — which the profile leaves out. Two alternative selectors, at most one per call: sections names parts of the profile to return, archive pages one list's archived entries in place of the profile. A profile over the response budget comes back as a section outline naming every section and its byte size. Nothing is truncated on any path.

NameTypeReqDescription
archiveobjectArchive mode: return a page of one curated list's ARCHIVED entries instead of the country record. The response carries the record identity, the selected list, and total / shown / offset, plus a next…
iso3stringyesISO 3166-1 alpha-3 country code (e.g., SYR, AFG, UKR). Used to look up the country's ReliefWeb profile.
sectionsarraySections of the country record to return, named by the sections[].name values an outline response lists. Omit for the whole record, or for a section outline when the record is over the response budge…
NameTypeReqDescription
appealsResponsePlansarrayCurrently-active humanitarian appeals and response plans for this country — the present set. The archived entries are reachable with archive: { list: "appealsResponsePlans" }.
archiveobjectOne page of a curated list's archived entries, returned in place of the record.
errorobjectPresent when the call failed. Absent on success.
idnumberReliefWeb numeric country ID.
iso3stringISO 3166-1 alpha-3 code.
keyContentarrayCurrently-active curated key content links maintained by ReliefWeb editors — the present curated set. The archived entries are reachable with archive: { list: "keyContent" }.
kindstringfull when the record — or the sections asked for — is returned in whole; outline when the record exceeded the response budget and only its section index is returned; archive when the call asked for a…
namestringCountry name.
outlineNoticestringHow to re-call this tool for specific sections of the record.
profileOverviewstringSituation overview text from the ReliefWeb editorial team.
sectionsarrayEvery section of the record, largest first. Pass the names back in `sections` to retrieve them.
statusstringHumanitarian situation status.
urlAliasstringCanonical ReliefWeb URL for this country page.
usefulLinksarrayCurrently-active useful external links curated by ReliefWeb editors — the present set. The archived entries are reachable with archive: { list: "usefulLinks" }.

No examples provided.

reliefweb_get_disaster ~388

Fetch a disaster record by ReliefWeb numeric ID including description, affected countries, GLIDE number, profile overview, key content links, and active appeals or response plans. Use after reliefweb_search_disasters to retrieve full details. Each curated list also has an archive, which the record leaves out. Two alternative selectors, at most one per call: sections names parts of the record to return, archive pages one list's archived entries in place of the record. Description and profile overview can together run to tens of KB for major disasters. A record over the response budget comes back as a section outline naming every section and its byte size. Nothing is truncated on any path.

NameTypeReqDescription
archiveobjectArchive mode: return a page of one curated list's ARCHIVED entries instead of the disaster record. The response carries the record identity, the selected list, and total / shown / offset, plus a next…
idintegeryesReliefWeb numeric disaster ID. Obtained from reliefweb_search_disasters results.
sectionsarraySections of the disaster record to return, named by the sections[].name values an outline response lists. Omit for the whole record, or for a section outline when the record is over the response budg…
NameTypeReqDescription
appealsResponsePlansarrayCurrently-active appeals and response plans linked to this disaster — the present set. The archived entries are reachable with archive: { list: "appealsResponsePlans" }.
archiveobjectOne page of a curated list's archived entries, returned in place of the record.
countriesarrayAll countries tagged on this disaster.
dateCreatedstringReliefWeb index date (ISO 8601).
dateEventstringEvent date (ISO 8601), when available.
descriptionstringFull disaster description text.
errorobjectPresent when the call failed. Absent on success.
glidestringGLIDE number for cross-system correlation.
idnumberReliefWeb numeric disaster ID.
keyContentarrayCurrently-active curated key content links from the ReliefWeb editorial team — the present curated set. The archived entries are reachable with archive: { list: "keyContent" }.
kindstringfull when the record — or the sections asked for — is returned in whole; outline when the record exceeded the response budget and only its section index is returned; archive when the call asked for a…
namestringDisaster name.
outlineNoticestringHow to re-call this tool for specific sections of the record.
primaryCountrystringPrimary affected country.
primaryTypestringPrimary disaster type.
profileOverviewstringProfile overview text from the ReliefWeb editorial team.
sectionsarrayEvery section of the record, largest first. Pass the names back in `sections` to retrieve them.
statusstringDisaster status: alert, ongoing, past, or alert-archive.
typesarrayDisaster type names.
urlAliasstringCanonical ReliefWeb URL for this disaster.
usefulLinksarrayCurrently-active useful external links curated by ReliefWeb editors — the present set. The archived entries are reachable with archive: { list: "usefulLinks" }.

No examples provided.

reliefweb_get_job ~219

Fetch a job posting by ReliefWeb numeric ID with the full vacancy description, application instructions, dates, hiring organization, and location and taxonomy metadata. Use after reliefweb_search_jobs, which returns summaries without the description or application instructions. Reaches expired postings as well as open ones. A record over the response budget comes back as a section outline naming every section and its byte size; re-call with sections to pull only the ones needed. Nothing is truncated on either path.

NameTypeReqDescription
idintegeryesReliefWeb numeric job ID. Obtained from reliefweb_search_jobs results.
sectionsarraySections of the job record to return, named by the sections[].name values an outline response lists. Omit for the whole record, or for a section outline when the record is over the response budget. I…
NameTypeReqDescription
bodystringFull vacancy description (HTML) — duties, requirements, and conditions.
careerCategoriesarrayCareer category names (humanitarian tracks).
countriesarrayCountries tagged on this job.
dateChangedstringDate this posting was last modified (ISO 8601).
dateClosingstringApplication closing date (ISO 8601).
dateCreatedstringDate this posting was indexed (ISO 8601).
errorobjectPresent when the call failed. Absent on success.
experienceLevelsarrayRequired experience levels.
howToApplystringApplication instructions (HTML) as published by the hiring organization.
idnumberReliefWeb numeric job ID.
kindstringfull when the record — or the sections asked for — is returned in whole; outline when the record exceeded the response budget and only its section index is returned.
outlineNoticestringHow to re-call this tool for specific sections of the record.
sectionsarrayEvery section of the record, largest first. Pass the names back in `sections` to retrieve them.
sourcesarrayHiring organizations (short names).
statusstringPosting status: published while the vacancy is open, expired once it has closed.
themesarrayHumanitarian theme/sector names.
titlestringJob title.
typesarrayJob type names, such as Job or Consultancy.
urlstringReliefWeb node URL for this job listing.
urlAliasstringCanonical ReliefWeb URL for this job listing.

No examples provided.

reliefweb_get_report ~217

Fetch a single ReliefWeb report by its numeric ID with full body text, file attachments, and all metadata. Use after reliefweb_search_reports to retrieve document content — body is excluded from search results to manage context budget. Report bodies can be 10–100KB. A record over the response budget comes back as a section outline naming every section and its byte size; re-call with sections to pull only the ones needed. Nothing is truncated on either path.

NameTypeReqDescription
idintegeryesReliefWeb numeric report ID. Obtained from reliefweb_search_reports results.
sectionsarraySections of the report record to return, named by the sections[].name values an outline response lists. Omit for the whole record, or for a section outline when the record is over the response budget…
NameTypeReqDescription
bodystringFull report body text (HTML). Present for most reports; absent for binary-only documents.
countriesarrayAll countries tagged on this report.
dateCreatedstringReliefWeb index date (ISO 8601).
dateOriginalstringSource publication date (ISO 8601).
errorobjectPresent when the call failed. Absent on success.
fileUrlsarrayDirect file download URLs attached to this report.
formatsarrayContent format names.
headlineSummarystringShort editorial summary from the headline block, when present.
idnumberReliefWeb numeric report ID.
kindstringfull when the record — or the sections asked for — is returned in whole; outline when the record exceeded the response budget and only its section index is returned.
languagesarrayLanguage codes (ISO 639-1).
outlineNoticestringHow to re-call this tool for specific sections of the record.
primaryCountrystringPrimary country name for this report.
sectionsarrayEvery section of the record, largest first. Pass the names back in `sections` to retrieve them.
sourcesarrayPublishing organizations (short names).
themesarrayHumanitarian theme/sector names.
titlestringReport title.
urlAliasstringCanonical ReliefWeb URL for this report.

No examples provided.

reliefweb_get_training ~227

Fetch a training listing by ReliefWeb numeric ID with the full description, registration instructions, event link, cost and fee information, dates, languages, and organizing source. Use after reliefweb_search_training, which returns summaries without the description, registration instructions, or cost detail. Reaches concluded listings as well as current ones. A record over the response budget comes back as a section outline naming every section and its byte size; re-call with sections to pull only the ones needed. Nothing is truncated on either path.

NameTypeReqDescription
idintegeryesReliefWeb numeric training ID. Obtained from reliefweb_search_training results.
sectionsarraySections of the training record to return, named by the sections[].name values an outline response lists. Omit for the whole record, or for a section outline when the record is over the response budg…
NameTypeReqDescription
bodystringFull training description (HTML) — content, audience, and logistics.
careerCategoriesarrayCareer category names (humanitarian tracks).
citiesarrayHost cities, for on-site training.
coststringCost class as ReliefWeb records it, such as free or fee-based.
countriesarrayCountries tagged on this training.
dateCreatedstringDate this listing was indexed (ISO 8601).
dateEndstringTraining end date (ISO 8601).
dateRegistrationstringRegistration deadline (ISO 8601).
dateStartstringTraining start date (ISO 8601).
errorobjectPresent when the call failed. Absent on success.
eventUrlstringThe organizer's own page for this training, when published.
feeInformationstringFee detail as published by the organizer — amounts, inclusions, and conditions.
formatsarrayTraining format names: on-site or online.
howToRegisterstringRegistration instructions (HTML) as published by the organizer.
idnumberReliefWeb numeric training ID.
kindstringfull when the record — or the sections asked for — is returned in whole; outline when the record exceeded the response budget and only its section index is returned.
languagesarrayLanguage codes of the listing (ISO 639-1).
outlineNoticestringHow to re-call this tool for specific sections of the record.
sectionsarrayEvery section of the record, largest first. Pass the names back in `sections` to retrieve them.
sourcesarrayOrganizing organizations (short names).
statusstringListing status: published while the training is current, expired once concluded.
themesarrayHumanitarian theme/sector names.
titlestringTraining title.
trainingLanguagesarrayLanguage codes the training is delivered in (ISO 639-1).
typesarrayTraining type names, such as Training/Workshop or Course.
urlstringReliefWeb node URL for this training listing.
urlAliasstringCanonical ReliefWeb URL for this training listing.

No examples provided.

reliefweb_list_countries ~157

List all countries and territories tracked by ReliefWeb, optionally filtered to active humanitarian situations. Returns ISO3 codes and status for each entry — use the ISO3 code with reliefweb_get_country to fetch a full profile. Set crisis_only=true to limit results to countries with active humanitarian situations.

NameTypeReqDescription
crisis_onlybooleanWhen true, filters to countries with an active humanitarian situation (status ongoing). Default false returns all countries.
limitintegerNumber of results to return (1–1000, default 100). Each call counts against the 1,000-calls/day quota.
offsetintegerZero-based offset for pagination. Use with limit and the totalCount enrichment field to page through results.
NameTypeReqDescription
errorobjectPresent when the call failed. Absent on success.
itemsarrayCountries tracked by ReliefWeb.
noticestringPresent only when the page is empty. Names the match count and the last reachable offset when the query matched records; otherwise echoes the filters applied and suggests how to broaden.
totalCountnumberTotal countries matching the filter before pagination.

No examples provided.

reliefweb_list_sources ~187

Browse source organizations that contribute content to ReliefWeb, optionally filtered by name text or organization type. Returns short names, types, and URLs. Use the shortname value with the source filter in reliefweb_search_reports, reliefweb_search_jobs, and reliefweb_search_training.

NameTypeReqDescription
limitintegerNumber of results to return (1–1000, default 10). Each call counts against the 1,000-calls/day quota.
offsetintegerZero-based offset for pagination. Use with limit and the totalCount enrichment field to page through results.
textstringFull-text search query. Matches against organization name and short name.
typestringOrganization type. One of: Non-governmental Organization, International Organization, Academic and Research Institution, Other, Government, Media, Red Cross/Red Crescent Movement. Filters on type.nam…
NameTypeReqDescription
errorobjectPresent when the call failed. Absent on success.
itemsarraySource organizations contributing content to ReliefWeb.
noticestringPresent only when the page is empty. Names the match count and the last reachable offset when the query matched records; otherwise echoes the filters applied and suggests how to broaden.
totalCountnumberTotal sources matching the query before pagination.

No examples provided.

reliefweb_search_disasters ~508

Search active and historical disasters on ReliefWeb by type, country, status, date range, and GLIDE number. Default preset covers alert, ongoing, and past disasters. Use include_archived=true to reach alert-archive entries as well, for historical research. Returns IDs suitable for use with reliefweb_get_disaster and as disaster_id filter in reliefweb_search_reports.

NameTypeReqDescription
countrystringISO 3166-1 alpha-3 country code (e.g., SYR, AFG, UKR). Filters to disasters tagged with this country.
date_fromEarliest disaster creation date. Filters on date.created. A bare calendar date such as 2024-01-15 is accepted and resolves to start of that day in UTC; a datetime carrying any offset is resolved to U…
date_toLatest disaster creation date. Pair with date_from for a date range. A bare calendar date resolves to end of that day in UTC, so the range covers it in full; a datetime carrying any offset is resolve…
disaster_typestringDisaster type name (e.g., Earthquake, Flood, Drought, Cyclone). Filters on type.name.
glidestringGLIDE number (global disaster identifier, e.g., EQ-2023-000053-TUR). Use for cross-system disaster correlation.
include_archivedbooleanInclude alert-archive disasters in results, alongside alert, ongoing, and past. Uses preset=analysis. Off by default.
limitintegerNumber of results to return (1–1000, default 10). Each call counts against the 1,000-calls/day quota.
offsetintegerZero-based offset for pagination. Use with limit and the totalCount enrichment field to page through results.
sortstringSort order. Use date.created:desc for newest first (default), date.created:asc for oldest, score:desc for relevance.
statusstringDisaster status filter. One of: alert (newly declared), ongoing, past (resolved), alert-archive. Separate multiple values with commas; case, spacing, and punctuation are ignored, and any other value…
textstringFull-text search query. Matches against disaster name and description.
NameTypeReqDescription
appliedFiltersobjectThe resolved filter set the query actually ran with, after normalization and defaults. Echoes back so the agent can confirm how its inputs were interpreted.
errorobjectPresent when the call failed. Absent on success.
itemsarrayMatching disasters.
noticestringPresent only when the page is empty. Names the match count and the last reachable offset when the query matched records; otherwise echoes the filters applied and suggests how to broaden.
totalCountnumberTotal disasters matching the query before pagination.

No examples provided.

reliefweb_search_jobs ~416

Search humanitarian job listings on ReliefWeb by country, organization, career category, theme, and experience level. Returns current open positions — expired postings are excluded by default. Use include_archived=true to search the full history of postings, which is far larger than the open set. Use text search for role titles and job descriptions.

NameTypeReqDescription
career_categorystringHumanitarian career track (e.g., Programme and Project Management, Information and Communications Technology, Logistics and Telecommunications). Filters on career_categories.name.
countrystringISO 3166-1 alpha-3 country code (e.g., SYR, AFG, UKR). Filters to jobs tagged with this country.
experiencestringExperience level (e.g., 0-2 years, 3-4 years, 5-9 years). Filters on experience.name.
include_archivedbooleanSearch expired postings alongside the open ones. Uses preset=analysis. Off by default — the open set is a small fraction of the archive, so turn this on for labour-market history rather than for a hi…
limitintegerNumber of results to return (1–1000, default 10). Each call counts against the 1,000-calls/day quota.
offsetintegerZero-based offset for pagination. Use with limit and the totalCount enrichment field to page through results.
sortstringSort order. Use date.created:desc for newest postings first (default), date.closing:asc to surface roles closing soonest, or score:desc for relevance.
sourcestringOrganization short name (e.g., UNHCR, OCHA, WFP). Filters on source.shortname.
textstringFull-text search query. Matches against job title, body, and key metadata fields.
themestringSector or cross-cutting theme (e.g., Health, Food and Nutrition, Protection). Filters on theme.name.
NameTypeReqDescription
appliedFiltersobjectThe resolved filter set the query actually ran with, after normalization and defaults. Echoes back so the agent can confirm how its inputs were interpreted.
errorobjectPresent when the call failed. Absent on success.
itemsarrayMatching job listings.
noticestringPresent only when the page is empty. Names the match count and the last reachable offset when the query matched records; otherwise echoes the filters applied and suggests how to broaden.
totalCountnumberTotal jobs matching the query before pagination.

No examples provided.

reliefweb_search_reports ~714

Search humanitarian reports on ReliefWeb with filtering by country, disaster, format, theme, language, source, and date. Returns paginated summaries — use reliefweb_get_report to fetch full body text. Report body is excluded from results (10–100KB each); call get_report when document content is needed. Every report is reachable by default — reports have no archived class, so include_archived has no effect here. Note: each call counts against the 1,000 calls/day quota.

NameTypeReqDescription
countrystringISO 3166-1 alpha-3 country code (e.g., SYR, AFG, UKR). Filters to content tagged with this country.
date_fromEarliest publication date. Filters on date.original (source publication date). A bare calendar date such as 2024-01-15 is accepted and resolves to start of that day in UTC; a datetime carrying any of…
date_toLatest publication date. Pair with date_from for a date range. A bare calendar date resolves to end of that day in UTC, so the range covers it in full; a datetime carrying any offset is resolved to U…
disaster_idintegerReliefWeb numeric disaster ID. Filters to reports linked to a specific disaster. Get the ID from reliefweb_search_disasters.
filterobjectRaw ReliefWeb filter object for compound conditions not covered by named params. Example: {"operator": "AND", "conditions": [{"field": "format.name", "value": "Map"}, {"field": "language.code", "valu…
formatstringContent format filter. One of: News and Press Release, Situation Report, Map, Infographic, Analysis, Other, Assessment, Manual and Guideline, Appeal, UN Document, Evaluation and Lessons Learned. Case…
include_archivedbooleanNo effect on reports. Reports have no archived class — every report is already in scope, whatever this is set to. Kept so existing calls that pass it keep working; it is meaningful on reliefweb_searc…
languagestringISO 639-1 language code (e.g., en, fr, es, ar). Filters on language.code.
limitintegerNumber of results to return (1–1000, default 10). Use a smaller value for targeted lookups; larger for bulk research. Each call counts against the 1,000-calls/day quota.
offsetintegerZero-based offset for pagination. Use with limit and the totalCount enrichment field to page through large result sets.
sortstringSort order. Use date.original:desc for newest first (default), date.original:asc for oldest first, score:desc for relevance.
sourcestringOrganization short name (e.g., UNHCR, OCHA, WFP). Filters on source.shortname.
textstringFull-text search query. Matches against title, body, and key metadata fields. Use plain natural language or keywords.
themestringSector or cross-cutting theme (e.g., Health, Food and Nutrition, Shelter and Non-Food Items, Protection). Open-ended — matches theme.name exactly as ReliefWeb spells it.
NameTypeReqDescription
appliedFiltersobjectThe resolved filter set the query actually ran with, after normalization and defaults. Echoes back so the agent can confirm how its inputs were interpreted.
errorobjectPresent when the call failed. Absent on success.
itemsarrayMatching reports (summaries only — use reliefweb_get_report for full body).
noticestringPresent only when the page is empty. Names the match count and the last reachable offset when the query matched records; otherwise echoes the filters applied and suggests how to broaden.
totalCountnumberTotal reports matching the query before pagination.

No examples provided.

reliefweb_search_training ~622

Search humanitarian training and learning opportunities on ReliefWeb by country, format, date, source, career category, and language. Covers on-site and online capacity-building events. Training date fields use date.start / date.end — different from report date fields. Use date_start_from and date_start_to to find upcoming training within a window. Results default to soonest-starting first (date.start:asc). With neither date bound supplied the search is scoped to training starting from now, so the first page is upcoming opportunities; supply either bound to search an explicit range, including a historical one. Use include_archived=true to search concluded listings as well, which are far more numerous than the current ones.

NameTypeReqDescription
career_categorystringHumanitarian career track (e.g., Programme and Project Management, Information and Communications Technology). Filters on career_categories.name.
countrystringISO 3166-1 alpha-3 country code (e.g., KEN, ETH, COD). Filters to training tagged with this country.
date_start_fromTraining start date lower bound. Filters on date.start — use to find training starting after a given date. A bare calendar date resolves to start of that day in UTC, and a datetime carrying any offse…
date_start_toTraining start date upper bound. Filters on date.start — pair with date_start_from for a window. A bare calendar date resolves to end of that day in UTC, and a datetime carrying any offset is resolve…
formatstringTraining format. Valid values: on-site, online. Filters on format.name.
include_archivedbooleanSearch concluded listings alongside the current ones. Uses preset=analysis. Off by default. Setting this also drops the start-from-now default bound, so an otherwise unbounded search reaches back thr…
languagestringISO 639-1 language code (e.g., en, fr, es). Filters on language.code.
limitintegerNumber of results to return (1–1000, default 10). Each call counts against the 1,000-calls/day quota.
offsetintegerZero-based offset for pagination. Use with limit and the totalCount enrichment field to page through results.
sortstringSort order. Use date.start:asc for soonest-starting training first (default), date.start:desc for latest-starting, date.created:desc for most recently posted, or score:desc for relevance.
sourcestringOrganization short name. Filters on source.shortname.
textstringFull-text search query. Matches against training title and description.
NameTypeReqDescription
appliedFiltersobjectThe resolved filter set the query actually ran with, after normalization and defaults. Echoes back so the agent can confirm how its inputs were interpreted.
errorobjectPresent when the call failed. Absent on success.
itemsarrayMatching training opportunities.
noticestringPresent only when the page is empty. Names the match count and the last reachable offset when the query matched records; otherwise echoes the filters applied and suggests how to broaden.
totalCountnumberTotal training listings matching the query before pagination.

No examples provided.

Common questions

What is the io.github.cyanheads/reliefweb-mcp-server server?

io.github.cyanheads/reliefweb-mcp-server is listed in the public MCP registry as io.github.cyanheads/reliefweb-mcp-server. Search ReliefWeb humanitarian reports, disasters, jobs, training, and country profiles via MCP. This page covers its hosted endpoint (https://reliefweb.caseyjhand.com/mcp).

Is the io.github.cyanheads/reliefweb-mcp-server server safe to use?

io.github.cyanheads/reliefweb-mcp-server scores 82 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.cyanheads/reliefweb-mcp-server server expose?

io.github.cyanheads/reliefweb-mcp-server exposes 11 tools: reliefweb_search_reports, reliefweb_get_report, reliefweb_search_disasters, reliefweb_get_disaster, reliefweb_get_country, and 6 more. Their descriptions and schemas cost roughly 4,063 tokens of context every time the server is loaded.

Does the io.github.cyanheads/reliefweb-mcp-server server require authentication?

No. We connected to io.github.cyanheads/reliefweb-mcp-server without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the io.github.cyanheads/reliefweb-mcp-server server still maintained?

io.github.cyanheads/reliefweb-mcp-server is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.