Connects to Open Collective's public API to query financial and organizational data for collectives. Exposes four tools: pull collective info like balance and currency, list members across roles (backers, sponsors, admins, contributors), fetch transaction history, and retrieve events. Part of the Pipeworx gateway system, which means you can either use it standalone or access it through their unified gateway alongside 673+ other data sources. Useful when you need to analyze open source funding, track sponsorship patterns, or build tooling around transparent financial data. No authentication required since it only touches public endpoints.
Open Collective public MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
collective | Public collective info by slug (name, balance, currency, sponsors). |
members | Members (backers / sponsors / admins / contributors) for a collective. |
transactions | Transaction list for a collective. |
events | Events for a collective. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"opencollective": {
"url": "https://gateway.pipeworx.io/opencollective/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 Opencollective 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