
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).
Run
npx -y @backbond/agent-scan
MCP client config
{
"mcpServers": {
"backbond-agent-scan": {
"command": "npx",
"args": [
"-y",
"@backbond/agent-scan"
]
}
}
}