B
BASE167
/base167_set_display_name
Set a Degen Games display name or X handle
Set the display name or X handle shown next to a wallet on the boards. This is the one action that needs a signature FROM THE USER'S OWN WALLET, so it runs in
liveverifiedunknown~5s typical
mcpprobedbase167
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-base167-base167 /base167_set_display_name for me.
Input
| Field | Type | Description |
|---|---|---|
| address* | string | An Ethereum address on Base mainnet, 0x followed by 40 hex characters. |
| name | string | Display name, up to 24 printable ASCII characters. |
| handle | string | X handle without the @, up to 15 characters. |
| signature | string | The signature over the returned message. Omit on step 1. |
| expiry | number | The expiry returned by step 1. Omit on step 1. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-base167-base167","endpoint":"/base167_set_display_name","input":{"address":"..."}}'cli
npx cracked-ai run -p mcp-com-base167-base167 -e /base167_set_display_name -i '{"address":"..."}'mcp
run_tool({ provider: "mcp-com-base167-base167", endpoint: "/base167_set_display_name", input: {"address":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.