🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

veragent-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

veragent-mcp

Veragent MCP server — check the trust/security score of MCP tools before installing them in Claude.

pipPyPI
Version
0.1.2
Weekly downloads
49
Maintainers
1

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.

Keywords

claude

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts