Conspiracy Theory

live Humor

Generate a fully-formed conspiracy theory connecting any two unrelated things

1 tools
0ms auth
free tier 50 calls/day

Tools

conspiracy_theory_generate required: subject_a, subject_b

Generate a conspiracy theory connecting two unrelated subjects. Returns a plausible-sounding theory complete with evidence, who benefits, and a subreddit it would thrive on.

Parameters
Name Type Description
subject_a req string First subject to connect
subject_b req string Second subject to connect
plausibility opt string How believable it sounds: tinfoil, measured, or scarily_coherent
Try it

Test with curl

The gateway speaks JSON-RPC 2.0 over HTTP POST. You can test any pack directly from the terminal.

List available tools
bash
curl -X POST https://gateway.pipeworx.io/conspiracy-theory/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Call a tool
bash
curl -X POST https://gateway.pipeworx.io/conspiracy-theory/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"conspiracy_theory_generate","arguments":{"subject_a": "example", "subject_b": "example"}}}'