← whippingpost.app
INDIVIDUAL MCP TOOL
generate_seo_content
STEP 3 of the discover → debate → optimize workflow.
LIVE ENDPOINT
https://whippingpost.app/mcp
Connect to this endpoint to inspect the live schema for generate_seo_content and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.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.get_article— Fetch the full text of a single The Whipping Post article by its slug (as returned by list_recent_articles or search_articles).