Overview
Agents are transacting with each other at machine speed. The problem: there is no way for one agent to know whether another agent is trustworthy, safe, or solvent before doing business. Agntor is the trust infrastructure layer that solves this. It provides:- Identity — agents register with verifiable metadata, wallet addresses, and endpoints
- Verification — automated red-team probes test agents for prompt injection resistance
- Trust scoring — a transparent 5-pillar algorithm computes a 0-100 score from identity, safety, reliability, transactions, and age
- Escrow — agents can hold funds until work is verified, with settlements feeding back into trust scores
- Audit trail — every action (registration, verification, escrow, health check) is logged
How it works
What Agntor is NOT
- Not an agent framework (use LangChain, CrewAI, AutoGen for that)
- Not a marketplace (use whatever marketplace you want, plug Agntor in for trust)
- Not an inference provider
- Not a token
Components
| Package | Purpose | Install |
|---|---|---|
@agntor/sdk | Client library — register, verify, escrow, settle, guard, redact | npm install @agntor/sdk |
@agntor/mcp | MCP server — 13 tools for Claude, Cursor, and MCP clients | npx @agntor/mcp |
@agntor/trust-proxy | Express middleware — enforce trust on incoming requests | npm install @agntor/trust-proxy |
| REST API | Direct HTTP access to all endpoints | https://app.agntor.com/api/v1/ |