mcpbeat Sign in

QuReDec MCP Server

by advanced-binary-operations Your server? Claim it
local only

QuReDec runs on your own machine — the client starts it, so there is no endpoint to ping. 76 installs a week from pypi. Last commit 1 May 2026.

Evidence-backed decision briefs with citations — recommendation, confidence, risks, sources.

Installs per day peak 29 · avg 13 · -16% w/w
a month agotoday
76
Installs / week
pypi · quredec-mcp
0
Stars
0 open issues
1 May 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check QuReDec every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add quredec -- uvx quredec-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "quredec": {
      "args": [
        "quredec-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.quredec]
command = "uvx"
args = ["quredec-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "quredec": {
      "args": [
        "quredec-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "quredec": {
      "args": [
        "quredec-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: QUREDEC_API_KEY (Per-user API key. Generate one at https://quredec.com/account.), QUREDEC_BASE_URL (Override the QuReDec API host. Defaults to https://quredec.com.), QUREDEC_MOCK (Set to 1 to run against an in-process mock (no network, no API key required). Development use only.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to QuReDec

same job, measured the same way
LastSearch
by lastsearch-hq

Evidence-backed web research for AI agents with citations and confidence scores.

279 installs/wk local only
Git.Top
by haocn-ops

Evidence-backed open-source project search, recommendations, alternatives, and comparisons.

5 tools answering
MCP x402 - Evidence-Backed Web Verification
by diogoup26

Evidence-backed x402 web verification for AI agents, with auditable decisions for every condition.

3 tools answering
Monk
by labstack

Research stocks and futures with quotes, charts, news, scans, and source-backed evidence.

answering
Citeguard
by franksterino

Verify citations in AI text: fetches each cited source, returns verdicts with evidence quotes.

64 installs/wk 3 tools answering
MIAPI — Grounded Web Answers
by miapi

Web search and AI answers with real source citations and a confidence score.

257 installs/wk local only
KnownGate
by knowngate

Food verification for people and AI agents: evidence-backed verdicts, with sources and dates.

4 tools answering
Monitoring
by openhelm

Site & competitor monitoring: snapshots, evidence-backed diffs, briefs, price checks, mentions.

answering

QuReDec — questions

Answers built from our own checks of this server.

Why is there no uptime for QuReDec?
QuReDec runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package quredec-mcp was installed 76 times last week.
How do I connect QuReDec?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls quredec-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use QuReDec?
The pypi package quredec-mcp was installed 76 times in the last week. Week over week that is -16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is QuReDec open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.