Skip to main content
Glama

Desk3 MCP Server

Official
by desk3

get_suggest_gas

Retrieve EIP1559 gas fee estimates for blockchain transactions using a specific chain ID with Desk3 MCP Server, enabling efficient transaction planning and cost optimization.

Instructions

Get EIP1559 estimated gas info (chainid required)

Input Schema

NameRequiredDescriptionDefault
chainidYesChain ID for the blockchain network (e.g., 1 for Ethereum mainnet, 137 for Polygon)

Input Schema (JSON Schema)

{ "properties": { "chainid": { "description": "Chain ID for the blockchain network (e.g., 1 for Ethereum mainnet, 137 for Polygon)", "examples": [ "1", "137", "56", "42161" ], "pattern": "^[0-9]+$", "type": "string" } }, "required": [ "chainid" ], "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/desk3/cryptocurrency-mcp-server'

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