Trust layer for AI agents: identity, guard, redact, escrow, and x402 payments.
claude mcp add trust -- npx -y @agntor/mcp
claude_desktop_config.json
{
"mcpServers": {
"trust": {
"command": "npx",
"args": [
"-y",
"@agntor/mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"trust": {
"command": "npx",
"args": [
"-y",
"@agntor/mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"trust": {
"command": "npx",
"args": [
"-y",
"@agntor/mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"trust": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agntor/mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"trust": {
"command": "npx",
"args": [
"-y",
"@agntor/mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.agntor--trust/reviews or the review_server meta-tool.
POST /mcp