QuReDec MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@QuReDec MCP ServerShould I migrate from Stripe to LemonSqueezy?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
QuReDec MCP Server
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.
What this does
Tool | Description |
| Submit a question; receive a structured, evidence-backed decision brief with citations |
| Poll an in-progress brief by ID |
| 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).
Related MCP server: expert-mcp-server
Install
pip install quredec-mcpOr from source:
git clone https://github.com/Advanced-Binary-Operations/QuReDec_MCP
cd QuReDec_MCP
pip install -e .Configure
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):
{
"mcpServers": {
"quredec": {
"command": "quredec-mcp",
"env": {
"QUREDEC_API_KEY": "qrd_live_xxxxxxxxxxxx"
}
}
}
}Optional env vars:
QUREDEC_BASE_URL— defaults tohttps://quredec.com.QUREDEC_MOCK=1— run against an in-process mock for development.
Usage example
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.
Pricing
The MCP server is free. Briefs consume credits from your QuReDec account:
Starter $4.99 — 3 briefs (one-time)
Pro $49/mo — 30 briefs/mo
See https://quredec.com/pricing.
Development
Unit tests run against the in-process mock (no network, no key required):
pip install -e ".[dev]"
QUREDEC_MOCK=1 pytestRun the server locally against the mock:
QUREDEC_MOCK=1 quredec-mcpLive integration test
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.
QUREDEC_API_KEY=qrd_live_xxxxxxxxxxxx \
python scripts/integration_test.pyOptional env vars:
QUREDEC_BASE_URL— defaults tohttps://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.
License
MIT — see LICENSE.
Maintainer
Advanced Binary Operations LLC · support@advancedbinaryoperations.com
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server for Tru8 Evidence Research that enables AI agents to submit claims or URLs and receive source-traced evidence organized by tier and type with element decomposition and relationship mapping.Last updated3MIT
- AlicenseAqualityCmaintenanceEnables MCP-compatible agents to query beliefs, search documents, and explore reasoning chains from expert-service knowledge bases.Last updated10MIT
- Alicense-qualityBmaintenanceEnables AI agents to query a team's decision ledger to check if past decisions are still binding before taking action, via the decisions:// MCP protocol.Last updated1MIT
- Flicense-qualityCmaintenanceProvides MCP tools for searching, retrieving, and answering questions about indexed Nextcloud developer documentation from multiple sources.Last updated
Related MCP Connectors
Query any docs site via MCP. Submit a URL, ask questions, get cited answers.
A paid remote MCP for Equibles, built to return verdicts, receipts, usage logs, and audit-ready JSON
Agentic search over your Dewey document collections from any MCP-compatible client.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Advanced-Binary-Operations/QuReDec_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server