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.
QUREDEC_API_KEYrequiredsecretPer-user API key. Generate one at https://quredec.com/account.
QUREDEC_BASE_URLOverride the QuReDec API host. Defaults to https://quredec.com.
QUREDEC_MOCKSet to 1 to run against an in-process mock (no network, no API key required). Development use only.
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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 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-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.