Skip to main content
Glama
KOVY

agentforge-trust-mcp

by KOVY

agentforge-trust-mcp

AIエージェントがMCPサーバーを使用する前に監査できるようにするMCPサーバー。

AgentForgeは、カタログ内のすべてのMCPサーバーに対して、コードの健全性、セキュリティスキャン、行動監査、コミュニティの信頼性、EUコンプライアンスの5つの側面から算出された信頼スコア(0〜100)を維持しています。このMCPサーバーは、それらの監査結果をエージェントが呼び出せるツールとして公開します。

インストール

npx -y agentforge-trust-mcp

Claude Desktopの設定

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

環境変数

変数

デフォルト

用途

AGENTFORGE_API_URL

https://agentforge.community

セルフホスト用の上書き

AGENTFORGE_API_KEY

なし

エンタープライズ層(プライベートカタログ、カスタムポリシー)

Related MCP server: Agent Identity MCP Server

ツール

check_trust

server_idslug、またはgithub_urlで識別されるサーバーのAgentForge信頼スコアを返します。新しいサーバーに接続する前に必ず呼び出してください。

evaluate_policy

許可/拒否のゲートです。{min_overall: 70, required_badges: ["actively_maintained"]}のようなポリシーを渡すと、チェックごとの詳細とともにallowed: true|falseが返されます。

list_trusted

カテゴリと信頼しきい値に一致するサーバーをAgentForgeカタログから検索します。「総合スコア80以上の安全なデータベースMCPサーバーを探して」といった用途に便利です。

recommend

信頼フィルターを使用した自然言語検索です。「チェコのVAT IDを検証する必要がある」と入力すると、最小信頼度でフィルタリングされたランキング結果が返されます。

ユースケース

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.

信頼の側面

側面

重み

ソース

セキュリティスキャン

30%

Snyk、GitHub Advisory、シークレットスキャン

コードの健全性

20%

コミットの頻度、課題比率、ライセンス

行動監査

20%

Claudeによるソースレビュー、レッドフラグ検出

コミュニティの信頼性

15%

スター数、フォーク数、作成者の評判

EUコンプライアンス

15%

GDPR、AI法、データレジデンシー

監査は14日ごとに更新されます。すべての側面が最新でない場合、evaluate_policypartial: trueを返します。

ライセンス

MIT — AgentForge 2026

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    An 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.
    14
    1
    Apache 2.0
  • F
    license
    A
    quality
    D
    maintenance
    Reputation 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
  • A
    license
    A
    quality
    C
    maintenance
    MCP 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.
    31
    266
    1
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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