Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Hyperliquid Info Mcp
H
Health: ActiveRecent health check succeeded.Last checked 8/11/2026, 12:00:50 AM

Hyperliquid Info Mcp

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Hyperliquid perp & spot data: prices, funding, open interest, order book, positions. No API key.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "hyperliquid-info-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hyperliquid-info-mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Tool Schemas (7) Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Capabilities & Tool Schemas (7) ~153 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Hyperliquid Info Mcp.

get_all_mids

Current mid prices for all markets, optionally filtered to specific coins

get_perp_markets

All perps ranked by volume / OI / funding / change / gainers / losers

get_market

Deep snapshot of one perp: mark/oracle/mid, 24h change & vol, funding, OI, premium, leverage

get_funding_history

Funding-rate history for a perp over an N-hour window, with the average

get_order_book

Live L2 book (top bids/asks + spread) for a perp or spot pair

get_spot_markets

Spot markets (HYPE, PURR, etc.) ranked by volume / change

Documentation Overview

Hyperliquid Info MCP

An MCP server that gives Claude, Cursor, and any MCP-compatible agent live market and account data from Hyperliquid β€” perp and spot prices, funding rates, open interest, order books, and wallet positions.

No API key. No signup. The public Hyperliquid info API is free.

Most "MCP for X" repos are half-finished and break on the second request. This one ships with tests and graceful error handling so an agent can actually rely on it.

What your agent can do

Ask things like:

  • "What are the top Hyperliquid perps by 24h volume right now?"
  • "Show me BTC perp: mark price, funding, and open interest."
  • "Which perps have the highest funding rates?" (carry / basis hunting)
  • "What's the BTC order book and spread?"
  • "How has ETH funding moved over the last 48 hours?"
  • "Biggest gainers and losers on Hyperliquid spot today?"
  • "Show the open positions and PnL for wallet 0xabc..."

Tools

ToolWhat it does
get_all_midsCurrent mid prices for all markets, optionally filtered to specific coins
get_perp_marketsAll perps ranked by volume / OI / funding / change / gainers / losers
get_marketDeep snapshot of one perp: mark/oracle/mid, 24h change & vol, funding, OI, premium, leverage
get_funding_historyFunding-rate history for a perp over an N-hour window, with the average
get_order_bookLive L2 book (top bids/asks + spread) for a perp or spot pair
get_spot_marketsSpot markets (HYPE, PURR, etc.) ranked by volume / change
get_user_statePerp account state for any wallet: value, margin, and open positions with PnL & liq price

Install

No install needed. It runs straight from npm via npx.

Claude Desktop

Add to claude_desktop_config.json:

config.json
{
  "mcpServers": {
    "hyperliquid": {
      "command": "npx",
      "args": ["-y", "hyperliquid-info-mcp"]
    }
  }
}

Cursor

Add to .cursor/mcp.json:

config.json
{
  "mcpServers": {
    "hyperliquid": {
      "command": "npx",
      "args": ["-y", "hyperliquid-info-mcp"]
    }
  }
}

Restart the client and the hyperliquid tools appear.

Notes

  • All data is read-only market/account info from the public https://api.hyperliquid.xyz/info endpoint. This server places no orders and never needs a private key.
  • Funding is shown both per-hour (how Hyperliquid charges it) and annualized, which is what traders actually compare.
  • get_user_state works for any public wallet address β€” it reads the same data the explorer shows.

Develop

Terminal
npm install
npm run dev     # run from TypeScript source over stdio
npm test        # run the unit tests
npm run build   # compile to dist/

License

MIT β€” see LICENSE.


Hire me

I build custom MCP servers and AI systems (multi-agent, RAG, automation). Need a connector for your own API, or a full AI integration?

  • Hire me on Upwork: https://www.upwork.com/freelancers/~01946645ed245c263d
  • Or open an issue on this repo.

Built by Gleb.

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Crypto Market Data Mcp logoCrypto Market Data Mcp

    Live crypto market data β€” price, funding rates, open interest, long/short ratio, order book, candles β€” across Bybit, Binance, OKX, Hyperliquid, Gate, KuCoin via CCXT, with funding-rate arbitrage comparison.

    πŸ’° Finance & Fintech1 views
    Compare vs Crypto Market Data Mcp β†’
  • Indigo Mcp logoIndigo Mcp

    MCP server for Indigo Protocol on Cardano β€” iAsset prices, CDP/loan analytics, stability pools, INDY staking, governance, and DEX data for LLM agents

    πŸ’° Finance & Fintech0 views
    Compare vs Indigo Mcp β†’
  • Alpaca Mcp logoAlpaca Mcp

    An MCP Server for the Alpaca trading API to manage stock and crypto portfolios, place trades, and access market data.

    πŸ’° Finance & Fintech2 views
    Compare vs Alpaca Mcp β†’
  • Alpha Vantage Mcp logoAlpha Vantage Mcp

    Alpha Vantage API integration to fetch both stock and crypto information

    πŸ’° Finance & Fintech3 views
    Compare vs Alpha Vantage Mcp β†’

Frequently Asked Questions about Hyperliquid Info Mcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "hyperliquid-info-mcp": { "command": "npx", "args": ["-y", "hyperliquid-info-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewHyperliquid Info Mcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/hyperliquid-info-mcp?style=directory)](https://allmcps.com/mcp/hyperliquid-info-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/hyperliquid-info-mcp"><img src="https://allmcps.com/api/badge/hyperliquid-info-mcp?style=directory" alt="Hyperliquid Info Mcp on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 6, 2026
49Quality signal: Fair Β· 49/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools25/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Hyperliquid Info Mcp β†’Install in Claude DesktopInstall in CursorInstall in VS Code