An MCP server that exposes Bawbel security-scanning functions for MCP servers and agentic AI components. It can scan raw content and server cards, check MCP spec conformance, look up and search AVE threat records, and detect drift in skill file pins.
From the registry: Scan MCP servers and skill files for AVE vulnerabilities. Conformance scoring and threat intel.
$ pip install bawbel-mcphttps://pypi.org/project/bawbel-mcp/Please install the `bawbel-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Python 3.10+** — Python 3.10 or newer is required to run bawbel-mcp.
- **Install bawbel-mcp** — Install the MCP server package. Installing bawbel-mcp also installs bawbel-scanner, which provides the required bawbel CLI in PATH. Optionally install the [all] extras to include all detection engines. Run: `pip install bawbel-mcp` (https://pypi.org/project/bawbel-mcp/)
Canonical MCP server config (stdio transport):
- command: `uvx`
- args: ["bawbel-mcp"]
Note: The README shows stdio usage via uvx as the simplest portable MCP config. It also documents remote deployment with streamable HTTP using: uvx bawbel-mcp --transport streamable-http --host 0.0.0.0 --port 8000, but no canonical client-side HTTP URL example is provided. No environment variables are documented.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.Dead code, security, secrets detection and code quality for Python, TypeScript, Go.