1. Conduid
  2. Gaming
  3. KOVY/agentforge-trust-mcp
MCP server · Gaming

KOVY/agentforge-trust-mcp

100 across five dimensions: security, code health, behavioral audit, community trust, EU compliance) for any MCP server before connecting. Exposes `check_trust`, `evaluate_policy`, `list_trusted`, and `recommend` tools. 3,600+ servers audited, free public API.

Unclaimed finance
34Low

Scored 4 months ago · breakdown

About KOVY/agentforge-trust-mcp

KOVY/agentforge-trust-mcp is an MCP server in the Gaming category: 100 across five dimensions: security, code health, behavioral audit, community trust, EU compliance) for any MCP server before connecting. Exposes `check_trust`, `evaluate_policy`, `list_trusted`, and `recommend` tools. 3,600+ servers audited, free public API. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/KOVY/agentforge-trust-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about KOVY/agentforge-trust-mcp

Powered by Claude · Grounded in docs

I know everything about KOVY/agentforge-trust-mcp. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

agentforge-trust-mcp

MCP server that lets AI agents audit MCP servers before using them.

AgentForge maintains a Trust Score (0–100) for every MCP server in its catalog, computed across five dimensions: code health, security scan, behavioral audit, community trust, and EU compliance. This MCP server exposes those audits as tools any agent can call.

Installation

npx -y agentforge-trust-mcp

Claude Desktop config

{
  "mcpServers": {
    "agentforge-trust": {
      "command": "npx",
      "args": ["-y", "agentforge-trust-mcp"]
    }
  }
}

Environment

Variable Default Purpose
AGENTFORGE_API_URL https://agentforge.community Override for self-hosted
AGENTFORGE_API_KEY none Enterprise tier (private catalogs, custom policies)

Tools

check_trust

Returns the AgentForge Trust Score for a server identified by server_id, slug, or github_url. Always call this before connecting to a new server.

evaluate_policy

Allow/deny gate. Pass a policy like {min_overall: 70, required_badges: ["actively_maintained"]} and get back allowed: true|false with per-check detail.

list_trusted

Search the AgentForge catalog for servers matching a category and trust threshold. Useful for "find me a secure database MCP server with overall ≥ 80".

recommend

Natural-language search with trust filter. "I need to validate Czech VAT IDs" returns ranked results filtered by minimum trust.

Use case

Agent: user wants me to use "some-financial-mcp" server.
Agent: let me check its trust first…
  → check_trust(slug="some-financial-mcp")
  ← overall_score: 42, badges: [], security_scan: pending
Agent: trust is too low, skipping. Let me find alternatives.
  → recommend(query="invoice conversion Czech VAT", min_overall=75)
  ← 3 results with scores 87, 84, 79
Agent: connecting to the 87-scored server instead.

Trust dimensions

Dimension Weight Source
Security Scan 30% Snyk, GitHub Advisory, secret scanning
Code Health 20% Commit recency, issue ratio, license
Behavioral Audit 20% Claude-powered source review, red flag detection
Community Trust 15% Stars, forks, author reputation
EU Compliance 15% GDPR, AI Act, data residency

Audits rotate every 14 days; evaluate_policy reports partial: true if not all dimensions are current.

License

MIT — AgentForge 2026

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About KOVY/agentforge-trust-mcp

How do I install KOVY/agentforge-trust-mcp?

Run git clone https://github.com/KOVY/agentforge-trust-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is KOVY/agentforge-trust-mcp safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is KOVY/agentforge-trust-mcp still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.