Skip to main content
ClaudeWave
MCP ServersOfficial Registry0 stars0 forksPythonMITUpdated today
Install in Claude Code / Claude Desktop
Method: UVX (Python) · veragent-mcp
Claude Code CLI
claude mcp add veragent-mcp -- uvx veragent-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "veragent-mcp": {
      "command": "uvx",
      "args": ["veragent-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# 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](https://veragent.store)
trust registry.

## Tools

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

## Install (Claude Desktop)

Add to your `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "veragent": {
      "command": "uvx",
      "args": ["veragent-mcp"]
    }
  }
}
```

Then ask Claude: *"Is the playwright-mcp server safe? Check Veragent."*

## Run locally

```bash
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.

What people ask about veragent-mcp

What is lixiaowww/veragent-mcp?

+

lixiaowww/veragent-mcp is mcp servers for the Claude AI ecosystem with 0 GitHub stars.

How do I install veragent-mcp?

+

You can install veragent-mcp by cloning the repository (https://github.com/lixiaowww/veragent-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is lixiaowww/veragent-mcp safe to use?

+

lixiaowww/veragent-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains lixiaowww/veragent-mcp?

+

lixiaowww/veragent-mcp is maintained by lixiaowww. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to veragent-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy veragent-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: lixiaowww/veragent-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/lixiaowww-veragent-mcp)](https://claudewave.com/repo/lixiaowww-veragent-mcp)
<a href="https://claudewave.com/repo/lixiaowww-veragent-mcp"><img src="https://claudewave.com/api/badge/lixiaowww-veragent-mcp" alt="Featured on ClaudeWave: lixiaowww/veragent-mcp" width="320" height="64" /></a>

More MCP Servers

veragent-mcp alternatives