Celina/Tools/Mento FX/estimate-mento-fx
readMento FXStdio only

Estimate Mento FX

estimate_mento_fx

Estimate gas for a Mento FX conversion on mainnet, including the ERC-20 approval step if one is required. Requires CELO_PRIVATE_KEY — fails on hosted MCP without a local signer.

§ Inputs

NameTypeDescription
token_inRequiredstringInput token symbol or address
token_outRequiredstringOutput token symbol or address
amountRequiredstringHuman-readable amount of token_in, e.g. 100
fromstringWallet on Celo mainnet. Omit to use the connected wallet or MCP CELO_PRIVATE_KEY signer.
recipientstringAddress that receives output tokens (defaults to signer)
slippage_tolerancestringMax slippage in percent (default 0.5)
deadline_minutesstringTransaction deadline in minutes (default 5)

§ Returns

{ approvalGas?, swapGas, totalGas, estimatedCostWei }

§ Try saying

  • Estimate gas to convert 100 USDm to EURm via Mento.

Use this tool

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