MCP Server
MCP
AgentTrust
Quality verification for AI agents and MCP servers. 6-axis scoring, adversarial probes.
Install
uvx mcp-agenttrust
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "mcp-agenttrust",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Groq API key for LLM judge (free tier available at console.groq.com)",
"isSecret": true,
"name": "GROQ_API_KEY"
},
{
"description": "Cerebras API key for LLM judge (free tier available at cloud.cerebras.ai)",
"isSecret": true,
"name": "CEREBRAS_API_KEY"
},
{
"description": "MongoDB connection URL for persistent storage",
"isSecret": true,
"name": "MONGODB_URL"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment