The Agent Trust Check server provides a trust-scoring tool for AI agents operating on EVM-compatible chains (Ethereum, Base, etc.). Before an agent pays for a service, it can call this tool to receive an immediate risk assessment of the counterparty's wallet address.
How it works:
- Send a wallet address to the "agent_trust_check" tool.
- Receive a JSON response containing:
- address: the queried address
- riskScore: an integer from 1–100 (low = risky)
- reason: a human-readable explanation (e.g., "Known malicious actor per community blacklist" or "No active warnings")
- timestamp: Unix timestamp of the check
Use cases:
- Pre-transaction verification for agent-to-agent payments
- Automated compliance checks in DeFi workflows
- Reputation-based routing in multi-agent systems
Configuration: No configuration is required from the caller. Simply call the tool with an address. The server maintains an internal blacklist that can be updated by the developer.
AgenticMarket