Odel
BackBond Agent Scan

BackBond Agent Scan

Local
@backbondJavaScriptMITUpdated 5 days ago

Vet MCP tool manifests before attachment; returns block, review, or no blocking finding.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@backbond/agent-scanv0.6.2

Run

npx -y @backbond/agent-scan

MCP client config

{
  "mcpServers": {
    "backbond-agent-scan": {
      "command": "npx",
      "args": [
        "-y",
        "@backbond/agent-scan"
      ]
    }
  }
}