Connects Claude to Ireland's national open data portal via the CKAN API. Right now it exposes one tool, list_groups, which pulls the thematic categories available on data.gov.ie. The real hook is ask_pipeworx, which lets you ask questions in plain English instead of calling tools manually. It's part of the Pipeworx gateway that aggregates 705+ data sources behind a single MCP endpoint. If you're building anything that needs Irish government datasets or public sector data, this gives you programmatic access without scraping or manual downloads. Runs over streamable HTTP, so no local installation needed.
data.gov.ie MCP — Ireland's national open-data portal (CKAN API).
Part of Pipeworx — an MCP gateway connecting AI agents to 705+ live data sources.
| Tool | Description |
|---|---|
list_groups | List thematic groups/categories on data.gov.ie (CKAN group_list). |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"datagov-ie": {
"url": "https://gateway.pipeworx.io/datagov-ie/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 705+ 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 Datagov Ie 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