INDIVIDUAL MCP TOOL
find_likely_cause
Return ranked root-cause hypotheses for an incident, each with a confidence score and plain-English rationale.
LIVE ENDPOINT
https://errorgap.com/mcp
Connect to this endpoint to inspect the live schema for find_likely_cause and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.errorgap]
url = "https://errorgap.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"errorgap": {
"type": "http",
"url": "https://errorgap.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: errorgap
Remote MCP URL: https://errorgap.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"errorgap": {
"url": "https://errorgap.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"errorgap": {
"type": "http",
"url": "https://errorgap.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "errorgap",
"transport": "streamable-http",
"url": "https://errorgap.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_projects— List projects visible to the authenticated Errorgap user.search_error_groups— Search Errorgap error groups by text, project, environment, and status.get_error_group— Get one error group with its best latest notice, release, and redacted event metadata.get_backtrace— Get the latest notice backtrace for an error group.get_frame_source— Resolve source context for a single frame in an error group's latest notice.get_related_context— Get deploy/release context and recent project logs for the error group's project.list_incidents— List incidents for projects visible to the authenticated agent.get_incident— Get one incident with its full evidence timeline sorted chronologically.