Back to Browse

Veragent MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Check the trust/security score of MCP servers, agents, skills & CLIs before you install them.

About

Check the trust/security score of MCP servers, agents, skills & CLIs before you install them.

Security Report

5.2
Moderate5.2Moderate Risk

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.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

override the API base (default https://veragent.store/api/v1).Required

Environment variable: VERAGENT_API_BASE

How to Install

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"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Veragent MCP Server

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.

Star this repo  ·  uvx veragent-mcp — check any tool's trust before you install  ·  Get your tool SGC Certified →  ·  How we audit (open methodology) →

Tools

ToolWhat 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.

Install (Claude Desktop)

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."

Run locally

uvx veragent-mcp
# or
pip install veragent-mcp && veragent-mcp

Configuration

  • VERAGENT_API_BASE — override the API base (default https://veragent.store/api/v1).

Honesty

Veragent labels static-analysis results as Heuristic and reserves SGC Certified for behavioral-sandbox passes. Scores are reported with this distinction.

Reviews

No reviews yet

Be the first to review this server!