
The first MCP server that verifies AI outputs in real-time with 6-dimension contract validation and automatic self-healing failover across 9 LLM providers.
You're using Cursor or Claude Desktop, relying on MCP tools to query docs, call APIs, run tests.
But the LLM providers behind those MCP tools fail constantly:
Your AI IDE doesn't tell you "the provider is down." It just hangs or returns garbage output. You waste time debugging something that was never your fault.
I built Correctover — an MCP Server that doesn't expose new tools. Instead, it enhances every existing call with real-time output validation and automatic failover.
Your IDE → MCP Call → Correctover → Pick Best Provider → Call API
↓
6-Dimension Validation
↓
✅ Pass → Return Result
❌ Fail → Auto-Retry Next Provider
If a provider fails? It automatically switches and retries. You never notice. Your tools just work.
It's not "did it run without errors?" — it's "did it run correctly?"
| Dimension | What It Checks |
|---|---|
| Structure | JSON structure is complete |
| Schema | Field types are correct |
| Latency | Response time is acceptable |
| Cost | Call cost is within budget |
| Identity | Output matches expected entity |
| Integrity | Data integrity is preserved |
Real benchmark: DeepSeek API call → 97ms response time → 6/6 dimensions passed.
When something breaks, Correctover doesn't just fail — it heals:
The key insight: Failover ≠ Correctover. Regular failover switches providers but doesn't verify the output. Correctover switches AND validates before delivering.
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"correctover": {
"command": "npx",
"args": ["-y", "correctover-mcp-server"],
"env": {
"DEEPSEEK_API_KEY": "sk-...",
"MOONSHOT_API_KEY": "sk-...",
"DASHSCOPE_API_KEY": "sk-..."
}
}
}
}
Restart Cursor. Done.
That's it. No server to deploy. No Docker. No Redis. No PostgreSQL. Just npx and your API keys.
9 providers out of the box, all BYOK (API keys never leave your machine):
| Provider | Default Model |
|---|---|
| OpenAI | gpt-4o-mini |
| Anthropic | claude-3-haiku |
| DeepSeek | deepseek-chat |
| Moonshot (KIMI) | moonshot-v1-8k |
| Zhipu AI | glm-4-flash |
| Alibaba Qwen | qwen-turbo |
| SiliconFlow | deepseek-v3 |
| Groq | llama-3.1-8b-instant |
| Together AI | llama-3-8b-chat |
Each provider also supports base URL override for proxies/mirrors.
chat, verify, providers, healthcorrectover-mcp-server@1.0.3npm install correctover-mcp-serverFree (Open Core):
Enterprise (coming soon):
Every developer using AI tools has experienced: API hangs, garbage output, silent failures. The MCP ecosystem is growing fast, but nobody was checking if the outputs are actually correct.
Correctover fills that gap. It's the reliability layer that MCP was missing.
Built by Correctover — Because failover switches. Correctover verifies.™
Have questions? Drop a comment or reach out on GitHub.
cursorCursor Automations in 2026: wire event-triggered coding agents to Slack, CI, and...
aiThe specs exist. The AI just can't see them. I've always been the type who builds hobby...
amazonbedrockConnect Claude Code, Cursor and Codex to Amazon Bedrock's new console (2026) Summary. On 5...
aiThere is a weird uncanny valley with LLM-generated UI right now. The code functions perfectly, but if...
aiI went down a rabbit hole this morning reading the late-2025 Juejin AI roundups side by side, and the...
mcpInstall guide and config at curatedmcp.com Zendesk MCP: Let Claude Handle Your Support...
Workflows from the Neura Market marketplace related to this Cursor resource