ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Circuit Breaker State Machine with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. A deterministic state machine for managing agent-to-agent communication stability.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 3 capabilities

The complete Circuit Breaker State Machine capability set.

These are the exact actions your AI can choose when you ask it to work with Circuit Breaker State Machine.

Capability set01 / 01

01-03

3 capabilities in this set.

Part of 3 available through Circuit Breaker State Machine.

  1. 01

    Evaluate cascading risk

    Assesses the impact of the current circuit state on the wider agent ecosystem

  2. 02

    Get current status

    Provides a real-time snapshot of the circuit's health and readiness

  3. 03

    Predict next transition

    Forecasts the likely next state change based on current trends

Observed, not estimated

933ms average. Fast in production.

Circuit Breaker State Machine is checked daily against the live service.

Daily averagePeak 950ms
Sep 1Today
Fastest day
895ms
Slowest day
950ms
14-day trend
Slowing+6%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 3 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Circuit Breaker State Machine, so you can see the experience inside your AI.

It does not authenticate your account with Circuit Breaker State Machine. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Circuit Breaker State Machine Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_0M1cS8QGauoods0aqNflRhG4uAML2d1ytF665U92/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Circuit Breaker State Machine capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "circuit-breaker-state-machine-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_0M1cS8QGauoods0aqNflRhG4uAML2d1ytF665U92/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Circuit Breaker State Machine owners ask.

  • 01

    How do I check if my agent can still send requests?

    You can use the get_current_status capability. It returns an isAllowed boolean that indicates if the circuit is currently in a state (CLOSED or HALF_OPEN) that permits new requests.

  • 02

    What happens if the failure rate is very high?

    If the failure rate exceeds 90%, the get_current_status capability will flag a isSystemicIssue as true, indicating a broad architectural or environmental failure.

  • 03

    How can I see the impact on other agents?

    Use the evaluate_cascading_risk capability. It provides a risk level and a description of how the current state affects downstream agents in the ecosystem.