Skip to main content
Glama

DeFi Trading Agent MCP Server

by edkdev

execute_swap

Executes a swap transaction on DeFi platforms using provided quote data, enabling AI trading agents to autonomously manage and execute trades across multiple blockchains.

Instructions

Execute a swap transaction (requires quote data)

Input Schema

NameRequiredDescriptionDefault
quoteDataYesQuote data from get_swap_quote

Input Schema (JSON Schema)

{ "properties": { "quoteData": { "description": "Quote data from get_swap_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