LogoSTMCP
Download
evm-mcp-server

EVM MCP Server

A comprehensive Model Context Protocol (MCP) server providing blockchain services across 30+ EVM networks, enabling AI agents to interact with Ethereum, Optimism, Arbitrum, and other chains with unified ENS resolution and smart contract tools.

Tools

1. get-token-info

Get ERC20 token metadata.

2. get-token-balance

Check ERC20 token balance.

3. transfer-token

Transfer ERC20 tokens.

4. approve-token-spending

Approve token allowances.

5. get-nft-info

Get NFT metadata.

6. check-nft-ownership

Verify NFT ownership.

7. transfer-nft

Transfer an NFT.

8. get-nft-balance

Count NFTs owned.

9. get-erc1155-token-uri

Get ERC1155 metadata.

10. get-erc1155-balance

Check ERC1155 balance.

11. transfer-erc1155

Transfer ERC1155 tokens.

12. get-chain-info

Get network information.

13. get-balance

Get native token balance.

14. transfer-eth

Send native tokens.

15. get-transaction

Get transaction details.

16. read-contract

Read smart contract state.

17. write-contract

Write to smart contract.

18. is-contract

Check if address is a contract.

19. resolve-ens

Resolve ENS name to address.

Open Graph image for EVM MCP Server

JSON Config

{
  "mcpServers": {
    "evm-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@mcpdotdirect/evm-mcp-server"
      ]
    },
    "evm-mcp-http": {
      "command": "npx",
      "args": [
        "-y", 
        "@mcpdotdirect/evm-mcp-server", 
        "--http"
      ]
    }
  }
}

Useful Links

Information

Categories