Connects Claude to Poland's national open data portal, dane.gov.pl, through the Pipeworx gateway. The source doesn't list specific tools, but this is aimed at querying public datasets from Polish government agencies. You'd use this when working with Polish civic data, administrative boundaries, or official statistics. Rather than calling tools directly, you can use ask_pipeworx to query in plain English and let the gateway route to the right endpoint. Available as a standalone server or through the full Pipeworx gateway that bundles 673+ other data sources. Uses streamable HTTP transport, so no local process needed.
dane.gov.pl — Poland's national open data portal (Otwarte Dane).
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"dane-gov-pl": {
"url": "https://gateway.pipeworx.io/dane-gov-pl/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ 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 Dane Gov Pl 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