Skip to main content
Glama

Blockchain MCP Server

by lienhage

validate-ethereum-address

Verify the correctness of an Ethereum address using Blockchain MCP Server. Input the address to ensure it meets Ethereum's validation standards for secure transactions.

Instructions

Validate the validity of an Ethereum address

Input Schema

NameRequiredDescriptionDefault
addressYesEthereum address to validate

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "description": "Ethereum address to validate", "type": "string" } }, "required": [ "address" ], "type": "object" }
Install Server

Other Tools from Blockchain MCP Server

Related Tools

    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/lienhage/blockchain-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server