
Trust
Add identity, policy guardrails, PII redaction, escrow, and x402 payments around agent actions before and after you ship.
Overview
Agntor Trust is a MCP server for the Build phase that adds agent identity, guard, redact, escrow, and x402 payment controls through Agntor’s hosted API.
What is this MCP server?
- Five trust primitives: identity, guard, redact, escrow, and x402 payments
- npm stdio package @agntor/mcp (v0.1.0) backed by app.agntor.com
- AGNTOR_API_KEY plus AGNTOR_SECRET_KEY for backend calls and audit JWT signing
- Combines safety policy with agent payment rails in one MCP surface
- 5 advertised capability areas: identity, guard, redact, escrow, x402 payments
- Server version 0.1.0 with 2 secret environment variables
What problem does it solve?
Agents that pay APIs and handle user data without identity, redaction, or policy gates create compliance and abuse risk you cannot bolt on late.
Who is it for?
Indie builders shipping agents that spend money or process PII and want one MCP trust surface instead of separate identity, DLP, and payment stacks.
Skip if: Static code-only projects with no agent tool calls, or teams that refuse a cloud API key for trust enforcement.
What do I get? / Deliverables
After registration, your agent can run guarded actions, redact sensitive fields, use escrow, and pay via x402 with auditable tickets when configured.
- Policy guard and redaction hooks on agent tool use
- Escrow and x402 payment orchestration from the agent
- Signed audit tickets for security review workflows
Recommended MCP Servers
Journey fit
Trust controls are first attached in Build when agents gain external tools, then reused in Ship for security review gates. Integrations is the shelf for MCP servers that wrap a vendor trust API; the same tools still apply when you harden launch.
How it compares
Cloud trust-and-payments MCP layer, not a Solana-only ZK pool server or a local compiler integration.
Common Questions / FAQ
Who is Agntor Trust for?
Developers building autonomous agents that need policy guard, redaction, escrow, payments, and traceable identity in one MCP package.
When should I use Agntor Trust?
Use it when integrating external tools in Build and again before launch when you need security gates and audit-friendly JWT tickets on agent actions.
How do I add Agntor Trust to my agent?
Install @agntor/mcp via stdio, set AGNTOR_API_KEY and AGNTOR_SECRET_KEY from app.agntor.com, and register the server in your MCP host.