69
/ 100
10 days ago
glama

Elenchus

Cross-examine text for logical fallacies and manipulation — from the CLI, your browser, an MCP tool, or a Discord/Slack bot, with any LLM. It detects 57 techniques across fallacies, rhetoric, bias, and scam signals.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 6 credentials: ANTHROPIC_API_KEY, OPENAI_API_KEY, GOOGLE_API_KEY, DISCORD_BOT_TOKEN, SLACK_BOT_TOKEN, SLACK_APP_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configELENCHUS_CONFIGA config file is auto-discovered from ./elenchus.yaml, $, or ~/.config/elenchus/config.yaml. Generate one with elenchus init (or the web builder):
configLLM_PROVIDERstub elenchus analyze "Everyone knows this is true, so only a fool would disagree."
configLLM_MODELLLM_PROVIDER=openai =gpt-4o-mini \
configLLM_EFFORTLLM_PROVIDER / LLM_MODEL / Model selection (override the file)
configFALLACY_SENSITIVITYlenient / balanced / strict
configRATE_LIMIT_PER_MINPer-user rate limit
🔐 secretANTHROPIC_API_KEYexport OPENAI_API_KEY=sk-... # or / GOOGLE_API_KEY
🔐 secretOPENAI_API_KEYexport =sk-... # or ANTHROPIC_API_KEY / GOOGLE_API_KEY
configOPENAI_BASE_URL
🔐 secretGOOGLE_API_KEYexport OPENAI_API_KEY=sk-... # or ANTHROPIC_API_KEY /
🔐 secretDISCORD_BOT_TOKEN
configELENCHUS_TRUST_ORIGINS
🔐 secretSLACK_BOT_TOKENSlack (elenchus slack) — Socket Mode; a /<check> command and check_<check> message shortcut per check (add each in your Slack app config). Needs + SLACK_APP_TOKEN and the message.im event.
🔐 secretSLACK_APP_TOKENSlack (elenchus slack) — Socket Mode; a /<check> command and check_<check> message shortcut per check (add each in your Slack app config). Needs SLACK_BOT_TOKEN + and the message.im event.
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/quetzaluz-elenchus-1sdt2v)](https://m8ven.ai/mcp/quetzaluz-elenchus-1sdt2v)
commit: bbc91f18f1d4658aae06b19fd4f5e375f5644e38
code hash: 6dd529c25adb1484bbb22a0b04aeba99e04abdd9c820259db4ab32faf1f04bc4
verified: 7/21/2026, 8:48:32 AM
view raw JSON →