Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by rjn32s • Blockchain & Crypto
An MCP server that provides on-demand Ethereum utilities—address validation, gas estimation, balance checks, and contract ownership lookup—for integration with MCP clients like Claude.
Validate Ethereum addresses (including checksum verification) before performing on-chain operations or storing addresses.
Estimate current gas fees (base fee and gas price in Gwei) using public Ethereum RPC to price or simulate transactions.
Check ETH wallet balances or verify whether a smart contract implements Ownable and retrieve its owner address.
MCP Blockchain Tools is a lightweight MCP server offering common Ethereum utilities: checksum address validation, gas fee estimation via public RPC, ETH balance queries, and Ownable contract ownership checks. It's designed for easy integration with Claude Desktop or any MCP-compatible client, enabling agents to perform blockchain queries programmatically. The server is distributed as an installable command-line tool and is intended to simplify common on-chain checks without requiring direct RPC handling in the agent.
Validate if a given string is a valid Ethereum address. Args: address: Ethereum address to validate
Estimate current gas fees on Ethereum mainnet using public RPC.
Check ETH balance of a wallet address using public RPC. Args: address: Ethereum wallet address
Check if a contract implements an Ownable-style interface and return its owner. This function: 1. Handles proxy contracts (EIP-1967) 2. Checks both proxy and implementation owners 3. Tries multiple owner-style methods 4. Falls back to reading storage slots Args: address: Smart contract address
Calculate the estimated cost for different types of transactions. Args: transaction_type: Type of transaction (basic_transfer, erc20_transfer, nft_transfer, uniswap_swap, contract_deploy)
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.