
Uniswap Mcp
Let your coding agent fetch Uniswap swap quotes, pool state, and trading data while you build DEX-facing features.
Overview
Uniswap MCP is a MCP server for the Build phase that provides 17 tools for Uniswap swap quotes, liquidity pools, and trading data.
What is this MCP server?
- 17 MCP tools for swap quotes, liquidity pools, and trading data
- Remote MCP at uniswap.mcp.junct.dev via streamable-http
- Version 1.1.0 from junct-bot/uniswap-mcp on GitHub
- Supports agent-assisted pool research and quote comparison workflows
- Read-oriented market data MCP—not wallet execution or MEV protection
- Server version 1.1.0
- Streamable-http remote at https://uniswap.mcp.junct.dev/mcp
What problem does it solve?
Building Uniswap-aware features with an LLM fails when quotes and pool facts are stale, invented, or pulled from vague web snippets.
Who is it for?
Indie builders prototyping swap UIs, liquidity analytics, or agent helpers that need live Uniswap market structure in the loop.
Skip if: Production trade execution, custody, or compliance workflows that require audited signing infrastructure instead of MCP read tools.
What do I get? / Deliverables
After registration, the agent can invoke seventeen Uniswap-focused MCP tools against the hosted remote for quotes and pool-oriented trading data.
- Configured Uniswap MCP remote
- Agent-accessible swap and pool tooling
- Structured trading data for DEX feature development
Recommended MCP Servers
Journey fit
Uniswap MCP belongs on Build because builders register it when implementing swap or liquidity features, not during initial market validation. Integrations captures external DEX and market-data MCP servers that agents call from application code paths.
How it compares
Uniswap market-data MCP integration, not a Solidity skill or a full DEX trading stack.
Common Questions / FAQ
Who is Uniswap MCP for?
Developers using AI agents who need programmatic access to Uniswap quotes, pools, and trading data through MCP.
When should I use Uniswap MCP?
Use it in Build while integrating DEX pricing, pool browsers, or agent research that depends on Uniswap-specific datasets.
How do I add Uniswap MCP to my agent?
Configure the streamable-http remote https://uniswap.mcp.junct.dev/mcp in your MCP client per Claude Code or Cursor documentation.