๐Ÿ”Œ MCP-Native ยท Model Context Protocol

The Trust Layer for AI Agents

Before your agent acts, it checks TrustGrade.

A+ Uniswap A+ USDC B+ Curve F USTC
# Agent checks trust before executing curl https://api.trustgrade.ai/v1/score/stablecoin/USDC { "score": 100, "grade": "A+", "confidence": 0.98 } # Agent proceeds โœ… curl https://api.trustgrade.ai/v1/score/stablecoin/USTC { "score": 12, "grade": "F", "confidence": 0.95 } # Agent aborts ๐Ÿšซ
45+
Entities Scored
8
Entity Types
7
MCP Tools
<50ms
API Latency

Public API โ€” No Auth Required

GET /v1/health โ€” health check
GET /v1/entity-types โ€” supported types
GET /v1/stats โ€” protocol stats
GET /v1/score/:type/:id โ€” cached score lookup
POST /v1/score โ€” compute new score (auth)
API Docs โ†’ MCP Setup โ†’ Registry โ†’