Skip to main content
Glama

Blockchain MCP Server

by lienhage

generate-vanity-address

Create Ethereum addresses with custom prefix and suffix patterns using parallel processing. Optimize results by adjusting thread count and case sensitivity settings with the Blockchain MCP Server.

Instructions

Generate Ethereum addresses matching specified prefix and suffix patterns with concurrent computation

Input Schema

NameRequiredDescriptionDefault
caseSensitiveNoWhether to match case-sensitively, default false
prefixNoAddress prefix (without 0x), e.g., '1234'
suffixNoAddress suffix, e.g., 'abcd'
workersNoNumber of concurrent worker threads, default 4

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "caseSensitive": { "default": false, "description": "Whether to match case-sensitively, default false", "type": "boolean" }, "prefix": { "description": "Address prefix (without 0x), e.g., '1234'", "type": "string" }, "suffix": { "description": "Address suffix, e.g., 'abcd'", "type": "string" }, "workers": { "default": 4, "description": "Number of concurrent worker threads, default 4", "maximum": 16, "minimum": 1, "type": "number" } }, "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