Connects Claude to the Danish Parliament's open data via the oda.ft.dk OData v3 API. Part of the Pipeworx gateway system, which aggregates 250+ data sources behind a unified MCP interface. The repo doesn't list specific tools, but you can query it through ask_pipeworx by asking questions in plain English and letting the gateway route to the right endpoints. Useful if you're building civic tech tools, analyzing Danish legislation, or need programmatic access to Folketinget records without writing OData queries by hand. Works over streamable HTTP, so no local installation required.
Danish Parliament (Folketinget) open data MCP — oda.ft.dk, an OData v3 API.
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": {
"folketinget-dk": {
"url": "https://gateway.pipeworx.io/folketinget-dk/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 Folketinget Dk 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