ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Circuit Breaker State Manager with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Prevents cascading failures by managing service health states.

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 Manager capability set.

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

Capability set01 / 01

01-03

3 capabilities in this set.

Part of 3 available through Circuit Breaker State Manager.

  1. 01

    Get circuit status

    Get the current health and status of the circuit breaker

  2. 02

    Configure circuit

    Change the sensitivity or behavior of the circuit breaker for a specific service

  3. 03

    Record result

    Update the circuit breaker based on the outcome of a service call

Observed, not estimated

797ms average. Fast in production.

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

Daily averagePeak 913ms
Aug 20Today
Fastest day
610ms
Slowest day
913ms
14-day trend
Slowing+24%

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 Manager, so you can see the experience inside your AI.

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

Circuit Breaker State Manager Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_kHEWIEaseLmyKZyIBRrPlViYTwIuzB5HuTabqatp/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 Manager capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "circuit-breaker-state-manager-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_kHEWIEaseLmyKZyIBRrPlViYTwIuzB5HuTabqatp/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 Manager owners ask.

  • 01

    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.

  • 02

    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.

  • 03

    Can I customize the failure threshold?

    Yes, use the configure_circuit capability to set a custom failureThreshold for any specific service.