MCP Servers / development / MCP-ABI

MCP-ABI

JSON →
httpnone2development

Interact with Ethereum-compatible smart contracts using their ABI.

Install
How to run this server
[ { "cmd": "npx (Recommended)", "imports": [] } ]
server path: mcp-abi
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envWALLET_PRIVATE_KEY
envCHAIN_ID
Resources
MCP-ABI — MCP Server · libregistry