Server data from the Official MCP Registry
MCP runtime security. 22µs validation, 97% self-healing. Detects RCE, SSRF, credential hijacking.
MCP runtime security. 22µs validation, 97% self-healing. Detects RCE, SSRF, credential hijacking.
Valid MCP server (1 strong, 1 medium validity signals). 5 known CVEs in dependencies Package registry verified. Imported from the Official MCP Registry.
10 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"com-correctover-mcp-server": {
"args": [
"-y",
"correctover-mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
We are the runtime security layer for the MCP ecosystem.
Correctover is the first MCP server purpose-built for agent fault diagnosis & self-healing. It monitors tool calls across your LLM providers, detects failures in real-time, and auto-repairs them using a knowledge base of 215 fault patterns and 19 CVEs — all at 22μs P50 latency.
| Capability | Description |
|---|---|
| 🔍 Fault Diagnosis | Instantly diagnose why your agent's tool call failed — timeout, auth, schema, rate limit, provider down |
| 🔧 Auto Self-Healing | 97.4% of detected faults are automatically repaired with zero human intervention |
| 🔄 Multi-Provider Failover | Seamlessly failover across 9+ LLM providers when one goes down |
| 📊 Fault Pattern Matching | Match errors against 215 known fault patterns from 150K+ empirical data points |
| 🔒 Runtime Security | Intercept RCE, SSRF, and cloud credential hijacking attempts at the MCP layer |
| 🔑 BYOK | Bring Your Own Key — works with Anthropic, OpenAI, Mistral, Google, Cohere and more |
Free forever for individual developers. Scale when you need to.
| Plan | Price | Calls/month | What's included |
|---|---|---|---|
| Free | $0 | 1,500 (50/day) | All 215 fault patterns, basic diagnosis |
| Starter | $49/mo | 5,000 | Full diagnosis + repair suggestions |
| Pro | $199/mo | 25,000 | + Custom fault rules + batch API |
| Team | $499/mo | 100,000 | + Team dashboard + audit logs |
| Enterprise | Custom | Unlimited | + Private deployment + custom fault DB + SLA |
Pay-per-use: $0.05/call after free tier. No commit, cancel anytime.
Add to your MCP config:
{
"mcpServers": {
"correctover": {
"command": "npx",
"args": ["-y", "correctover-mcp-server"],
"env": {
"ANTHROPIC_API_KEY": "your-key-here"
}
}
}
}
Once connected, you get 3 tools:
diagnose_error — Paste an error, get root cause + fix suggestion in secondsget_fault_pattern — Look up a specific fault pattern by ID or keywordget_repair_suggestion — Get step-by-step repair instructions for a detected faultMCP agents fail constantly. Tool call timeouts, auth errors, schema mismatches, provider outages, rate limits — the list goes on. Developers waste hours debugging errors that have known solutions.
We've built the largest empirical MCP fault database: 150,000+ real-world failure cases across 32 MCP frameworks, categorized into 215 distinct fault patterns with 97.4% automatic self-heal rate.
When your agent hits an error, Correctover:
Correctover is the reference implementation of CCS (Runtime Security Conformance Standard for MCP) — a vendor-neutral open standard for MCP runtime security.
We actively contribute security research to the MCP ecosystem:
| Framework | Contribution | Status |
|---|---|---|
| CrewAI | Security Issue #6411, #6545 | Open |
| LangGraph | Security Issue #8308 | Open |
| AgentScope (Alibaba) | Security Issue #2069 | In Review |
| FastMCP | Community PR | Merged |
| AstrBot | Security PR #8975 | Open |
Our fault database powers active security research:
Apache-2.0
Built for the MCP ecosystem. Securing agents, one fault at a time.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.