MCP Server
MCP
io.github.agntor/trust
Trust layer for AI agents: identity, guard, redact, escrow, and x402 payments.
Install
npx -y @agntor/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@agntor/mcp",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key for Agntor backend calls (get one at app.agntor.com)",
"format": "string",
"isSecret": true,
"name": "AGNTOR_API_KEY"
},
{
"description": "JWT signing key for audit ticket generation",
"format": "string",
"isSecret": true,
"name": "AGNTOR_SECRET_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment