An MCP server for querying Uniswap pools/pairs by token address, delivering clean, structured results for easy integration and analysis.
Uniswap Pools MCP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. An MCP server for querying Uniswap pools/pairs by token address, delivering clean, structured results for easy integration and analysis.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Once Uniswap Pools MCP is connected, these are the calls the assistant has available:
Description — Queries all Uniswap V2, V3, and V4 pools/pairs for a given token addressParameters — - token_address (str): Ethereum address of the token (e.g., 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 for USDC)Output — Markdown table with columns: Version, ID, Pair, Fee Tier, Volume USD, Liquidity/ReserveUSD, Fees USDExample — Prompt:Version — v2Pair — USDC/WETHPrerequisites — The Prerequisites tool exposed by this serverSetup — 1. Clone the Repository: bash git clone https://github.com/kukapay/uniswap-pools-mcp.git cd uniswap-pools-mcpTools — 1. Get All Pools/Pairs for a Token: python def get_token_pools(token_address: str) -> str: - Description: Queries all Uniswap V2, V3, and V4You will need one environment variable: THEGRAPH_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Uniswap Pools MCP's toolset — Description, Parameters, Output and 6 more — is a fair guide to whether it matches your workflow. It is maintained by kukapay; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Description | Queries all Uniswap V2, V3, and V4 pools/pairs for a given token address. |
| Parameters | - token_address (str): Ethereum address of the token (e.g., 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 for USDC). |
| Output | Markdown table with columns: Version, ID, Pair, Fee Tier, Volume USD, Liquidity/ReserveUSD, Fees USD. |
| Example | Prompt: |
| Version | v2 |
| Pair | USDC/WETH |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Setup | 1. **Clone the Repository**: bash git clone https://github.com/kukapay/uniswap-pools-mcp.git cd uniswap-pools-mcp |
| Tools | 1. **Get All Pools/Pairs for a Token**: python def get_token_pools(token_address: str) -> str: - **Description**: Queries all Uniswap V2, V3, and V4 pools/pairs for a given token address. - **Parameters**: - token_addres |
| Variable | Description | Required |
|---|---|---|
| THEGRAPH_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.