Gives Claude access to over 3,000 public OpenDataSoft portals through two simple tools: search datasets across all instances and query records from specific datasets. This is your gateway to civic open data from cities, governments, and organizations worldwide, all running on the OpenDataSoft platform. You can use it standalone or through the full Pipeworx gateway, which adds an ask_pipeworx tool that handles natural language queries without manual tool selection. Runs as a remote server over streamable HTTP, so there's nothing to install locally. Reach for this when you need to explore or pull data from public portals without hunting down individual API endpoints for each municipality or agency.
Opendatasoft (generic portal) MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
datasets | Search datasets. |
records | Records in a dataset. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"opendatasoft": {
"url": "https://gateway.pipeworx.io/opendatasoft/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 Opendatasoft data" })
The gateway picks the right tool and fills the arguments automatically.
MIT