PluginBench
MCP Server
Maintained
MIT

QuReDec MCP Server

io.github.Advanced-Binary-Operations/quredec

What is the QuReDec MCP server?

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

How to install QuReDec

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • QUREDEC_API_KEY
    required
    secret

    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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "quredec": {
      "command": "python>=3.11",
      "args": [
        "quredec-mcp"
      ],
      "env": {
        "QUREDEC_API_KEY": "<YOUR_QUREDEC_API_KEY>",
        "QUREDEC_BASE_URL": "<YOUR_QUREDEC_BASE_URL>",
        "QUREDEC_MOCK": "<YOUR_QUREDEC_MOCK>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "quredec": {
      "command": "python>=3.11",
      "args": [
        "quredec-mcp"
      ],
      "env": {
        "QUREDEC_API_KEY": "<YOUR_QUREDEC_API_KEY>",
        "QUREDEC_BASE_URL": "<YOUR_QUREDEC_BASE_URL>",
        "QUREDEC_MOCK": "<YOUR_QUREDEC_MOCK>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "quredec": {
      "command": "python>=3.11",
      "args": [
        "quredec-mcp"
      ],
      "env": {
        "QUREDEC_API_KEY": "<YOUR_QUREDEC_API_KEY>",
        "QUREDEC_BASE_URL": "<YOUR_QUREDEC_BASE_URL>",
        "QUREDEC_MOCK": "<YOUR_QUREDEC_MOCK>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "quredec": {
      "type": "stdio",
      "command": "python>=3.11",
      "args": [
        "quredec-mcp"
      ],
      "env": {
        "QUREDEC_API_KEY": "<YOUR_QUREDEC_API_KEY>",
        "QUREDEC_BASE_URL": "<YOUR_QUREDEC_BASE_URL>",
        "QUREDEC_MOCK": "<YOUR_QUREDEC_MOCK>"
      }
    }
  }
}
Claude Code
claude mcp add quredec --env QUREDEC_API_KEY=<YOUR_QUREDEC_API_KEY> --env QUREDEC_BASE_URL=<YOUR_QUREDEC_BASE_URL> --env QUREDEC_MOCK=<YOUR_QUREDEC_MOCK> -- python>=3.11 quredec-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →