This is a whimsical wrapper around StupidAPIs that convenes five random number generators who argue over their proposed numbers before settling on a result through democratic vote. One member always dissents. It's entirely satirical, a comedic take on committee decision-making processes packaged as an MCP tool. You'd reach for this if you want genuinely random numbers with absurdist flavor text, or if you're building something that needs unpredictability with personality. Requires an X-API-Key for the underlying StupidAPIs service. Part of the Pipeworx gateway ecosystem, which offers 250+ data sources through a single MCP connection.
the-committee MCP — wraps StupidAPIs (requires X-API-Key)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
the_committee_convene | Convenes five random number generators. Each argues for their number. Democracy determines the result. One member always dissents. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"the-committee": {
"url": "https://gateway.pipeworx.io/the-committee/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 The Committee data" })
The gateway picks the right tool and fills the arguments automatically.
MIT