Skip to main content
Glama
KOVY

agentforge-trust-mcp

by KOVY

agentforge-trust-mcp

AI 에이전트가 MCP 서버를 사용하기 전에 감사할 수 있도록 지원하는 MCP 서버입니다.

AgentForge는 코드 상태, 보안 스캔, 행동 감사, 커뮤니티 신뢰도, EU 규정 준수라는 5가지 차원을 종합하여 카탈로그에 있는 모든 MCP 서버에 대한 신뢰 점수(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_id, slug 또는 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