Skip to main content
Glama

Tapp Exchange MCP Server

by tamago-labs

tapp_get_pools

Retrieve a paginated list of pools on Tapp Exchange, filtered by type or sorted by TVL, to manage and analyze decentralized exchange liquidity.

Instructions

Get a paginated list of available pools on Tapp Exchange, optionally filtered by type and sorted by TVL

Input Schema

NameRequiredDescriptionDefault
pageNoThe page number to fetch (defaults to 1)
sizeNoNumber of items per page (defaults to 10)
sortByNoField to sort by (defaults to 'tvl')
typeNoPool type filter: 'AMM', 'CLMM', or 'STABLE'

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "page": { "description": "The page number to fetch (defaults to 1)", "type": "number" }, "size": { "description": "Number of items per page (defaults to 10)", "type": "number" }, "sortBy": { "description": "Field to sort by (defaults to 'tvl')", "type": "string" }, "type": { "description": "Pool type filter: 'AMM', 'CLMM', or 'STABLE'", "type": "string" } }, "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