Install for Claude
Claude Code (CLI)
Claude Desktop
Add to your Claude Desktop config file:- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Install for Cursor
Add to.cursor/mcp.json in your project root (or ~/.cursor/mcp.json globally):
Available tools
check_wallet_reputation
Look up a wallet’s trust score and reputation. Free tier.
| Parameter | Type | Required | Description |
|---|---|---|---|
address | string | Yes | EVM wallet address |
chain | string | No | Chain to query (default: base) |
assess_wallet
On-the-fly trust assessment with policy evaluation. Paid tier.
| Parameter | Type | Required | Description |
|---|---|---|---|
address | string | Yes | EVM wallet address |
min_grade | string | No | Minimum grade threshold (A-F) |
min_score | number | No | Minimum score (0-100) |
require_verified_payment_activity | boolean | No | Require verified payments |
browse_agents
Browse ERC-8004 registered agents with filters. Free tier.
| Parameter | Type | Required | Description |
|---|---|---|---|
chain | string | No | Filter by chain |
limit | number | No | Max results to return |
min_score | number | No | Minimum score filter |
grade | string | No | Filter by grade |