EVM MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RPC_URL | Yes | Any EVM-compatible RPC endpoint | |
| CHAIN_ID | No | Chain ID for the network (defaults to 1) | 1 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| web3_clientVersionB | Returns the current client version |
| web3_sha3B | Returns Keccak-256 hash of the given data |
| eth_blockNumberA | Returns the number of the most recent block |
| eth_getBalanceC | Returns the balance of the account of given address |
| eth_getTransactionCountB | Returns the number of transactions sent from an address |
| eth_getBlockByNumberC | Returns information about a block by block number |
| eth_getTransactionByHashC | Returns the information about a transaction requested by transaction hash |
| eth_getTransactionReceiptC | Returns the receipt of a transaction by transaction hash |
| eth_callB | Executes a new message call immediately without creating a transaction |
| eth_estimateGasC | Generates and returns an estimate of how much gas is necessary |
| eth_sendRawTransactionC | Creates new message call transaction or a contract creation |
| eth_gasPriceA | Returns the current price per gas in wei |
| eth_getCodeC | Returns code at a given address |
| eth_getStorageAtC | Returns the value from a storage position at a given address |
| eth_getLogsC | Returns an array of all logs matching a given filter object |
| eth_chainIdA | Returns the chain ID of the current network |
| net_versionB | Returns the current network id |
| net_listeningA | Returns true if client is actively listening for network connections |
| net_peerCountA | Returns number of peers currently connected to the client |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JamesANZ/evm-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server