Trust scores & reputation for the agent-to-agent economy. Verify A2A counterparties.
claude mcp add agenttrust -- npx -y agenttrust-mcp
claude_desktop_config.json
{
"mcpServers": {
"agenttrust": {
"command": "npx",
"args": [
"-y",
"agenttrust-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"agenttrust": {
"command": "npx",
"args": [
"-y",
"agenttrust-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agenttrust": {
"command": "npx",
"args": [
"-y",
"agenttrust-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"agenttrust": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agenttrust-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agenttrust": {
"command": "npx",
"args": [
"-y",
"agenttrust-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.bch1212--agenttrust/reviews or the review_server meta-tool.
POST /mcp