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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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