The audit layer for MCP servers.
Enterprise AI agents shouldn't trust random MCP servers. AgentForge runs a five-dimensional audit — security, code health, behavior, community, EU compliance — on every server in the catalog. Integrate once, filter agent tool discovery by trust score forever.
Five dimensions, one score
Security Scan
30% weightSnyk, GitHub Advisory, secret scanning, dependency CVEs.
Code Health
20% weightCommit recency, open-issue ratio, license presence, archived state.
Behavioral Audit
20% weightClaude-powered source review — what does it actually do vs. README.
Community Trust
15% weightStars (log-scaled), forks, author reputation, organization bonus.
EU Compliance
15% weightGDPR, AI Act readiness, data residency disclosure.
Top-audited servers
| Server | Score |
|---|---|
| 100 | |
| 100 | |
| 100 | |
| 100 |
Integrate in one line
Install the @agentforge/trust-mcp server in your agent. It exposes four tools: check_trust, evaluate_policy, list_trusted, recommend.
{
"mcpServers": {
"agentforge-trust": {
"command": "npx",
"args": ["-y", "@agentforge/trust-mcp"]
}
}
}Or hit the public API directly: GET /api/v1/trust?slug=… · POST /api/v1/trust/evaluate · GET /api/v1/trust/list