Skip to main content
Glama

Blockchain MCP Server

by lienhage

abi-encode

Encode function parameters using ABI for Ethereum smart contracts. Specify parameter types and values to generate encoded data for blockchain transactions.

Instructions

encode function parameters with abi

Input Schema

NameRequiredDescriptionDefault
typesYesparameter types array, e.g. ['uint256', 'address', 'bool']
valuesYesparameter values array, corresponding to the types array

Input Schema (JSON Schema)

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