ens_identity
InactiveTool of SaSame Research Agent
Forward/reverse ENS resolution CROSS-CHECKED against the on-chain resolver for fund-safety. Auto-detects direction (ENS name -> address, or 0x address -> ENS name). Returns verdict='match' only when the ENSIdeas API and an independent on-chain eth_call resolver agree. Verdict='mismatch' + warning if they disagree (poisoning attack signal). The single most fund-critical ENS lookup — trusting one vendor for a fund destination is the highest-stakes single-source failure mode; this independently verifies the destination. With sign:true attaches an ed25519 receipt.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"sign": {
"type": "boolean",
"description": "Attach ed25519 receipt (default false)"
},
"query": {
"type": "string",
"description": "An ENS name (e.g. 'vitalik.eth') for forward resolution, or a 0x address for reverse resolution"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SaSame Research Agent
https://github.com/shigeki7777/sasame-mcp
2/7 registries