
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
correctover-mcp-server
Advanced tools
The first MCP server that verifies AI outputs in real-time — 6-dimension contract validation (structure, schema, latency, cost, identity, integrity) with automatic self-healing failover across 9+ LLM providers. BYOK, zero-dependency, one-line JSON config
The runtime reliability layer for the MCP ecosystem.
Real-time 6-dimension output validation, self-healing failover, and drift detection for AI tool calls. Zero external dependencies, bring-your-own-API-key.
npx correctover-mcp-server
Set at least one API key:
export OPENAI_API_KEY=sk-...
# or
export ANTHROPIC_API_KEY=sk-ant-...
# or any of: DEEPSEEK_API_KEY, MOONSHOT_API_KEY, ZHIPU_API_KEY,
# DASHSCOPE_API_KEY, SILICONFLOW_API_KEY, GROQ_API_KEY,
# TOGETHER_API_KEY
| Feature | Description |
|---|---|
| 6-Dimension Validation | Structure, schema, latency, cost, identity, integrity |
| Self-Healing Failover | Auto-retry across 9+ LLM providers |
| Zero Dep | Single Go binary, no Node/Python runtime needed |
| BYOK | Your own API keys, your own providers |
| Drift Detection | Real-time response quality monitoring |
npx correctover-mcp-server
npm install -g correctover-mcp-server
correctover-mcp-server
The server reads API keys from environment variables:
| Variable | Provider | Default Model |
|---|---|---|
OPENAI_API_KEY | OpenAI | gpt-4o-mini |
ANTHROPIC_API_KEY | Anthropic | claude-3-haiku |
DEEPSEEK_API_KEY | DeepSeek | deepseek-chat |
MOONSHOT_API_KEY | Moonshot/Kimi | moonshot-v1-8k |
ZHIPU_API_KEY | Zhipu AI | glm-4-flash |
DASHSCOPE_API_KEY | Alibaba Qwen | qwen-turbo |
SILICONFLOW_API_KEY | SiliconFlow | deepseek-v3 |
GROQ_API_KEY | Groq | llama-3.3-70b |
TOGETHER_API_KEY | Together AI | mixtral-8x22b |
CORRECTOVER_LICENSE_KEY | License key | Pro/Enterprise |
Each variable has an optional _BASE_URL variant for custom endpoints (e.g., OPENAI_BASE_URL).
Add to your MCP client config:
{
"mcpServers": {
"correctover": {
"command": "npx",
"args": ["-y", "correctover-mcp-server"],
"env": {
"OPENAI_API_KEY": "sk-..."
}
}
}
}
| Tool | Description |
|---|---|
chat | LLM chat with 6-dimension output validation and auto-failover |
health | Check provider status and connectivity |
providers | List all configured providers with models |
stats | Session statistics and reliability metrics |
validation_history | Recent validation results (ring buffer, max 500) |
| Prompt | Description |
|---|---|
verify-output | Verify AI-generated content for correctness |
compare-providers | Compare responses across providers |
reliability-audit | Full reliability audit of your LLM setup |
Apache 2.0 — see LICENSE.
FAQs
The first MCP server that verifies AI outputs in real-time — 6-dimension contract validation (structure, schema, latency, cost, identity, integrity) with automatic self-healing failover across 9+ LLM providers. BYOK, zero-dependency, one-line JSON config
We found that correctover-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.