Skip to main content
Glama

MetaMask MCP

by Xiawpohr

call

Simulate and execute blockchain transactions instantly without network submission. Use contract addresses and encoded data to test calls securely via MetaMask MCP, ensuring private key safety during operations.

Instructions

Executing a new message call immediately without submitting a transaction to the network.

Input Schema

NameRequiredDescriptionDefault
dataYesA contract hashed method call with encoded args.
toYesThe contract address or recipient.
valueNoValue (in wei) sent with this transaction.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "data": { "description": "A contract hashed method call with encoded args.", "type": "string" }, "to": { "description": "The contract address or recipient.", "type": "string" }, "value": { "description": "Value (in wei) sent with this transaction.", "format": "int64", "type": "integer" } }, "required": [ "to", "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/Xiawpohr/metamask-mcp'

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