Skip to main content
Glama

MetaMask MCP

by Xiawpohr

send-transaction

Send blockchain transactions securely via MetaMask MCP, specifying recipient, value, gas fees, and chain ID for network compatibility.

Instructions

Send transactions to networks.

Input Schema

NameRequiredDescriptionDefault
chainIdNoChain ID to validate against before sending transaction.
dataNoA contract hashed method call with encoded args.
maxFeePerGasNoTotal fee per gas in wei, inclusive of maxPriorityFeePerGas.
maxPriorityFeePerGasNoMax priority fee per gas in wei.
toYesThe transaction recipient or contract address.
valueNoValue in wei sent with this transaction.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chainId": { "description": "Chain ID to validate against before sending transaction.", "type": "number" }, "data": { "$ref": "#/properties/to", "description": "A contract hashed method call with encoded args." }, "maxFeePerGas": { "description": "Total fee per gas in wei, inclusive of maxPriorityFeePerGas.", "format": "int64", "type": "integer" }, "maxPriorityFeePerGas": { "description": "Max priority fee per gas in wei.", "format": "int64", "type": "integer" }, "to": { "description": "The transaction recipient or contract address.", "type": "string" }, "value": { "description": "Value in wei sent with this transaction.", "format": "int64", "type": "integer" } }, "required": [ "to" ], "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/Xiawpohr/metamask-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server