๐ MCP-Native ยท Model Context Protocol
TrustGrade
The Trust Layer for AI Agents
Before your agent acts, it checks TrustGrade.
A+ Uniswap
A+ USDC
B+ Curve
F USTC
curl https://api.trustgrade.ai/v1/score/stablecoin/USDC
{ "score": 100, "grade": "A+", "confidence": 0.98 }
curl https://api.trustgrade.ai/v1/score/stablecoin/USTC
{ "score": 12, "grade": "F", "confidence": 0.95 }
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)