Wraps the StupidAPIs corporate apology generator and lets Claude create PR statements on demand. You get one tool that generates apology text for whatever offense you specify, with three sincerity modes: performative, genuine, or defensive. Requires an X-API-Key from StupidAPIs. This is obviously satirical, but the output format makes it useful for prototyping communications tools, testing tone variation in language models, or just generating placeholder copy when you're building PR dashboards and need realistic-looking corporate speak. Part of the Pipeworx gateway, so you can add it standalone or get it alongside 250+ other data sources.
corporate-apology MCP — wraps StupidAPIs (requires X-API-Key)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
corporate_apology_generate | Generate a corporate apology statement for a specific offense. Specify sincerity level ('performative', 'genuine', or 'defensive') to control tone. Returns ready-to-use apology text. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"corporate-apology": {
"url": "https://gateway.pipeworx.io/corporate-apology/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Corporate Apology data" })
The gateway picks the right tool and fills the arguments automatically.
MIT