Skip to main content
Glama

Tapp Exchange MCP Server

by tamago-labs

tapp_swap_stable

Facilitate token swaps within Stable pools on Tapp Exchange by specifying pool address, input/output token indices, amount, and minimum output. Optimizes trading operations on Aptos blockchain.

Instructions

Execute a swap on a Stable pool

Input Schema

NameRequiredDescriptionDefault
amountInYesThe input token amount for the swap
minAmountOutYesThe minimum amount of output tokens
poolIdYesThe address of the Stable pool
tokenInYesThe index of the token to swap from
tokenOutYesThe index of the token to swap to

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amountIn": { "description": "The input token amount for the swap", "type": "number" }, "minAmountOut": { "description": "The minimum amount of output tokens", "type": "number" }, "poolId": { "description": "The address of the Stable pool", "type": "string" }, "tokenIn": { "description": "The index of the token to swap from", "type": "number" }, "tokenOut": { "description": "The index of the token to swap to", "type": "number" } }, "required": [ "poolId", "tokenIn", "tokenOut", "amountIn", "minAmountOut" ], "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/tamago-labs/tapp-exchange-mcp'

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