conspiracy_theory_generate
ActiveTool of Conspiracy Theory
Generate a conspiracy theory in one of three modes: 'connect' (link thing_one + thing_two), 'investigate' (explore an event), or 'complete' (extend an "I have noticed that..." prompt). Control depth (surface/deep/full_tinfoil) and confidence level.
Parameters schema
{
"type": "object",
"examples": [
{
"mode": "connect",
"depth": "deep",
"thing_one": "pharmaceutical companies",
"thing_two": "social media algorithms",
"confidence": "medium"
},
{
"mode": "investigate",
"depth": "surface",
"event": "sudden spike in UFO sightings",
"confidence": "low"
},
{
"mode": "complete",
"depth": "full_tinfoil",
"prompt": "I have noticed that every major historical event happens on a date divisible by 7",
"confidence": "suspiciously_high"
}
],
"required": [
"mode"
],
"properties": {
"mode": {
"enum": [
"connect",
"investigate",
"complete"
],
"type": "string"
},
"depth": {
"enum": [
"surface",
"deep",
"full_tinfoil"
],
"type": "string"
},
"event": {
"type": "string",
"description": "Event to investigate (investigate mode)"
},
"prompt": {
"type": "string",
"description": "\"I have noticed that...\" (complete mode)"
},
"thing_one": {
"type": "string",
"description": "First thing to connect (connect mode)"
},
"thing_two": {
"type": "string",
"description": "Second thing to connect (connect mode)"
},
"confidence": {
"enum": [
"low",
"medium",
"high",
"suspiciously_high"
],
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Conspiracy Theory
https://github.com/pipeworx-io/mcp-conspiracy-theory
1/7 registries