Skip to main content
Glama

Blockchain MCP Server

by lienhage

sig

Generate function selectors from Ethereum smart contract function signatures. Input a function signature to derive the corresponding selector for blockchain interactions.

Instructions

get function selector

Input Schema

NameRequiredDescriptionDefault
functionNameYesfunction signature, e.g. 'transfer(address,uint256)'

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "functionName": { "description": "function signature, e.g. 'transfer(address,uint256)'", "type": "string" } }, "required": [ "functionName" ], "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