agentforge-trust-mcp
agentforge-trust-mcp
MCP-Server, der es KI-Agenten ermöglicht, MCP-Server vor der Nutzung zu prüfen.
AgentForge führt einen Trust Score (0–100) für jeden MCP-Server in seinem Katalog, der anhand von fünf Dimensionen berechnet wird: Code-Gesundheit, Sicherheits-Scan, Verhaltens-Audit, Community-Vertrauen und EU-Konformität. Dieser MCP-Server stellt diese Audits als Tools bereit, die von jedem Agenten aufgerufen werden können.
Installation
npx -y agentforge-trust-mcpClaude Desktop-Konfiguration
{
"mcpServers": {
"agentforge-trust": {
"command": "npx",
"args": ["-y", "agentforge-trust-mcp"]
}
}
}Umgebung
Variable | Standard | Zweck |
|
| Überschreibung für selbst gehostete Instanzen |
| keine | Enterprise-Stufe (private Kataloge, benutzerdefinierte Richtlinien) |
Related MCP server: Agent Identity MCP Server
Tools
check_trust
Gibt den AgentForge Trust Score für einen Server zurück, der durch server_id, slug oder github_url identifiziert wird. Rufen Sie dies immer auf, bevor Sie eine Verbindung zu einem neuen Server herstellen.
evaluate_policy
Zulassungs-/Ablehnungs-Gate. Übergeben Sie eine Richtlinie wie {min_overall: 70, required_badges: ["actively_maintained"]} und erhalten Sie allowed: true|false mit Details zu jeder Prüfung zurück.
list_trusted
Durchsuchen Sie den AgentForge-Katalog nach Servern, die einer Kategorie und einem Vertrauensschwellenwert entsprechen. Nützlich für "Finde mir einen sicheren Datenbank-MCP-Server mit einem Gesamtwert ≥ 80".
recommend
Natürlichsprachliche Suche mit Vertrauensfilter. "Ich muss tschechische USt-IdNr. validieren" gibt nach Mindestvertrauen gefilterte und bewertete Ergebnisse zurück.
Anwendungsfall
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.Vertrauensdimensionen
Dimension | Gewichtung | Quelle |
Sicherheits-Scan | 30% | Snyk, GitHub Advisory, Secret Scanning |
Code-Gesundheit | 20% | Aktualität der Commits, Issue-Verhältnis, Lizenz |
Verhaltens-Audit | 20% | Claude-gestützte Quellcode-Überprüfung, Erkennung roter Flaggen |
Community-Vertrauen | 15% | Sterne, Forks, Reputation des Autors |
EU-Konformität | 15% | DSGVO, KI-Verordnung, Datenresidenz |
Audits werden alle 14 Tage aktualisiert; evaluate_policy meldet partial: true, wenn nicht alle Dimensionen aktuell sind.
Lizenz
MIT — AgentForge 2026
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that exposes tools for issuing scoped agent credentials, delegating narrower child credentials, handling approvals, revoking task trees, and retrieving audit trails and evidence packets.141Apache 2.0
- AlicenseNot gradedqualityDmaintenanceMCP Server for AI agent identity and authorization. Create, verify, and manage agent identities with trust scores and scoped authorization tokens.MIT
- FlicenseAqualityDmaintenanceReputation and trust scoring service for AI agents, exposed as an MCP server. Evaluate counterparties, report interactions, issue portable trust certificates, and detect Sybil attacks.23

nanmesh-mcpofficial
AlicenseAqualityCmaintenanceMCP server for NaN Mesh, enabling AI agents to search entities, cast trust reviews, register agents, post content, and query trust scores from the AI trust network.312661MIT
Related MCP Connectors
Independent A-F trust grade for any MCP server, watched for drift. Free, never for sale.
MCP server exposing the Backtest360 engine API as tools for AI agents.
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/KOVY/agentforge-trust-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server