Skip to main content
Glama

Blockchain MCP Server

by lienhage

generate-vanity-address

Create Ethereum addresses with custom prefixes or suffixes using concurrent computation. Specify patterns, case sensitivity, and worker threads for efficient vanity address generation.

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