Skip to main content
Glama

Server Details

Uniswap - 17 tools for swap quotes, liquidity pools, and trading data

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
junct-bot/uniswap-mcp
GitHub Stars
0
Server Listing
Uniswap MCP Server

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 17 tool updates
    • First observedexactInput
    • First observedexactInputSingle
    • First observedexactOutput
    • First observedexactOutputSingle
    • First observedfactory
    • First observedmulticall
    • First observedrefundETH
    • First observedselfPermit
    • First observedselfPermitAllowed
    • First observedselfPermitAllowedIfNecessary
    • First observedselfPermitIfNecessary
    • First observedsweepToken
    • First observedsweepTokenWithFee
    • First observeduniswapV3SwapCallback
    • First observedunwrapWETH9
    • First observedunwrapWETH9WithFee
    • First observedWETH9

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    B
    maintenance
    Exposes Uniswap V2 and V3 on-chain data and swap execution as MCP tools, resources, and prompts, enabling AI agents to query prices, inspect pools, get quotes, and execute trades.
    -
  • F
    license
    Not graded
    quality
    B
    maintenance
    OAuth-protected Uniswap swap service that enables AI agents to get price quotes and execute ETH↔USDC swaps via MCP tools or REST API.
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.4/5.0
Disambiguation3/5

The tools have clear distinctions in their core functions (e.g., exactInput vs. exactOutput, sweepToken vs. unwrapWETH9), but there is significant overlap within groups like the selfPermit variants and exactInput/exactOutput pairs, which could cause confusion. Descriptions help differentiate, but the similarity in naming and purpose within these groups creates ambiguity.

Naming Consistency4/5

Most tools follow a consistent camelCase naming convention (e.g., exactInputSingle, sweepTokenWithFee), with clear verb-based names. However, there are minor deviations like 'factory' and 'WETH9' which are nouns without verbs, slightly breaking the pattern but remaining readable.

Tool Count3/5

With 17 tools, the count is borderline high for a focused domain like Uniswap interactions, but it includes many specialized functions (e.g., multiple selfPermit variants) that may be necessary. It feels slightly heavy but not excessive, as each tool appears to serve a specific contract call purpose.

Completeness4/5

The tool set covers a wide range of Uniswap operations, including swaps (exactInput/exactOutput), token management (sweepToken, unwrapWETH9), and utility functions (multicall, factory). Minor gaps might exist, such as lack of tools for querying pool states or handling approvals, but core contract interactions are well-represented.