Wraps the StupidAPIs passive aggression detection endpoint in a single MCP tool that analyzes text for hostile undertones. You get a severity score from 0 to 100, specific flagged phrases with explanations, a plain English translation of what's actually being said, and suggestions for direct responses. Requires an X-API-Key from StupidAPIs. Most useful when you're reviewing workplace emails, Slack threads, or customer messages and need to flag communication that's technically polite but clearly adversarial. Part of the Pipeworx gateway, so you can either use this standalone or connect to the full suite of 250+ data sources.
passive-aggression MCP — wraps StupidAPIs (requires X-API-Key)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
passive_aggression_detect | Analyze text for passive-aggressive language. Returns severity score (0-100), flagged phrases with explanations, plain English translation of the subtext, and suggested direct responses. Use when reviewing emails, messages, or conversations to identify underlying hostility. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"passive-aggression": {
"url": "https://gateway.pipeworx.io/passive-aggression/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 Passive Aggression data" })
The gateway picks the right tool and fills the arguments automatically.
MIT