Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Uniswap MCP to the MCP Server Directory
Server: Uniswap MCP
Endpoint:
https://uniswap.mcp.junct.dev/mcpTransport: Streamable HTTP (stateless)
Auth: None
Description
Uniswap V3
MCP endpoint: https://uniswap.mcp.junct.dev/mcp
Domain: dex
Tools
WETH9— Calls WETH9(). Read-only — does not modify contract state. Unrestricted — any address can call this …exactInput— Calls exactInput(params: { path: string, recipient: string, deadline: string, amountIn: string, amou…exactInputSingle— Calls exactInputSingle(params: { tokenIn: string, tokenOut: string, fee: string, recipient: string, …exactOutput— Calls exactOutput(params: { path: string, recipient: string, deadline: string, amountOut: string, am…exactOutputSingle— Calls exactOutputSingle(params: { tokenIn: string, tokenOut: string, fee: string, recipient: string,…factory— Calls factory(). Read-only — does not modify contract state. Unrestricted — any address can call thi…multicall— Calls multicall(data: string[]). Requires ETH value to be sent with the transaction. Write function …refundETH— Calls refundETH(). Requires ETH value to be sent with the transaction. Write function — may have acc…selfPermit— Calls selfPermit(token: string, value: string, deadline: string, v: string, r: string, s: string). R…selfPermitAllowed— Calls selfPermitAllowed(token: string, nonce: string, expiry: string, v: string, r: string, s: strin…selfPermitAllowedIfNecessary— Calls selfPermitAllowedIfNecessary(token: string, nonce: string, expiry: string, v: string, r: strin…selfPermitIfNecessary— Calls selfPermitIfNecessary(token: string, value: string, deadline: string, v: string, r: string, s:…sweepToken— Calls sweepToken(token: string, amountMinimum: string, recipient: string). Requires ETH value to be …sweepTokenWithFee— Calls sweepTokenWithFee(token: string, amountMinimum: string, recipient: string, feeBips: string, fe…uniswapV3SwapCallback— Calls uniswapV3SwapCallback(amount0Delta: string, amount1Delta: string, _data: string). Write functi…unwrapWETH9— Calls unwrapWETH9(amountMinimum: string, recipient: string). Requires ETH value to be sent with the …unwrapWETH9WithFee— Calls unwrapWETH9WithFee(amountMinimum: string, recipient: string, feeBips: string, feeRecipient: st…Connection
{ "mcpServers": { "uniswap-mcp": { "url": "https://uniswap.mcp.junct.dev/mcp", "transport": "streamable-http" } } }Registry entry (
servers.json){ "id": "uniswap-mcp", "name": "Uniswap MCP", "description": "Calls WETH9(). Read-only — does not modify contract state. Unrestricted — any address can call this read function. Returns address.", "repository": "https://github.com/junct-bot/uniswap-mcp", "endpoint": "https://uniswap.mcp.junct.dev/mcp", "transport": [ "streamable-http" ], "tags": [ "read", "write", "dex" ], "version": "1.0.0", "author": "Junct", "llms_txt": "https://uniswap.mcp.junct.dev/llms.txt", "created_at": "2026-03-14T17:10:18.087Z" }Generated by Junct — agent-readiness infrastructure for crypto/DeFi.