Resolve the name,
check the address,
send with paybox,
you stay in control.
boxid turns a .sol or .eth name into the address your tokens go to. Tell Paybox to send to unclephil.sol or vitalik.eth, and boxid looks up the address, shows it to you, and waits for your yes before anything moves. It only reads the chain. It never holds your funds.
The step Paybox
doesn't have
boxid never touches your funds. It looks up the name and checks it, then gets out of the way.
Add boxid to your chat
Point your MCP client at the boxid endpoint. Pick your client:
- Open Settings → Connectors in Claude.ai or Claude Desktop.
- Click Add custom connector.
- Name it boxid and paste the URL below as the remote MCP server.
- Save. Now, with Paybox on too, ask to send to any .sol or .eth name.
…
- Run the command below, then check it with claude mcp list.
…
- Add this to your client's MCP config file.
…
What boxid
gives the agent
Three tools, all read-only. Tap a name to see what it does.
Takes a .sol or .eth name and returns the send address, a reverse round-trip check, and network details (SNS owner and SOL-record flag for .sol, ENS resolver for .eth). This is the core step.
Takes an address and returns its primary name. A 0x address is checked on ENS (.eth), a base58 address on SNS (.sol), so you can confirm an address you pasted maps back to the name you had in mind.
Looks up a domain and hands back a ready-to-use Paybox request_transfer payload without sending it. Read it over, then pass it to Paybox.