Wraps the StupidAPIs excuse generator to give your AI agent a single tool: excuse_generate. It returns humorous or plausible excuses for being late, missing deadlines, or ghosting someone. Hosted by Pipeworx as a standalone MCP endpoint over streamable HTTP, requiring an X-API-Key header for authentication. You can connect directly to the excuse-only server or access it through the full Pipeworx gateway alongside 673+ other data sources. The gateway supports ask_pipeworx for plain English queries instead of direct tool calls. Reach for this when you need your agent to generate creative excuses on demand, whether for testing conversational flows or just adding some levity to automated responses.
excuse MCP — wraps StupidAPIs (requires X-API-Key)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
excuse_generate | Generate a creative excuse for being late, missing a deadline, or ghosting someone. Returns humorous or plausible excuse text you can use immediately. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"excuse": {
"url": "https://gateway.pipeworx.io/excuse/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 Excuse data" })
The gateway picks the right tool and fills the arguments automatically.
MIT