Connects Claude to the Humanitarian Data Exchange (data.humdata.org), the open platform for sharing crisis and humanitarian data. Part of the Pipeworx gateway ecosystem, which means you can either use this server standalone or access it alongside 250+ other data sources through their unified gateway. The documentation doesn't list specific tools, but you can query HDX data using the ask_pipeworx function in plain English rather than calling individual tools directly. Useful when you're building agents that need access to datasets about conflicts, disasters, food security, or other humanitarian crises. Uses streamable HTTP transport and requires no authentication to get started.
Humanitarian Data Exchange (HDX) MCP — data.humdata.org, the open
Part of Pipeworx — an MCP gateway connecting AI agents to 250+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"hdx": {
"url": "https://gateway.pipeworx.io/hdx/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 250+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Hdx data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json