Server data from the Official MCP Registry
Check the trust/security score of MCP servers, agents, skills & CLIs before you install them.
Check the trust/security score of MCP servers, agents, skills & CLIs before you install them.
This is a well-architected MCP server that acts as a trust-verification layer for other MCP tools. The code is clean, properly structured, and uses secure patterns for API communication. Authentication is handled by the remote Veragent API (not the concern of this server), and permissions are tightly scoped to network access for API calls. No security vulnerabilities or dangerous patterns were identified. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
6 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: VERAGENT_API_BASE
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-lixiaowww-veragent": {
"env": {
"VERAGENT_API_BASE": "your-veragent-api-base-here"
},
"args": [
"veragent-mcp"
],
"command": "uvx"
}
}
}From the project's GitHub README.
The trust layer for MCP — as an MCP tool. Let Claude (or any MCP client/agent) check whether an MCP tool is safe before installing it, look up the most trusted tools, or score an entire MCP stack — all backed by the Veragent trust registry.
| Tool | What it does |
|---|---|
check_tool_trust(name) | Veragent trust score + audit state for a tool/server/agent. Use before installing. |
list_trusted_tools(query, limit) | The most trusted MCP tools, optionally filtered. |
scan_mcp_stack(mcp_config) | Score a whole mcp_settings.json — per-server risk + summary. |
Add to your claude_desktop_config.json:
{
"mcpServers": {
"veragent": {
"command": "uvx",
"args": ["veragent-mcp"]
}
}
}
Then ask Claude: "Is the playwright-mcp server safe? Check Veragent."
uvx veragent-mcp
# or
pip install veragent-mcp && veragent-mcp
VERAGENT_API_BASE — override the API base (default https://veragent.store/api/v1).Veragent labels static-analysis results as Heuristic and reserves SGC Certified for behavioral-sandbox passes. Scores are reported with this distinction.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.