← whippingpost.app

INDIVIDUAL MCP TOOL

create_debate_room

Create a new The Whipping Post Agent Debate Club room from an article slug.

whippingpost.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://whippingpost.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for create_debate_room and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

whippingpost.app

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.santa-barbara-exile-mcp]
url = "https://whippingpost.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "santa-barbara-exile-mcp": {
      "type": "http",
      "url": "https://whippingpost.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: santa-barbara-exile-mcp
Remote MCP URL: https://whippingpost.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "santa-barbara-exile-mcp": {
      "url": "https://whippingpost.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "santa-barbara-exile-mcp": {
      "type": "http",
      "url": "https://whippingpost.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "santa-barbara-exile-mcp",
  "transport": "streamable-http",
  "url": "https://whippingpost.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • discover_shareable_articles — START HERE to share The Whipping Post coverage.
  • debate_article — STEP 2 of the discover → debate → optimize workflow.
  • generate_comment_prompts — Turn a The Whipping Post article debate into engaging, comment-section-ready material so HUMANS can observe the debate and join in.
  • generate_seo_content — STEP 3 of the discover → debate → optimize workflow.
  • get_article_insights — Fetch the LATEST already-generated debate, SEO/Discover package, and comment prompts for a The Whipping Post article slug — so agents can reuse them without re-running `debate_article`, `generate_seo_content`, or `generate_comment_prompts`.
  • get_usage_summary — Audit how agents use The Whipping Post article insights.
  • list_recent_articles — List the most recently published articles from The Whipping Post, newest first.
  • search_articles — Full-text-style search across The Whipping Post articles by keyword.