Skip to main content
Glama

Tapp Exchange MCP Server

by tamago-labs

tapp_get_swap_route

Retrieve the optimal swap route between two tokens on the Tapp Exchange MCP Server for efficient decentralized trading and liquidity management on the Aptos blockchain.

Instructions

Get the optimal route information between two tokens

Input Schema

NameRequiredDescriptionDefault
token0YesThe address of the first token
token1YesThe address of the second token

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "token0": { "description": "The address of the first token", "type": "string" }, "token1": { "description": "The address of the second token", "type": "string" } }, "required": [ "token0", "token1" ], "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