You're viewing a demo portfolio

Join the waitlist
PRSM

conspiracy_theory_generate

Active

Tool of Conspiracy Theory

declared in 0.1.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Conspiracy Theory

https://github.com/pipeworx-io/mcp-conspiracy-theory

1/7 registries
View full server →