Agent Error Propagation Tracker Connector for AI agents.
3 live capabilities
Trace error chains and measure multi-agent system impact
Waiting for input…
Why people use Agent Error Propagation Tracker
Stop chasing ghosts with Agent Error Propagation Tracker error tracing
With this MCP, that guesswork disappears. You can point your agent at the logs and ask it to map the entire failure path. It connects the dots for you, showing exactly how a single hiccup in one agent turned into a system-wide meltdown. You get the truth about your system's reliability without the manual detective work.
What Vinkius changes
You stop guessing why your agents are failing and start seeing the exact path of every error.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 7,200+ Connectors
- Real-world use case 01
Debugging a cascading agent failure
An engineer notices a whole swarm of agents stopped working.
- Real-world use case 02
Measuring production reliability
An MLOps specialist uses calculate_impact_metrics to see if a recent API outage only affected one agent or if it spread to the entire workflow.
- Real-world use case 03
Testing system robustness
A developer uses evaluate_resilience to check if their retry logic actually works when a downstream dependency fails.
Complete set · 3capabilities
The complete Agent Error Propagation Tracker capability set.
These are the exact actions your AI can choose when you ask it to work with Agent Error Propagation Tracker.
01—03
3 capabilities in this set.
Part of 3 available through Agent Error Propagation Tracker.
- 01 Capability
Analyze error chain
Finds the specific sequence of errors that caused a failure and identifies the original source. It maps the causal link between different agent errors.
- 02 Capability
Calculate impact metrics
Measures the severity and spread of an error event. It provides data on the blast radius and how many agents were affected.
- 03 Capability
Evaluate resilience
Determines how well your agents recover from failures. It identifies if your system is prone to cascading failures.
Set up in minutes
One URL. Then ask Agent Error Propagation Tracker to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Agent Error Propagation Tracker from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_nOBIfw2DqIbOibYJWfEJyNONw32DUzm7lpya1YxK/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Agent Error Propagation Tracker, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Agent Error Propagation Tracker for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_nOBIfw2DqIbOibYJWfEJyNONw32DUzm7lpya1YxK/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Agent Error Propagation Tracker URL.
- Step 03
Save and start
Save the connection and enable Agent Error Propagation Tracker in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"agent-error-propagation-tracker": {
"url": "https://edge.vinkius.com/vk_preview_nOBIfw2DqIbOibYJWfEJyNONw32DUzm7lpya1YxK/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Agent Error Propagation Tracker
Open Agent mode in chat and ask: "Using Agent Error Propagation Tracker, help me...". 3 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"agent-error-propagation-tracker": {
"url": "https://edge.vinkius.com/vk_preview_nOBIfw2DqIbOibYJWfEJyNONw32DUzm7lpya1YxK/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Agent Error Propagation Tracker
Ask Copilot: "Using Agent Error Propagation Tracker, help me...". 3 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"agent-error-propagation-tracker": {
"url": "https://edge.vinkius.com/vk_preview_nOBIfw2DqIbOibYJWfEJyNONw32DUzm7lpya1YxK/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Agent Error Propagation Tracker
Open Cascade and ask: "Using Agent Error Propagation Tracker, help me...". 3 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"agent-error-propagation-tracker": {
"url": "https://edge.vinkius.com/vk_preview_nOBIfw2DqIbOibYJWfEJyNONw32DUzm7lpya1YxK/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Agent Error Propagation Tracker
Ask Cline: "Using Agent Error Propagation Tracker, help me...". 3 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add agent-error-propagation-tracker --transport http "https://edge.vinkius.com/vk_preview_nOBIfw2DqIbOibYJWfEJyNONw32DUzm7lpya1YxK/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Agent Error Propagation Tracker
Ask Claude: "Using Agent Error Propagation Tracker, show me...". 3 tools are ready
Where the request belongs
Work Agent Error Propagation Tracker can move forward.
This is for engineers and researchers building complex, interdependent agentic workflows who need to ensure their systems don't collapse under pressure.
AI Engineer
Debugging why a multi-step agentic workflow suddenly stalled or produced garbage output.
MLOps Engineer
Monitoring the reliability and error rates of agent clusters in production.
Systems Architect
Testing how much stress a multi-agent system can take before a single error causes a total shutdown.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAgent Circuit Breaker Calculator
A deterministic state machine to manage agent reliability and prevent cascading failures.
Performance Regression Detector
Detects performance regressions and predicts execution time failures in LLM workflows.
workflow-convergence-verifier
Analyzes agent workflows to detect stability, convergence, or infinite loops.
Execution Trace Recorder and Validator
Records and validates agent execution traces to ensure integrity, determinism, and performance.
Agent Loop Detector
Identifies infinite conversation cycles and deadlocks in agentic workflows.
Workflow Orchestrator Prover
AI agents build fragile pipelines that fail silently, ignore rate limits, and double-process events. This prover enforces distributed systems discipline: mandatory dead-letter queues (DLQ), exponential backoff, stateful idempotency tracking, and secure credentials.
Bring your own AI
Change the model, client or framework. Keep Agent Error Propagation Tracker connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Agent Error Propagation Tracker.
The practical details behind the request, access and result.
How can Agent Error Propagation Tracker help me debug my agents?
It maps the exact path of an error through your multi-agent system. Instead of looking at isolated logs, you see the full chain of causality to find the original source of the problem.
Can I use Agent Error Propagation Tracker to see how many agents failed?
Yes. You can get specific metrics on the blast radius, which tells you exactly how many agents were caught in a failure event and how widespread the issue was.
Does Agent Error Propagation Tracker work with any AI client?
Yes, it works with any MCP-compatible client like Claude, Cursor, or Windsurf. Once connected via Vinkius, your agent can use these diagnostic capabilities directly.
How does Agent Error Propagation Tracker measure system resilience?
It analyzes how well your agents recover from failures and identifies if a single error is causing a massive cascade, helping you understand if your system is truly stable.
Is Agent Error Propagation Tracker useful for production monitoring?
Absolutely. It's designed to help you quantify the impact of real-world incidents and understand the severity of errors in complex, multi-agent production environments.
How does the capability identify the root cause?
The analyze_error_chain capability traverses the dependency graph alongside error timestamps to find the first agent in a causal sequence that failed.
What is a blast radius?
The blast radius is the total count of unique agents negatively impacted by a specific failure sequence.
Can I use this with Claude Desktop?
Yes, this MCP server can be connected to Claude Desktop, Cursor, VS Code, Windsurf, and any other MCP-compatible client via Vinkius Edge.
One connection away
Give your agent a direct line to Agent Error Propagation Tracker.
Connect Agent Error Propagation Tracker once. Keep it beside 7,200+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available