Get Account
get_accountReturns the native CELO balance, current nonce, and whether the address is a contract on Celo mainnet. Omit address on local stdio when CELO_PRIVATE_KEY is set to use the configured signer.
§ Inputs
| Name | Type | Description |
|---|---|---|
address | string | Wallet on Celo mainnet. Omit to use the connected wallet or MCP CELO_PRIVATE_KEY signer. |
§ Returns
{ balance (wei + formatted), nonce, isContract }§ Try saying
- How much CELO does 0x… hold?
- What is my CELO balance?
Use this tool
Once Celina is wired into your MCP client, just ask in plain language. The LLM picks get_account automatically.