mcpbeat Sign in

Dex Data MCP Server

by donnyautomation Your server? Claim it
local only

Dex Data runs on your own machine — the client starts it, so there is no endpoint to ping. 391 installs a week from npm. Last commit 16 Sep 2026.

DEX market data, SEC EDGAR change oracles, LEI and US Treasury curve. 13 tools, x402 paid.

Installs per day peak 494 · avg 22
a month agotoday
391
Installs / week
npm · dex-data-mcp
0
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Dex Data every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add dex-data -- npx -y dex-data-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dex-data": {
      "args": [
        "-y",
        "dex-data-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dex-data]
command = "npx"
args = ["-y", "dex-data-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "dex-data": {
      "args": [
        "-y",
        "dex-data-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dex-data": {
      "args": [
        "-y",
        "dex-data-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Dex Data

same job, measured the same way
US Economic, SEC EDGAR & On-Chain Data (x402)
by agentfund

21 paid tools: US macro data, SEC EDGAR filings, on-chain EVM reads. Settled in USDC on Base.

21 tools answering
C
Fred Treasury Macro Data MCP
by thenextgennexus

US macro & Treasury data — FRED series, yield curve, auctions, and a macro dashboard.

5 tools answering
C
orisha-data
by orisha-data

MCP server for x402 paid market-data endpoints.

49 installs/wk local only
Onyx MCP
by dimitrilaouanis-tech

Ed25519-signed ground-truth oracle — 63 paid x402 tools live on Base mainnet.

33 tools answering
I
Cronus MCP
by artem1981777

On-chain x402-paid market signals on Arc (Circle Gateway) exposed as MCP tools.

42 installs/wk local only
Market Data
by timzinin-api

33 pay-per-call market and news data tools over MCP with free discovery and x402 payments.

36 tools answering
X402 Data Gateway
by epistemedeus

Paid x402 and MPP tools for agent discovery, payment safety, data, and DeFi.

24 tools answering
KTA-Oracle
by elemzir

Live KTA rates, market data, payment rails, AML/VAT compliance, SDK snippets. 16 tools.

3 tools answering

Dex Data — questions

Answers built from our own checks of this server.

Why is there no uptime for Dex Data?
Dex Data runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package dex-data-mcp was installed 391 times last week.
How do I connect Dex Data?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls dex-data-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Dex Data?
The npm package dex-data-mcp was installed 391 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Dex Data open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.