Skip to main content
Glama

Blockchain MCP Server

by lienhage

validate-ethereum-address

Verify the correctness of an Ethereum address using the Blockchain MCP Server tool, ensuring it meets the required format and standards.

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" }

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