Evidence-backed decision briefs with citations β recommendation, confidence, risks, sources.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Run a structured QuReDec decision brief from inside Claude Code, Claude Desktop, Cursor, or any MCP-compatible client.
Status: alpha (2026-04-30). Wired to the live QuReDec public API (
/api/v1/brief*, per-user Bearer-token auth). SetQUREDEC_MOCK=1for offline development.
| Tool | Description |
|---|---|
decision_brief | Submit a question; receive a structured, evidence-backed decision brief with citations |
get_brief_status | Poll an in-progress brief by ID |
list_recent_briefs | List the caller's recent briefs |
The completed brief contains: executive_summary, recommendation,
confidence (0β1), key_facts[].citation_ids, implications[], actions[]
(with effort + impact), risks[] (with severity + citation_ids),
and citations[] (with citation_id, title, url, source_type).
Or from source:
Generate a QuReDec API key at https://quredec.com/account β API keys. Each key is shown to you exactly once at creation; copy it into a password manager immediately.
Add to your MCP client config (Claude Desktop example):
Optional env vars:
QUREDEC_BASE_URL β defaults to https://quredec.com.QUREDEC_MOCK=1 β run against an in-process mock for development.In Claude Code or Claude Desktop:
Use the
decision_brieftool to evaluate "Should I migrate from Stripe to LemonSqueezy?"
The brief comes back with: recommendation, confidence score, key facts with inline citation ids, risks, recommended actions, and a public share URL. Briefs typically take 2β5 minutes; the tool blocks and polls by default (timeout 600 s) and falls back to a synthetic running status with a poll hint if the timeout fires.
The MCP server is free. Briefs consume credits from your QuReDec account:
See https://quredec.com/pricing.
Unit tests run against the in-process mock (no network, no key required):
Run the server locally against the mock:
scripts/integration_test.py exercises the full path against quredec.com:
submit β poll β assert brief schema β list. It consumes 1 credit from the
account whose key you pass in, so run it sparingly.
Optional env vars:
QUREDEC_BASE_URL β defaults to https://quredec.com.QUREDEC_QUESTION β override the default seed question.QUREDEC_TIMEOUT β poll timeout in seconds (default 600).Exit code 0 on full pass, 1 on the first failed assertion.
MIT β see LICENSE.
Advanced Binary Operations LLC Β· support@advancedbinaryoperations.com
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/quredec)<a href="https://allmcps.com/mcp/quredec"><img src="https://allmcps.com/api/badge/quredec?style=directory" alt="QuReDec on AllMCPs" /></a>