Veragent
Check the trust/security score of MCP servers, agents, skills & CLIs before you install them.
Open source Open in the app JSON README (API)
About
Check the trust/security score of MCP servers, agents, skills & CLIs before you install them.
Details
- Kind
- MCP servers
- Topic
- No topic detected
- Publisher
- lixiaowww
- Origin
- official
- Category
- ferramentas
- Transport
- local
- Version
- 0.1.1
- Last push
- 2026-06-24T14:52:28Z
- Repository state
- ativo
- Language
- Python
- License
- MIT
- Added
- 2026-08-29 04:00:24
- Updated
- 2026-08-29 04:00:24
- Origin id
io.github.lixiaowww/veragent
README
# Veragent MCP Server
<!-- mcp-name: io.github.lixiaowww/veragent -->
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.
> ⭐ **Star this repo** · `uvx veragent-mcp` — check any tool's trust before you install · **[Get your tool SGC Certified →](https://veragent.store)** · [How we audit (open methodology) →](https://github.com/lixiaowww/veragent-audit)
## 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.