dex-data MCP server
Rank #11,168com.donnyautomation/dex-data
DEX data, geocoding, weather, search, holidays, LEI, yield curve. 22 free tools, 1 paid.
dex-data MCP server is a Model Context Protocol (MCP) server published by donnywin85. It ranks #11,168 of 115,591 servers tracked on MCP Toplist. dex-data MCP server is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Jul 31, 2026 and most recently updated on Aug 25, 2026.
Ranks ahead of 104,423 of 115,591 servers on MCP Toplist.
Use dex-data MCP server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add dex-data -- npx -y dex-data-mcp[mcp_servers.dex-data]
command = "npx"
args = ["-y", "dex-data-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"dex-data": {
"command": "npx",
"args": [
"-y",
"dex-data-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"dex-data": {
"command": "npx",
"args": [
"-y",
"dex-data-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"dex-data": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dex-data-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"dex-data": {
"command": "npx",
"args": [
"-y",
"dex-data-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"dex-data": {
"command": "npx",
"args": [
"-y",
"dex-data-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.donnyautomation%2Fdex-data)<a href="https://mcptoplist.com/server/com.donnyautomation%2Fdex-data"><img src="https://mcptoplist.com/badge/com.donnyautomation%2Fdex-data.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
donnywin85
Other servers by donnywin85
View all donnywin85 servers →Available versions (4)
| Version | Published |
|---|---|
| 1.6.0 | Aug 25, 2026 |
| 1.5.0 | Aug 4, 2026 |
| 1.1.1 | Aug 1, 2026 |
| 1.0.1 | Aug 1, 2026 |
Frequently asked questions
- Who maintains dex-data MCP server?
- dex-data MCP server is maintained by donnywin85, which publishes 4 MCP servers (7 total versions) tracked on MCP Toplist.
- Is dex-data MCP server listed on the Official MCP Registry?
- Yes — dex-data MCP server is listed on the Official MCP Registry, alongside Glama.
- How many versions does dex-data MCP server have?
- MCP Toplist tracks 4 versions of dex-data MCP server, most recently published on Aug 25, 2026.
- Where can I find the source code for dex-data MCP server?
- The source code for dex-data MCP server is hosted at github.com/donnywin85/dex-data-mcp.