Agent Trust
Rank #43,121io.github.Garl-Protocol/agent-trust
Tamper-evident action receipts, trust scoring & capability tokens for AI agents. 29 MCP tools.
Agent Trust is a Model Context Protocol (MCP) server published by garl-protocol. It ranks #43,121 of 132,113 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Agent Trust is listed on Official MCP, with 3 tracked versions. It was first listed on Feb 23, 2026 and most recently updated on Aug 3, 2026.
Ranks ahead of 88,992 of 132,113 servers on MCP Toplist.
Use Agent Trust
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agent-trust -e "GARL_API_KEY=<your GARL_API_KEY>" -e "GARL_AGENT_ID=<your GARL_AGENT_ID>" -e "GARL_API_URL=<your GARL_API_URL>" -- npx -y @garl-protocol/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.agent-trust]
command = "npx"
args = ["-y", "@garl-protocol/mcp-server"]
[mcp_servers.agent-trust.env]
GARL_API_KEY = "<your GARL_API_KEY>"
GARL_AGENT_ID = "<your GARL_AGENT_ID>"
GARL_API_URL = "<your GARL_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-trust": {
"command": "npx",
"args": [
"-y",
"@garl-protocol/mcp-server"
],
"env": {
"GARL_API_KEY": "<your GARL_API_KEY>",
"GARL_AGENT_ID": "<your GARL_AGENT_ID>",
"GARL_API_URL": "<your GARL_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-trust": {
"command": "npx",
"args": [
"-y",
"@garl-protocol/mcp-server"
],
"env": {
"GARL_API_KEY": "<your GARL_API_KEY>",
"GARL_AGENT_ID": "<your GARL_AGENT_ID>",
"GARL_API_URL": "<your GARL_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"agent-trust": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@garl-protocol/mcp-server"
],
"env": {
"GARL_API_KEY": "<your GARL_API_KEY>",
"GARL_AGENT_ID": "<your GARL_AGENT_ID>",
"GARL_API_URL": "<your GARL_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-trust": {
"command": "npx",
"args": [
"-y",
"@garl-protocol/mcp-server"
],
"env": {
"GARL_API_KEY": "<your GARL_API_KEY>",
"GARL_AGENT_ID": "<your GARL_AGENT_ID>",
"GARL_API_URL": "<your GARL_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-trust": {
"command": "npx",
"args": [
"-y",
"@garl-protocol/mcp-server"
],
"env": {
"GARL_API_KEY": "<your GARL_API_KEY>",
"GARL_AGENT_ID": "<your GARL_AGENT_ID>",
"GARL_API_URL": "<your GARL_API_URL>"
}
}
}
}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.Garl-Protocol%2Fagent-trust)<a href="https://mcptoplist.com/server/io.github.Garl-Protocol%2Fagent-trust"><img src="https://mcptoplist.com/badge/io.github.Garl-Protocol%2Fagent-trust.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
garl-protocol
Available versions (3)
| Version | Published |
|---|---|
| 1.4.3 | Aug 3, 2026 |
| 1.1.3 | Mar 1, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Agent Trust?
- Agent Trust is maintained by garl-protocol, which publishes 4 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Agent Trust listed on the Official MCP Registry?
- Yes — Agent Trust is listed on the Official MCP Registry.
- How many versions does Agent Trust have?
- MCP Toplist tracks 3 versions of Agent Trust, most recently published on Aug 3, 2026.
- Where can I find the source code for Agent Trust?
- The source code for Agent Trust is hosted at github.com/garl-protocol/garl.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.