MCPVet
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCPVetscan GitHub repo https://github.com/owner/repo for malicious code"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCPVet MCP server
Vet an MCP server, Claude Code skill, or plugin for unsafe behavior — shell execution, secret access, data exfiltration, prompt injection, remote code — before you install it, right inside your agent.
It's a thin, auditable client: all analysis runs server-side at mcpvet.com. This process holds no credentials, touches no local files, and makes exactly one outbound HTTPS call per scan.
Install (Claude Code)
claude mcp add mcpvet -- npx -y github:LorenzoLombardi111/factory-mcpvetOr add it to your MCP config manually:
{
"mcpServers": {
"mcpvet": {
"command": "npx",
"args": ["-y", "github:LorenzoLombardi111/factory-mcpvet"]
}
}
}Related MCP server: mcp-security-audit
Use
Ask your agent:
Before I install it, scan
@some/mcp-serverwith MCPVet.
The scan_extension tool accepts:
a GitHub repo URL —
https://github.com/owner/repoan npm package name —
@scope/pkgpasted skill / manifest text
It returns a graded verdict (clean → critical), the flagged findings with file and line, and a shareable report link.
Config
Env | Default | Purpose |
|
| API origin (override for self-host/testing) |
MIT licensed.
This server cannot be deployed
Maintenance
Related MCP Connectors
Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning.
Scan any MCP server for tool-poisoning, security, auth & license. Trust score before install.
Find, vet, and run MCP tools through a secure audited gateway with prompt-injection risk scoring
Scan agent skills and MCP servers for malicious patterns before you load them
Related MCP Servers
- AlicenseAqualityDmaintenanceScans MCP servers for prompt-injection, tool-poisoning, and SSRF vulnerabilities using 30+ canonical rules across 5 severity tiers, with optional signed safety reports for procurement.5MIT
- AlicenseNot gradedqualityBmaintenanceScans MCP servers, AI agent skills, and plugins for 68+ malicious patterns including credential exfiltration, prompt injection, and code execution.49 npm6MIT
- AlicenseAqualityBmaintenanceVet ClawHub skills before installing them; detects prompt-injection, exfiltration, and other security issues, outputting a risk score with per-finding evidence.7MIT
- AlicenseAqualityDmaintenanceEnables scanning of Claude Code skills, plugins, or MCP servers for malware before installation via static analysis.16 npmMIT