Celina/Tools/Wallet/get-wallet-address
readWalletStdio only

Get Wallet Address

get_wallet_address

Returns the MCP server wallet address(es). Omit signer to get the default signer's address plus every configured wallet (celo, self_agent) in one call — use it to find the Self agent's address before funding it. Pass signer to look up one wallet explicitly. On hosted MCP, returns an error without a configured key.

§ Inputs

NameTypeDescription
signerstringMCP server signer: celo (CELO_PRIVATE_KEY) or self_agent (SELF_AGENT_PRIVATE_KEY). Defaults to the CELO wallet when both keys are configured.

§ Returns

{ wallet_address, has_wallet, source, wallets? }

§ Try saying

  • What is my wallet address?
  • What is my Self agent's wallet address?

Use this tool

Once Celina is wired into your MCP client, just ask in plain language. The LLM picks get_wallet_address automatically.