Skip to main content
Glama

EVM MCP Server

by JamesANZ

eth_getTransactionCount

Check how many transactions an Ethereum address has sent to determine account activity and calculate nonce values for new transactions.

Instructions

Returns the number of transactions sent from an address

Input Schema

NameRequiredDescriptionDefault
addressYesAddress to check transaction count for
blockNumberNoBlock number or 'latest', 'earliest', 'pending'latest

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Address to check transaction count for", "type": "string" }, "blockNumber": { "default": "latest", "description": "Block number or 'latest', 'earliest', 'pending'", "type": "string" } }, "required": [ "address" ], "type": "object" }

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