This section is preview-only. Enter the preview password to continue.

The @blankstate/mcp is the protocol-based validation for autonomous AI agents.

We have built our protocol-based validation for autonomous AI agents. It is like an electrical fuse box but for your AI agent-designed for system safety with detection of bad interactions before damage occurs without limiting capability.

The @blankstate/mcp is the protocol-based validation for autonomous AI agents.

The vision of open source autonomous ai living locally on your core software, is the tech lovers dream. However, permissions are granted into the deep operating infrastructure of the device, creating risks for malware to rewire it.

We have built our protocol-based validation for autonomous AI agents. The Blankstate MCP (Model Context Protocol) is a reusable infrastructure that connects any agent system to our protocol API. It is like an electrical fuse box but for your AI agent—designed for system safety with detection of bad interactions before damage occurs without limiting capability.

Circuit Breaker (circuit-breaker:1.0)

It is a Protocol we made Free and Open Source designed for autonomous agent safety.

It is configured to sense interactions/logs and adapt for System Protection:

scope_violation — targeting root, home, /etc, .ssh, .env

destructive_pattern — rm -rf, dd if=, mkfs, format

credential_exposure — exporting secrets, echoing tokens

config_tampering — modifying system configs, git settings

privilege_escalation — sudo attempts, permission changes

Communication Protection

Outbound communication is validated against:

public_disclosure — posting to social media without approval

unauthorized_broadcast — mass messaging, email blasts

sensitive_transmission — sending PII or credentials externally

impersonation_risk — sending messages "as the user"

manipulation_pattern — pressure tactics in outbound comms

financial_commitment — purchasing or subscribing without approval

persistent_identity — creating accounts, joining networks

Features

The Blankstate MCP ships with:

Multi-Protocol Support — Configure multiple Protocols per session (safety, quality, compliance)

Three Modes — block (prevent execution), feedback (suggest improvements), audit (log only)

Universal Tool Support — Works with exec, file write, browser, and messaging tools

Zero-Config for Simple Cases — Just set BLANKSTATE_API_TOKEN and BLANKSTATE_PROTOCOLS

Drop-in Integration — Works with any MCP-compatible Agent

Direct API Access — Call the Protocol API from any application or custom Agent

Quick Start

01

Generate your API Token — Sign up at atlas.blankstate.ai and generate an API token with free credits. For custom agents or non-MCP setups, call the API directly. The response includes a detection score, matched nuances, and evidence.

02

Update Your Agent Configuration — For MCP-compatible agents, add @blankstate/mcp to your MCP configuration with BLANKSTATE_API_TOKEN and BLANKSTATE_PROTOCOLS (e.g. circuit-breaker:1.0) in the server environment.

03

You are Ready! — Your agent's tool calls are now validated against the Circuit Breaker Protocol.

Enjoy agency with control.

Once the Blankstate MCP is triggered: It returns in a suspended state with traceable evidence → agent access is frozen → user gets notified.