MCP Server
MCP
io.github.bch1212/agenttrust
Trust scores & reputation for the agent-to-agent economy. Verify A2A counterparties.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "agenttrust-mcp",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key for write operations. Reads are public. Free tier: 100 writes/day.",
"isSecret": true,
"name": "AGENTTRUST_API_KEY"
},
{
"description": "Override the API base URL for self-hosted deployments.",
"default": "https://agenttrust-mcp-production.up.railway.app",
"name": "AGENTTRUST_API_BASE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment