Skip to main content
Glama
KOVY

agentforge-trust-mcp

by KOVY

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AGENTFORGE_API_KEYNoEnterprise tier (private catalogs, custom policies)
AGENTFORGE_API_URLNoOverride for self-hosted instancehttps://agentforge.community

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
check_trustA

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_policyA

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_trustedA

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

recommendA

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.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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