bawbel-mcp
Bawbel MCP Server
用于 MCP 服务器和智能体 AI 组件的安全扫描器,以 MCP 工具形式提供。
Bawbel MCP Server 允许任何兼容 MCP 的智能体在对话过程中扫描服务器、检查技能文件、评估合规性评分并查询 AVE 威胁情报数据库。
安装
pip install bawbel-mcp或者安装所有检测引擎(YARA、Semgrep、LLM、Magika):
pip install "bawbel-mcp[all]"Related MCP server: depguard
工具
工具 | 描述 |
| 扫描原始文本内容以查找 AVE 漏洞 |
| 在连接前获取并扫描 MCP 服务器卡片 |
| 根据 MCP 规范对服务器清单进行评分(18 项检查,A+ 到 F) |
| 通过 ID 获取完整的 AVE 记录及修复指南 |
| 按关键字搜索 AVE 记录 |
| 列出所有 AVE 记录,支持可选的严重性/类别过滤器 |
| 检测技能文件目录中的 Rug Pull 漂移 |
资源
资源 | 描述 |
| 当前 AVE 数据库统计信息 |
| 特定 ID 的完整 AVE 记录 |
使用方法
Claude Desktop
添加到 claude_desktop_config.json:
{
"mcpServers": {
"bawbel": {
"command": "uvx",
"args": ["bawbel-mcp"]
}
}
}Claude Code
claude mcp add bawbel uvx bawbel-mcpCursor / Windsurf
添加到您的 MCP 设置中:
{
"bawbel": {
"command": "uvx",
"args": ["bawbel-mcp"]
}
}远程部署 (Streamable HTTP)
uvx bawbel-mcp --transport streamable-http --host 0.0.0.0 --port 8000对话示例
在连接前扫描服务器:
"在将此 MCP 服务器添加到我的配置之前,请扫描它是否存在安全问题: https://api.some-mcp-server.com"
Claude 调用 scan_server_card("https://api.some-mcp-server.com") 并报告任何带有 AVE ID、严重性和修复步骤的发现。
检查技能文件:
"检查此技能文件内容是否存在提示词注入漏洞: [粘贴内容]"
Claude 调用 scan_content(content) 并返回发现结果。
根据规范对服务器进行评分:
"此服务器是否遵循 MCP 规范? https://api.some-mcp-server.com"
Claude 调用 check_conformance("https://api.some-mcp-server.com") 并返回分数、等级和失败检查列表。
查找漏洞:
"什么是 AVE-2026-00041,我该如何修复它?"
Claude 调用 lookup_ave("AVE-2026-00041") 并返回包含行为指纹、IOC 和修复步骤的完整记录。
搜索相关漏洞:
"哪些 AVE 记录涵盖了凭据窃取?"
Claude 调用 search_ave("credential exfiltration") 并返回匹配的记录。
要求
Python 3.10+
bawbel-scanner>=1.1.1(自动安装)fastmcp>=3.0.0(自动安装)
bawbel CLI 必须在 PATH 中可用。安装 bawbel-mcp 会安装提供 bawbel CLI 的 bawbel-scanner。
相关链接
bawbel-scanner — CLI 扫描器
bawbel-ave — AVE 标准和记录
api.piranha.bawbel.io — 威胁情报 API
bawbel.io/docs — 完整文档
Apache 2.0 协议。由 Bawbel 构建。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server for https://oathe.ai security audits. Runtime behavioral analysis and security scanner for Ai systems. Check trust scores before installing MCP servers, plugins, or AI agent skills.5111MIT
- AlicenseAqualityAmaintenanceMCP security server for AI coding agents. 12 tools: pre-install guardian, vulnerability audit, supply-chain attack detection via static code analysis, and CycloneDX 1.6 SBOM generation. Zero runtime dependencies.143815Apache 2.0
- Alicense-qualityAmaintenanceSecurity scanner for MCP servers — vet an MCP before you wire it into an agent. Detects prompt-injection, credential exfiltration (via taint analysis), RCE, and supply-chain risks, and catches cross-server exfil chains no single server reveals. Zero-dependency local CLI, SARIF output, CI-gateable, no account.43MIT
- AlicenseCqualityBmaintenanceSecurity scanner and MCP server that catches dangerous patterns in MCP servers and AI agent projects, such as leaked secrets, shell execution, and prompt-injection text. Runs as both a CLI and MCP server with CI-friendly severity gates.21MIT
Related MCP Connectors
Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning.
Scans MCP servers for tool poisoning, prompt injection and supply chain risks.
Crypto transaction firewall and risk tools for MCP agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bawbel/bawbel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server