mcpbeat Sign in

Price Data MCP Server

local only

Price Data MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 139 installs a week from pypi. Last commit 9 Aug 2026.

Live market prices and candles for AI agents (200+ coins). Data only, no trading advice.

Installs per day peak 854 · avg 86 · -16% w/w
a month agotoday
139
Installs / week
pypi · hyperliquid-price-mcp
1
Stars
0 open issues
9 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Price Data MCP 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 price-data-mcp -- uvx hyperliquid-price-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "price-data-mcp": {
      "args": [
        "hyperliquid-price-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.price-data-mcp]
command = "uvx"
args = ["hyperliquid-price-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "price-data-mcp": {
      "args": [
        "hyperliquid-price-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "price-data-mcp": {
      "args": [
        "hyperliquid-price-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Price Data MCP

same job, measured the same way
Market Data
by iturri

Verified market data for AI trading agents: quality-flagged candles, funding, OI, order flow. x402.

22 tools answering
Coinversaa
by coinversaa

Crypto intelligence for AI agents. Hyperliquid trader analytics, cohorts, and live market data.

314 installs/wk local only
Openmm MCP
by qbt-labs

MCP server for OpenMM — exposes market data, account, trading, and strategy tools to AI agents

15 tools answering
Quanttogo MCP
by michaeljiangmingfeng-debug

Quantitative trading strategies, market indices, and live performance data

113 installs/wk local only
InsiderAlpha — SEC Insider Trading
by insideralpha

SEC Form 4 insider trades, daily trading plans, 8-K catalysts and market data for AI assistants.

answering
Newsgurus Intel
by collectorguru

Pay-per-call trading intelligence for AI agents: live market regime, trading signals, composite conv

37 tools answering
Stocksense
by mikejj-creation

Financial data for AI agents: SEC filings, price history, insider trades, and more.

53 installs/wk local only
I
chainpulse — real-time crypto + prediction market data for AI agents
by fastdb-md

Crypto prices, gas, DeFi TVL, and live Polymarket odds. x402 pay-per-call, $0.001, no API key.

7 tools answering

Price Data MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Price Data MCP?
Price Data MCP 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 pypi package hyperliquid-price-mcp was installed 139 times last week.
How do I connect Price Data MCP?
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 hyperliquid-price-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Price Data MCP?
The pypi package hyperliquid-price-mcp was installed 139 times in the last week. Week over week that is -16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Price Data MCP open source?
Yes — it is published under the MIT licence, written in Python and 1 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.