Skip to main content
Glama

Tapp Exchange MCP Server

by tamago-labs

tapp_create_amm_pool_and_add_liquidity

Create an Automated Market Maker (AMM) pool and provide initial liquidity by specifying token addresses, fee structure, and token amounts for decentralized trading on Tapp Exchange.

Instructions

Create an AMM pool and add initial liquidity

Input Schema

NameRequiredDescriptionDefault
amountsYesThe initial token amounts
feeYesThe fee traders will pay to use your pool's liquidity
tokenAddressYesAn array of token addresses

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amounts": { "description": "The initial token amounts", "items": { "type": "number" }, "type": "array" }, "fee": { "description": "The fee traders will pay to use your pool's liquidity", "type": "number" }, "tokenAddress": { "description": "An array of token addresses", "items": { "type": "string" }, "type": "array" } }, "required": [ "tokenAddress", "fee", "amounts" ], "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