Circuit Breaker State Manager Connector for AI agents.
3 live capabilities
Protect your agentic workflows from failing downstream service dependencies
Waiting for input…
Why people use Circuit Breaker State Manager
Stop cascading failures with Circuit Breaker State Manager
With this MCP, that cycle ends. You stop the bleeding the moment a service goes dark. Instead of watching your compute costs spike during an outage, your agent recognizes the failure, trips the circuit, and waits. You get a system that handles instability without you having to babysit the logs.
What Vinkius changes
That your agent stops wasting time on broken links and waits for them to fix themselves.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Handling flaky third-party APIs
An agent trying to fetch weather data hits a rate limit.
- Real-world use case 02
Managing database connection drops
When a database goes offline, the agent stops trying to write records, preventing a backlog of failed tasks and wasted compute.
- Real-world use case 03
Orchestrating multi-service workflows
An agent performing a complex sequence of tasks detects a failure in step two and pauses the entire chain to prevent corrupted state.
Complete set · 3capabilities
The complete Circuit Breaker State Manager capability set.
These are the exact actions your AI can choose when you ask it to work with Circuit Breaker State Manager.
01—03
3 capabilities in this set.
Part of 3 available through Circuit Breaker State Manager.
- 01 Capability
Configure circuit
Adjust the sensitivity or behavior of the circuit breaker for a specific service. This lets you set custom error limits and cooldown times.
- 02 Capability
Get circuit status
Check the current health and state of the circuit breaker. Use this to see if a service is currently blocked or open for calls.
- 03 Capability
Record result
Update the circuit breaker based on whether a service call succeeded or failed. This keeps the health tracking accurate.
Set up in minutes
One URL. Then ask Circuit Breaker State Manager to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Circuit Breaker State Manager 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_kHEWIEaseLmyKZyIBRrPlViYTwIuzB5HuTabqatp/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 Circuit Breaker State Manager, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Circuit Breaker State Manager for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_kHEWIEaseLmyKZyIBRrPlViYTwIuzB5HuTabqatp/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 Circuit Breaker State Manager URL.
- Step 03
Save and start
Save the connection and enable Circuit Breaker State Manager in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"circuit-breaker-state-manager": {
"url": "https://edge.vinkius.com/vk_preview_kHEWIEaseLmyKZyIBRrPlViYTwIuzB5HuTabqatp/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 Circuit Breaker State Manager
Open Agent mode in chat and ask: "Using Circuit Breaker State Manager, help me...". 3 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"circuit-breaker-state-manager": {
"url": "https://edge.vinkius.com/vk_preview_kHEWIEaseLmyKZyIBRrPlViYTwIuzB5HuTabqatp/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 Circuit Breaker State Manager
Ask Copilot: "Using Circuit Breaker State Manager, help me...". 3 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"circuit-breaker-state-manager": {
"url": "https://edge.vinkius.com/vk_preview_kHEWIEaseLmyKZyIBRrPlViYTwIuzB5HuTabqatp/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 Circuit Breaker State Manager
Open Cascade and ask: "Using Circuit Breaker State Manager, help me...". 3 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"circuit-breaker-state-manager": {
"url": "https://edge.vinkius.com/vk_preview_kHEWIEaseLmyKZyIBRrPlViYTwIuzB5HuTabqatp/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 Circuit Breaker State Manager
Ask Cline: "Using Circuit Breaker State Manager, help me...". 3 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add circuit-breaker-state-manager --transport http "https://edge.vinkius.com/vk_preview_kHEWIEaseLmyKZyIBRrPlViYTwIuzB5HuTabqatp/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 Circuit Breaker State Manager
Ask Claude: "Using Circuit Breaker State Manager, show me...". 3 tools are ready
Where the request belongs
Work Circuit Breaker State Manager can move forward.
This is for engineers and developers building autonomous agents that rely on a web of external APIs and microservices where downtime is inevitable.
AI Engineer
Building long-running agentic loops that need to survive intermittent API outages without manual intervention.
DevOps Engineer
Ensuring that automated workflows don't overwhelm failing infrastructure or cause cascading system failures.
Backend Developer
Adding a layer of resilience to agent-driven service orchestrations.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPiLAB
Manage infrastructure and security via PiLAB. control PiVirt virtual machines, inspect PiTrust certificates, and oversee 3SO OAuth clients directly from any AI agent.
Execution Circuit Breaker
Prevent cascading failures by monitoring consecutive errors and managing execution permissions.
Brunel Engineering Prover
A warehouse system hit 3x its tested throughput on a Tuesday morning. Sorting stations jammed in 12 minutes. 4 hours of standstill. $180K in delayed shipments. The operations manual said 'should handle expected growth.' Nobody tested what 'expected' meant. or when it stopped being true. Brunel specified Box Tunnel's gradient to exactly 1 in 100. Every brick course counted. This capability forces that rigor: analyze what breaks at 10x/100x, map integration interfaces, specify exact tolerances, quantify risks with probability and blast radius, and challenge precedent at your scale.
Product Discovery Prover
Block engineering waste. This gatekeeper demands hard data, behavioral segments, and proven willingness-to-pay before a single line of code is written.
X Ads (Twitter)
Connect your X Ads account to any AI agent. audit campaigns, analyze line item performance, and pull engagement reports through natural conversation.
Box
Store, share, and collaborate on files securely with enterprise-grade cloud content management and governance controls.
Bring your own AI
Change the model, client or framework. Keep Circuit Breaker State Manager 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 Circuit Breaker State Manager.
The practical details behind the request, access and result.
How does Circuit Breaker State Manager protect my AI agents?
It prevents your agents from repeatedly attempting to use services that are down. By pausing requests during outages, it saves compute resources and prevents your agent from getting stuck in endless error loops.
Can I customize how many errors trigger a service shutdown?
Yes. You can adjust the failure thresholds for any specific service to match its reliability, ensuring the circuit only trips when a real problem occurs.
Will my agent automatically try the service again after a failure?
Yes. Once the cooldown period passes, the system moves to a state that allows the agent to test the service again to see if it has recovered.
How do I know if a service is currently blocked?
You can check the real-time health and status of any service at any time to see if the circuit is open, closed, or in a testing state.
Is this MCP compatible with my existing AI client?
Yes, it works with any MCP-compatible client like Claude, Cursor, or Windsurf through the Vinkius platform.
What is the purpose of the circuit breaker?
It prevents cascading failures by stopping requests to a service that is currently failing, allowing it time to recover.
How do I check if a service is currently blocked?
You can use the get_circuit_status capability to check the current state and see if allowCall is true.
Can I customize the failure threshold?
Yes, use the configure_circuit capability to set a custom failureThreshold for any specific service.
One connection away
Give your agent a direct line to Circuit Breaker State Manager.
Connect Circuit Breaker State Manager once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available