Back to Home
BaGRoS icon

mcp-research-router

Verified Safe

by BaGRoS

Overview

Modular MCP server for aggregating and synthesizing AI research queries from multiple providers.

Installation

Run Command
npx -y @bagros/mcp-research-router@latest

Environment Variables

  • OPENAI_API_KEY
  • GOOGLE_API_KEY
  • PERPLEXITY_API_KEY
  • DEEPSEEK_API_KEY
  • DEBUG
  • MCP_DEBUG
  • DEBUG_LOG_DIR

Security Notes

The server securely handles API keys by requiring them as environment variables, preventing hardcoding. It primarily uses standard `fetch` for external network requests and `fs` for local log/report file writes, which are common and justified functionalities. Log and report file paths (`logs/`, `reports/`) are relative to `process.cwd()` or a configurable `DEBUG_LOG_DIR`, which is generally safe for non-executable outputs, but users should be aware of the runtime directory. No `eval` or direct arbitrary command execution from user input was identified.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-11-23

Tags

mcpairesearchaggregationmulti-providerllm-orchestration