Skip to main content
Glama

uniswap-pools-mcp

by kukapay
MIT License

get_token_pools_v3

Retrieve Uniswap V3 pools for a specific token address, returning a markdown-formatted table with details like pool ID, pair, fee tier, volume, and liquidity.

Instructions

Query all Uniswap V3 pools for a specific token and return as a formatted markdown table. Parameters: token_address (str): The Ethereum address of the token to query (e.g., '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'). ctx (Context): The API context for logging and error handling. Returns: A markdown-formatted string containing a table with columns: Version, ID, Pair, Fee Tier, Volume USD, Liquidity.

Input Schema

NameRequiredDescriptionDefault
token_addressYes

Input Schema (JSON Schema)

{ "properties": { "token_address": { "title": "Token Address", "type": "string" } }, "required": [ "token_address" ], "title": "get_token_pools_v3Arguments", "type": "object" }
Install Server

Other Tools from uniswap-pools-mcp

Related Tools

    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/kukapay/uniswap-pools-mcp'

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