A Model Context Protocol (MCP) server that allows Claude Code to consult with additional AI agents for code and problem analysis
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"iflow-mcp-matthewpdingle-consulting-agents-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# ConsultingAgents MCP Server A Model Context Protocol (MCP) server that allows Claude Code to consult with additional AI agents for code and problem analysis. This server provides access to Darren (OpenAI), Sonny (Anthropic), Sergey (OpenAI with web search), and Gemma (Google Gemini with repository analysis) as expert consultants, enabling multi-model perspective on coding problems. ## Features - **Darren**: OpenAI expert coding consultant powered by o3-mini model with high reasoning capabilities - **Sonny**: Anthropic expert coding consultant powered by Claude 3.7 Sonnet with enhanced thinking (Note: somewhat redundant now that Claude Code has native Extended Thinking mode) - **Sergey**: OpenAI web search specialist powered by GPT-4o for finding relevant documentation and examples (Note: somewhat redundant now that Claude Code has native web search capabilities) - **Gemma**: Google Gemini specialist powered by gemini-2.5-pro-exp-03-25 with 1M token context for comprehensive repository analysis - **MCP Integration**: Seamless integration with Claude Code via MCP protocol - **Multiple Transport Options**: Supports stdio (for direct Claude Code integration) and HTTP/SSE transport ## Prerequisites - Python 3.8+ - OpenAI API key - Anthropic API key - Google API key - Claude Code CLI (for integration) ## Quick Start 1. **Clone the repository**: ```bash git clone https://github.com/yourusername/consulting-agents-mcp.git cd consulting-agents-mcp ``` 2. **Create and activate a virtual environment**: ```bash python -m venv mcp_venv source mcp_venv/bin/activate # On Windows: mcp_venv\Scripts\activate ``` 3. **Install dependencies**: ```bash pip install -r requirements.txt ``` 4. **Set up API keys**: Create a `.env` file in the project root: ``` OPENAI_API_KEY=your_openai_api_key_here ANTHROPIC_API_KEY=your_anthropic_api_key_here GOOGLE_API_KEY=your_google_api_key_here ``` 5. **Start the server**: ```bash c…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.