DexPaprika
Rank #32,021com.dexpaprika/dexpaprika
Real-time DEX and on-chain data: liquidity pools, token prices, swaps, and trading volume.
DexPaprika is a Model Context Protocol (MCP) server published by coinpaprika. It ranks #32,021 of 115,460 servers tracked on MCP Toplist. DexPaprika is listed on Official MCP, with 4 tracked versions. It was first listed on Oct 22, 2025 and most recently updated on Jul 31, 2026.
Ranks ahead of 83,439 of 115,460 servers on MCP Toplist.
Use DexPaprika
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http dexpaprika https://mcp.dexpaprika.com/streamable-httpclaude mcp add --transport http dexpaprika https://mcp.dexpaprika.com/sse[mcp_servers.dexpaprika]
url = "https://mcp.dexpaprika.com/streamable-http"Add to ~/.codex/config.toml.
[mcp_servers.dexpaprika]
url = "https://mcp.dexpaprika.com/sse"Add to ~/.codex/config.toml.
https://mcp.dexpaprika.com/streamable-httpSettings → Connectors → “Add custom connector”, then paste this URL.
https://mcp.dexpaprika.com/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"dexpaprika": {
"url": "https://mcp.dexpaprika.com/streamable-http"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"dexpaprika": {
"url": "https://mcp.dexpaprika.com/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"dexpaprika": {
"type": "http",
"url": "https://mcp.dexpaprika.com/streamable-http"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"dexpaprika": {
"type": "http",
"url": "https://mcp.dexpaprika.com/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"dexpaprika": {
"serverUrl": "https://mcp.dexpaprika.com/streamable-http"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"dexpaprika": {
"serverUrl": "https://mcp.dexpaprika.com/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"dexpaprika": {
"url": "https://mcp.dexpaprika.com/streamable-http"
}
}
}{
"mcpServers": {
"dexpaprika": {
"url": "https://mcp.dexpaprika.com/sse"
}
}
}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.dexpaprika%2Fdexpaprika)<a href="https://mcptoplist.com/server/com.dexpaprika%2Fdexpaprika"><img src="https://mcptoplist.com/badge/com.dexpaprika%2Fdexpaprika.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
coinpaprika
Other servers by coinpaprika
View all coinpaprika servers →Available versions (4)
| Version | Published |
|---|---|
| 2.3.2 | Jul 31, 2026 |
| 2.3.0 | Jul 28, 2026 |
| 1.1.0 | Oct 22, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains DexPaprika?
- DexPaprika is maintained by coinpaprika, which publishes 3 MCP servers (15 total versions) tracked on MCP Toplist.
- Is DexPaprika listed on the Official MCP Registry?
- Yes — DexPaprika is listed on the Official MCP Registry.
- How many versions does DexPaprika have?
- MCP Toplist tracks 4 versions of DexPaprika, most recently published on Jul 31, 2026.
- Where can I find the source code for DexPaprika?
- The source code for DexPaprika is hosted at github.com/coinpaprika/dexpaprika-mcp.