Skip to main content
Glama

DeFi Trading Agent MCP Server

by edkdev

submit_gasless_swap

Execute token swaps without gas fees by signing approval and trade messages, leveraging real-time market data from the DeFi Trading Agent MCP Server.

Instructions

Submit a gasless swap by signing approval and trade messages (no gas fees required)

Input Schema

NameRequiredDescriptionDefault
chainIdNoBlockchain ID (optional if included in quoteData)
quoteDataYesQuote data from get_gasless_quote

Input Schema (JSON Schema)

{ "properties": { "chainId": { "description": "Blockchain ID (optional if included in quoteData)", "type": "integer" }, "quoteData": { "description": "Quote data from get_gasless_quote", "type": "object" } }, "required": [ "quoteData" ], "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/edkdev/defi-trading-mcp'

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