Skip to main content
Glama

Tatum MCP Server

Official

gateway_execute_rpc

Execute RPC calls on specific blockchain networks via the Tatum MCP Server. Input chain, method, and parameters to interact with blockchain data and perform operations directly.

Instructions

[gateway] Execute an RPC call on a specific chain

Input Schema

NameRequiredDescriptionDefault
chainYesThe blockchain to execute the RPC call on
methodYesThe RPC method to call
paramsNoThe parameters for the RPC call

Input Schema (JSON Schema)

{ "properties": { "chain": { "description": "The blockchain to execute the RPC call on", "type": "string" }, "method": { "description": "The RPC method to call", "type": "string" }, "params": { "description": "The parameters for the RPC call", "items": { "type": "any" }, "type": "array" } }, "required": [ "chain", "method" ], "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/tatumio/tatum-mcp'

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