What is the io.github.agntor/trust MCP server?
Trust layer for AI agents: identity, guard, redact, escrow, and x402 payments.
How to install io.github.agntor/trust
Copy-paste configuration for popular MCP clients.
AGNTOR_API_KEYsecretAPI key for Agntor backend calls (get one at app.agntor.com)
AGNTOR_SECRET_KEYsecretJWT signing key for audit ticket generation
{
"mcpServers": {
"trust": {
"command": "npx",
"args": [
"-y",
"@agntor/mcp"
],
"env": {
"AGNTOR_API_KEY": "<YOUR_AGNTOR_API_KEY>",
"AGNTOR_SECRET_KEY": "<YOUR_AGNTOR_SECRET_KEY>"
}
}
}
}{
"mcpServers": {
"trust": {
"command": "npx",
"args": [
"-y",
"@agntor/mcp"
],
"env": {
"AGNTOR_API_KEY": "<YOUR_AGNTOR_API_KEY>",
"AGNTOR_SECRET_KEY": "<YOUR_AGNTOR_SECRET_KEY>"
}
}
}
}{
"mcpServers": {
"trust": {
"command": "npx",
"args": [
"-y",
"@agntor/mcp"
],
"env": {
"AGNTOR_API_KEY": "<YOUR_AGNTOR_API_KEY>",
"AGNTOR_SECRET_KEY": "<YOUR_AGNTOR_SECRET_KEY>"
}
}
}
}{
"servers": {
"trust": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agntor/mcp"
],
"env": {
"AGNTOR_API_KEY": "<YOUR_AGNTOR_API_KEY>",
"AGNTOR_SECRET_KEY": "<YOUR_AGNTOR_SECRET_KEY>"
}
}
}
}claude mcp add trust --env AGNTOR_API_KEY=<YOUR_AGNTOR_API_KEY> --env AGNTOR_SECRET_KEY=<YOUR_AGNTOR_SECRET_KEY> -- npx -y @agntor/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.