crypto-price-mcp
Rank #22,770io.github.wesseltl/price-data-mcp
Live crypto prices and candles for AI agents (200+ coins). Data only, no trading advice.
crypto-price-mcp is a Model Context Protocol (MCP) server published by wesseltl. It ranks #22,770 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. crypto-price-mcp is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 8, 2026 and most recently updated on Aug 9, 2026.
Ranks ahead of 92,690 of 115,460 servers on MCP Toplist.
Use crypto-price-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add price-data-mcp -- uvx hyperliquid-price-mcp[mcp_servers.price-data-mcp]
command = "uvx"
args = ["hyperliquid-price-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"price-data-mcp": {
"command": "uvx",
"args": [
"hyperliquid-price-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"price-data-mcp": {
"command": "uvx",
"args": [
"hyperliquid-price-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"price-data-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"hyperliquid-price-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"price-data-mcp": {
"command": "uvx",
"args": [
"hyperliquid-price-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"price-data-mcp": {
"command": "uvx",
"args": [
"hyperliquid-price-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/io.github.wesseltl%2Fprice-data-mcp)<a href="https://mcptoplist.com/server/io.github.wesseltl%2Fprice-data-mcp"><img src="https://mcptoplist.com/badge/io.github.wesseltl%2Fprice-data-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
wesseltl
Other servers by wesseltl
View all wesseltl servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.3 | Aug 9, 2026 |
| 0.1.1 | Aug 8, 2026 |
Frequently asked questions
- Who maintains crypto-price-mcp?
- crypto-price-mcp is maintained by wesseltl, which publishes 4 MCP servers (8 total versions) tracked on MCP Toplist.
- Is crypto-price-mcp listed on the Official MCP Registry?
- Yes — crypto-price-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does crypto-price-mcp have?
- MCP Toplist tracks 2 versions of crypto-price-mcp, most recently published on Aug 9, 2026.
- Where can I find the source code for crypto-price-mcp?
- The source code for crypto-price-mcp is hosted at github.com/wesseltl/price-data-mcp.