Skip to main content
Glama

Blockchain MCP Server

by lienhage

abi-decode

Decode ABI-encoded data by specifying parameter types and input hexadecimal data, simplifying Ethereum blockchain interactions for developers and users.

Instructions

decode abi encoded data

Input Schema

NameRequiredDescriptionDefault
dataYeshexadecimal data to decode
typesYesparameter types array, e.g. ['uint256', 'address', 'bool']

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "data": { "description": "hexadecimal data to decode", "type": "string" }, "types": { "description": "parameter types array, e.g. ['uint256', 'address', 'bool']", "items": { "type": "string" }, "type": "array" } }, "required": [ "types", "data" ], "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