AgentTrust MCP
Rank #54,749io.github.bch1212/agenttrust
Trust scores & reputation for the agent-to-agent economy. Verify A2A counterparties.
AgentTrust MCP is a Model Context Protocol (MCP) server published by bch1212. It ranks #54,749 of 115,460 servers tracked on MCP Toplist. AgentTrust MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on May 9, 2026 and most recently updated on May 13, 2026.
Ranks ahead of 60,711 of 115,460 servers on MCP Toplist.
Use AgentTrust MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agenttrust -e "AGENTTRUST_API_KEY=<your AGENTTRUST_API_KEY>" -e "AGENTTRUST_API_BASE=<your AGENTTRUST_API_BASE>" -- npx -y agenttrust-mcpReplace each placeholder with your own value before saving.
[mcp_servers.agenttrust]
command = "npx"
args = ["-y", "agenttrust-mcp"]
[mcp_servers.agenttrust.env]
AGENTTRUST_API_KEY = "<your AGENTTRUST_API_KEY>"
AGENTTRUST_API_BASE = "<your AGENTTRUST_API_BASE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agenttrust": {
"command": "npx",
"args": [
"-y",
"agenttrust-mcp"
],
"env": {
"AGENTTRUST_API_KEY": "<your AGENTTRUST_API_KEY>",
"AGENTTRUST_API_BASE": "<your AGENTTRUST_API_BASE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agenttrust": {
"command": "npx",
"args": [
"-y",
"agenttrust-mcp"
],
"env": {
"AGENTTRUST_API_KEY": "<your AGENTTRUST_API_KEY>",
"AGENTTRUST_API_BASE": "<your AGENTTRUST_API_BASE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"agenttrust": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agenttrust-mcp"
],
"env": {
"AGENTTRUST_API_KEY": "<your AGENTTRUST_API_KEY>",
"AGENTTRUST_API_BASE": "<your AGENTTRUST_API_BASE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agenttrust": {
"command": "npx",
"args": [
"-y",
"agenttrust-mcp"
],
"env": {
"AGENTTRUST_API_KEY": "<your AGENTTRUST_API_KEY>",
"AGENTTRUST_API_BASE": "<your AGENTTRUST_API_BASE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agenttrust": {
"command": "npx",
"args": [
"-y",
"agenttrust-mcp"
],
"env": {
"AGENTTRUST_API_KEY": "<your AGENTTRUST_API_KEY>",
"AGENTTRUST_API_BASE": "<your AGENTTRUST_API_BASE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.bch1212%2Fagenttrust)<a href="https://mcptoplist.com/server/io.github.bch1212%2Fagenttrust"><img src="https://mcptoplist.com/badge/io.github.bch1212%2Fagenttrust.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
bch1212
Other servers by bch1212
- agentfetch-mcp#19,318 · 1 ver
- Agent Commerce MCP#20,517 · 4 vers
- QueryShield#21,430 · 1 ver
- ModelWatch#23,142 · 2 vers
- GrantIQ MCP#25,349 · 2 vers
- AgentVault#29,652 · 1 ver
- BizIntel MCP#54,750 · 1 ver
- InjectShield#54,751 · 1 ver
- outdooriq-mcp#54,752 · 1 ver
- PubRecords MCP#54,753 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | May 13, 2026 |
Frequently asked questions
- Who maintains AgentTrust MCP?
- AgentTrust MCP is maintained by bch1212, which publishes 11 MCP servers (16 total versions) tracked on MCP Toplist.
- Is AgentTrust MCP listed on the Official MCP Registry?
- Yes — AgentTrust MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does AgentTrust MCP have?
- MCP Toplist tracks 1 version of AgentTrust MCP, most recently published on May 13, 2026.
- Where can I find the source code for AgentTrust MCP?
- The source code for AgentTrust MCP is hosted at github.com/bch1212/agenttrust-mcp.