Skip to main content
Glama

Armor Crypto MCP

Official
by armorwallet

swap_transaction

Execute swap transactions on the Armor Crypto MCP server. Processes SwapTransactionRequestContainer to return a list of SwapTransactionResponse for efficient crypto swaps.

Instructions

Execute a swap transaction. Expects a SwapTransactionRequestContainer, returns a list of SwapTransactionResponse.

Input Schema

NameRequiredDescriptionDefault
swap_transaction_requestsYes

Input Schema (JSON Schema)

{ "$defs": { "SwapTransactionRequest": { "properties": { "transaction_id": { "description": "unique id of the generated swap quote", "title": "Transaction Id", "type": "string" } }, "required": [ "transaction_id" ], "title": "SwapTransactionRequest", "type": "object" }, "SwapTransactionRequestContainer": { "properties": { "swap_transaction_requests": { "items": { "$ref": "#/$defs/SwapTransactionRequest" }, "title": "Swap Transaction Requests", "type": "array" } }, "required": [ "swap_transaction_requests" ], "title": "SwapTransactionRequestContainer", "type": "object" } }, "properties": { "swap_transaction_requests": { "$ref": "#/$defs/SwapTransactionRequestContainer" } }, "required": [ "swap_transaction_requests" ], "title": "swap_transactionArguments", "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/armorwallet/armor-crypto-mcp'

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