Unichat MCP
Sends requests to OpenAI, Anthropic, MistralAI, xAI, Google AI, or DeepSeek through tool calls or predefined prompts.
Delv Safety Grade: C
Score 61/100 · assessed 2026-04-28
Unichat MCP is a community-maintained proxy that routes LLM requests from Claude to six different AI providers. The maintainer (amidabuddha) appears to be a solo developer with moderate GitHub activity. The server requires multiple API keys as environment variables, creating a broad credential surface. Permissions are moderately scoped: it makes outbound network calls to third-party LLM APIs and reads secrets from environment variables, but doesn't touch the filesystem or execute shell commands. Supply chain is reasonable via PyPI (uvx install), though the package has limited adoption signals. Transparency is decent with open source code and basic documentation. The core risk is credential exposure: you're handing API keys for up to six providers to a single community tool. No known security incidents, but the bus factor is high and the attack surface spans multiple vendor APIs. Suitable for experimentation but requires careful key management for production use.
Lethal Trifecta (prompt-injection exposure)
ONE OF THREEGeneric LLM chat passthrough.
Green flags
- Open source with visible code on GitHub for audit
- Distributed via PyPI with standard uvx installation
- Scoped to API calls only, no filesystem or shell access
- No known security incidents or CVEs
- Clear use case for model comparison and evaluation workflows
Red flags
- Solo maintainer with limited community review or adoption signals
- Requires API keys for up to six different LLM providers simultaneously
- High blast radius if credentials leak: multi-vendor API key exposure
- Limited maintenance history and unclear long-term support commitment
Permissions requested
Install
uvx unichat-mcp-server
OPENAI_API_KEYReview
Install this if you're building evals, multi-model agents, or need Claude to call other LLMs as part of a workflow. Skip it if you're just curious about other models or don't have API credits to spare. It's a developer tool, not a convenience feature.
Good at
- Lets Claude call six major LLM providers without leaving the conversation.
- Predefined prompts make it easy to run repeatable evals across models.
- Minimal setup if you already have API keys lying around.
- Useful for multi-agent workflows where different models handle different tasks.
Watch out
- No streaming, so long responses from other models will hang visibly.
- API key errors only surface when Claude tries to use them, not at startup.
- Documentation is sparse. You'll need to read the source for anything non-trivial.
- Requires active API credits for every provider you want to route to.
Use cases
- cross-model comparison
- fallback routing
- eval harnesses
- multi-provider agents
Getting started
Works with
Similar MCPs
- Lara Translate MCPProfessional translation with language detection, context-aware translations, translation memories, and glossaries.
- Make MCPTurns Make automation scenarios into callable tools for AI assistants, bridging 1,000+ apps through Make workflows.
- CCXT MCPCrypto exchange integration using CCXT, covering spot, futures, OHLCV, balances, and orders across 20+ exchanges.
- HubSpotHubSpot's MCP for CRM workflows: contacts, deals, tickets, properties. Distributed via NPM, see the developer docs for install steps.