Wraps StupidAPIs to give yes/no questions a quantum superposition treatment, returning both true and false simultaneously with wave function interpretations. You get one tool, schrodingers_boolean_evaluate, which supports an optional cat mode for more absurdist responses. This is novelty API territory, useful if you're building something that needs deliberately indeterminate answers or want to add some quantum humor to your agent's decision making. Requires an X-API-Key for authentication. Part of the Pipeworx gateway ecosystem, so you can access it standalone or through their unified endpoint alongside 250+ other data sources.
schrodingers-boolean MCP — wraps StupidAPIs (requires X-API-Key)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
schrodingers_boolean_evaluate | Ask a yes/no question and get a quantum superposition answer (both true and false simultaneously). Supports cat mode for absurdist responses. Returns the answer state and wave function interpretation. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"schrodingers-boolean": {
"url": "https://gateway.pipeworx.io/schrodingers-boolean/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 Schrodingers Boolean data" })
The gateway picks the right tool and fills the arguments automatically.
MIT