Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Dex Data
D
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:23:25 PM

Dex Data

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Multi-chain DEX prices, liquidity, routing and slippage. Free tier, no API key.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "dex-data": {
      "command": "npx",
      "args": [
        "-y",
        "dex-data"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

dex-data MCP server

Twenty-two tools, no API key and no wallet, in three groups:

  • Multi-chain DEX market data β€” token prices, liquidity depth, pool reserves, best execution venue, liquidity risk, pre-trade slippage and gas costs across BNB Chain, Polygon, Arbitrum, Base, Avalanche and Optimism.
  • General-purpose agent utilities β€” geocoding, reverse geocoding, weather, web search, article/PDF to Markdown, and cryptographic randomness.
  • Reference and research data β€” search autocomplete, public holidays and business days, RSS/Atom feeds, IP geolocation, GLEIF legal-entity lookup and the US Treasury yield curve.

Why this exists

The ledger says it plainly. Of 20,392 paywall challenges recorded, zero were genuine third-party queries β€” 82.5% were our own monitoring, 17.3% were catalogue crawlers walking every route with no parameters. We were being indexed, not shopped.

Bazaar listings are a bet on demand that does not exist yet. MCP is where agents already are today: Claude Desktop, Claude Code, Cursor, and every other MCP host. This server is the same data, delivered where the users are, and it needs no payment at all for the free tier β€” which removes the one barrier that a browsing agent cannot cross on its own.

Install

Claude Code

Terminal
claude mcp add dex-data -- npx -y dex-data-mcp

Claude Desktop / Cursor β€” add to claude_desktop_config.json:

config.json
{
  "mcpServers": {
    "dex-data": {
      "command": "npx",
      "args": ["-y", "dex-data-mcp"]
    }
  }
}

No API key, no wallet, no signup. The free tier answers every tool for a daily allowance; after that the endpoints fall back to x402 micropayments.

Tools

DEX market data

toolanswers
get_token_priceUSD price of any ERC-20, by ticker or contract address
get_liquiditymarket depth and TVL per venue for a pair
get_best_venuewhich DEX is cheapest to buy on / best to sell into
get_slippageprice impact for a specific trade size
get_liquidity_riskDEEP / MODERATE / SHALLOW / VERY_THIN depth class
get_gasgas cost in USD per chain, ranked cheapest-first (gwei is not comparable across chains)
get_pool_reservesraw reserves, fee and TVL per venue at one block β€” the data the others compute from
find_arbitragecross-venue arbitrage now, ranked by gross USD at the optimal size, not raw spread
list_chainssupported chains and indexed tokens

General-purpose agent utilities

Not a change of theme β€” these were chosen the same way everything else here was. Reading USDC receipts across 1,062 x402 seller wallets on Base ranked what actually gets paid for, and DEX data was not near the top of that list. Forward geocoding was (56 paying wallets), then weather, then article-to-Markdown, then randomness. These are the answers to that data.

toolanswers
geocodeaddress or place name to coordinates, worldwide (OpenStreetMap)
reverse_geocodecoordinates to the nearest street address
get_weathercurrent conditions plus up to a 7-day forecast for any coordinates
searchfree-text web search to ranked organic results, sponsored rows excluded
url_to_markdowna public article or PDF URL to clean Markdown
get_randomCSPRNG integers or bytes, for agents that cannot generate their own

Reference and research data

Chosen the same way, but from a corrected reading. The category totals in the original scan were double-counted β€” the biggest x402 sellers carry 10-16 of the 16 category tags each, so every category reported nearly the whole market's revenue. Seller-level rows are clean, and every tool below is something a wallet took real USDC for during the sampled window.

toolanswers
get_search_suggestionswhat people actually type about a topic β€” autocomplete, expanded into questions and comparisons
get_holidayspublic and bank holidays for 100+ countries, and whether a given date is a business day
read_feedany RSS, Atom or RDF feed as clean JSON, summaries in both HTML and plain text
geolocate_ipwhere an IP is, with the datacentre/VPN flag that says whether to believe it
lookup_leia company's Legal Entity Identifier by name, with lapsed registrations flagged not hidden
get_treasury_yield_curvethe US par yield curve plus 2s10s / 3m10y / 5s30s and the inversion flag

Local

toolanswers
get_spend_budgetwhat this session has spent on paid calls, and the caps in force

Pairings worth knowing: geocode then get_weather turns a place name into a forecast, search then url_to_markdown turns a question into readable source text, and read_feed then url_to_markdown turns a feed into full articles.

Free tier

Every tool answers free within a daily per-caller allowance β€” no wallet, no signup. The remaining quota is returned on X-FreeTier-Remaining. Beyond it, calls fall back to x402 micropayments (USDC on Base).

Every response carries the liquidity backing the number and a confidence rating. A quote with no depth behind it is refused rather than returned β€” a dust-pool price is worse than no price when an agent may trade on it.

Honest limits

  • Depth and prices cover the venues this API indexes; a deeper pool may exist on a DEX not covered here.
  • v3 figures distinguish custody TVL from tradeable depth at the current price. They are not the same number and are not labelled as if they were.
  • get_slippage is pool-level price impact: it excludes gas, MEV and multi-hop routing, and flags v3 estimates that cross the active tick band.

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Aikstockdata β€” Korean Stock Data logoAikstockdata β€” Korean Stock Data

    KOSPI/KOSDAQ closing prices and DART regulatory filings. Free, no signup, no API key.

    πŸ’° Finance & Fintech0 views
    Compare vs Aikstockdata β€” Korean Stock Data β†’
  • X
    X711 β€” Universal Agent Gas Station

    Pay-per-use tool API for AI agents. Free tier, x402 USDC micropayments, or API key.

    πŸ’° Finance & Fintech0 views
    Compare vs X711 β€” Universal Agent Gas Station β†’
  • F
    Flow

    Live US diesel prices and optimized stop-by-stop fuel plans for trucking. Free snapshot tool.

    πŸ’° Finance & Fintech1 views
    Compare vs Flow β†’
  • Plugin logoPlugin

    Circulara Observe MCP plugin - meters your AI agents' token spend and carbon, free tier.

    πŸ’° Finance & Fintech0 views
    Compare vs Plugin β†’

Frequently Asked Questions about Dex Data

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "dex-data": { "command": "npx", "args": ["-y", "dex-data"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewDex Data AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/dex-data?style=directory)](https://allmcps.com/mcp/dex-data)
HTML Embed
<a href="https://allmcps.com/mcp/dex-data"><img src="https://allmcps.com/api/badge/dex-data?style=directory" alt="Dex Data on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Dex Data β†’Install in Claude DesktopInstall in CursorInstall in VS Code