Agentforge Trust

by KOVY

174 downloads
Not rated
GitHub

About

One MCP connection → 100+ MCP servers, with trust audit, discovery, and execution│Trust Scores (0-100) across 5 dimensions: code health, security, behavioral audit│community trust, EU compliance.

Details

Author
KOVY
Downloads
174
Categories
Developer Tools

- Access to 100+ MCP servers via one connection
- Trust audit across five dimensions
- Discovery of available MCP servers
- Execution of MCP server operations
- Trust scores (0-100) for each dimension

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Agentforge Trust
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

check_trust

Fetch the AgentForge Trust Score for an MCP server. Returns the overall score (0-100), per-dimension breakdown (code_health, security_scan, behavioral_audit, community_trust, eu_compliance), and badges. Use before connecting to any MCP server.

evaluate_policy

Check whether a server passes a trust policy. Returns allowed:true/false plus individual check results. Example policy: {min_overall: 70, required_badges: ['actively_maintained']}. Use this to gate agent decisions like 'should I use this server for financial data?'.

list_trusted

Search AgentForge catalog for servers matching a category and minimum trust threshold. Returns up to 25 results sorted by trust score.

recommend

Given a natural-language use case, recommend MCP servers filtered by trust. Example: 'I need to validate Czech VAT IDs and convert ISDOC invoices'. Uses AgentForge semantic search + trust filter.

discover

Browse the AgentForge catalog of MCP servers. Supports full-text search, semantic search, and category filtering. No authentication required. Use this when you need to find servers offering a specific capability (e.g. 'GitHub PR automation', 'EU VAT validation'). Returns server metadata, tool counts, pricing tier, and trust scores. Each result carries TWO trust fields: `audit_score` (0-100, dynamic from the AgentForge audit pipeline — AUTHORITATIVE for policy gating, may be null if not yet audited) and `trust_score` (0-10, legacy community rating — for display fallback only). Always prefer audit_score when present; treat null audit_score as 'audit pending'.

broadcast_search

Search ACROSS multiple MCP servers in a single call. Returns relevant tools per server, sorted by relevance. Replaces N sequential discover+capabilities calls. Requires AGENTFORGE_API_KEY (set in env or call register_agent first). Use this when an agent needs to fan out a query like 'find me anything that can parse DICOM medical images' across the catalog.

call_tool

Invoke any tool on any MCP server in the AgentForge catalog. AgentForge proxies the call, applies rate limits, billing (per-call or wallet credits), and returns the result. Requires AGENTFORGE_API_KEY. Use this to actually USE a server's capability after discovery, e.g. call_tool(server='github-pro', tool='create_pr', input={...}).

register_agent

Self-register this agent with AgentForge. Returns an af_agent_* API key that unlocks broadcast_search and call_tool. Run once at agent startup, store the key in env as AGENTFORGE_API_KEY. No auth required for registration. Idempotent on slug — running twice produces a uniqued slug.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "agentforge trust": {
            "agentforge": {
                "command": "npx",
                "args": [
                    "-y",
                    "agentforge-trust-mcp@latest"
                ],
                "env": {
                    "AGENTFORGE_API_URL": "https://agentforge.community",
                    "AGENTFORGE_API_KEY": "af_agent_REPLACE_AFTER_REGISTRATION"
                }
            }
        }
    }
}

McpServers

{
    "agentforge": {
        "command": "npx",
        "args": [
            "-y",
            "agentforge-trust-mcp@latest"
        ],
        "env": {
            "AGENTFORGE_API_URL": "https://agentforge.community",
            "AGENTFORGE_API_KEY": "af_agent_REPLACE_AFTER_REGISTRATION"
        }
    }
}

One MCP connection → 100+ MCP servers, with trust audit, discovery, and execution│Trust Scores (0-100) across 5 dimensions: code health, security, behavioral audit│community trust, EU compliance.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.