mcpserver.lol
registry/wallet-identity
Connection check verified live · 26h ago

wallet-identity

Resolve wallet addresses to X and Farcaster accounts, and back again.

Tools 8
GitHub stars 1
Installs / wk
Licence AGPL-3.0
Transport streamable-http
Last checked 26h ago

Tools & capabilities

8 tools

Read from the running server on 26h ago.

walletlink_account_balance read-only
How many match credits the configured key has left, and how much of the request allowance it has used. COST: free on both meters. Call it before a reverse lookup, which can spend…
walletlink_estimate_list read-only addresses*
A dry run over a list of addresses: how many are in the index, how many were checked and found bare, how many have never been seen, and the band a resolve would bill inside. Counts…
walletlink_index_coverage read-only
How much of the index carries each identity type. Use it to judge whether a lookup is worth making before making it. COST: free on both meters. It resolves no wallet and consumes…
walletlink_job_status read-only job_id*offset
Progress and results for a job submitted with walletlink_submit_job. While the job runs it reports processed counts; on completion it reports the resolved records and what was bill…
walletlink_resolve_wallets read-only addresses*
Resolve one or more Ethereum addresses to the social identities attached to them: X handle, Farcaster account, ENS name, Lens profile, GitHub account. COST: one match credit per a…
walletlink_submit_job addresses*
Submit a list of addresses as a background job. A job runs a deeper scan than the resolve tool: an address the index has not checked, or holds only stale answers for, is resolved a…
walletlink_wallets_by_farcaster_username read-only cursorusername*
Find every wallet in the index attested to a Farcaster account. COST: one match credit per wallet returned, and a page holds up to 100. A username nobody holds returns an empty li…
walletlink_wallets_by_x_handle read-only cursorhandle*
Find every wallet in the index attested to an X account. The reverse of resolving an address. COST: one match credit per wallet returned, and a page holds up to 100. A handle nobo…