MCP-ABI
JSON →Interact with Ethereum-compatible smart contracts using their ABI.
Install
npx (Recommended) Tools · 12
- erc20_balanceOf Query token balance
- erc20_transfer Transfer tokens
- erc20_approve Approve spending
- erc20_allowance Check allowance
- usdc_name Query the token name
- usdc_symbol Query the token symbol
- usdc_decimals Query token decimals
- usdc_totalSupply Query total token supply
- usdc_balanceOf Query balance of an address
- usdc_transfer Transfer tokens to an address
- usdc_approve Approve spending allowance
- usdc_transferFrom Transfer tokens on behalf of another address
Environment variables
WALLET_PRIVATE_KEYCHAIN_ID
Links
★ 2 GitHub stars