Skip to main content
Glama

Tapp Exchange MCP Server

by tamago-labs

tapp_add_clmm_liquidity

Add liquidity to a Concentrated Liquidity Market Maker (CLMM) pool on Tapp Exchange by specifying pool ID, token amounts, fee tier, price range, and slippage flexibility.

Instructions

Add liquidity to an existing CLMM pool

Input Schema

NameRequiredDescriptionDefault
amountAYesThe amount of token A to add
amountBYesThe amount of token B to add
feeYesThe fee tier of the pool
isMaxAmountBYesWhether the second token amount (amountB) is flexible based on slippage
maxPriceYesThe maximum price of the liquidity range
minPriceYesThe minimum price of the liquidity range
poolIdYesThe unique identifier of the CLMM pool

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amountA": { "description": "The amount of token A to add", "type": "number" }, "amountB": { "description": "The amount of token B to add", "type": "number" }, "fee": { "description": "The fee tier of the pool", "type": "number" }, "isMaxAmountB": { "description": "Whether the second token amount (amountB) is flexible based on slippage", "type": "boolean" }, "maxPrice": { "description": "The maximum price of the liquidity range", "type": "number" }, "minPrice": { "description": "The minimum price of the liquidity range", "type": "number" }, "poolId": { "description": "The unique identifier of the CLMM pool", "type": "string" } }, "required": [ "poolId", "amountA", "amountB", "fee", "isMaxAmountB", "minPrice", "maxPrice" ], "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