CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Hyperliquid Perp Market Data API

br0ski777/hyperliquid-data-x402
3 toolsSSEregistry active
Summary

Connects Claude to Hyperliquid's perpetual futures market data through a hosted API endpoint. You get access to real-time order book depth, current prices, funding rates, open interest figures, and historical candlestick data for crypto perpetuals. This runs as a remote server over SSE transport at hyperliquid-data.api.klymax402.com, so there's no local setup. Reach for this when you're building trading analysis tools, monitoring perp markets, or need programmatic access to Hyperliquid data without hitting their API directly. Note that this is a paid service requiring x402 USDC tokens for access.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →

Tools

Public tool metadata for what this MCP can expose to an agent.

3 tools
hyperliquid_get_market_dataUse this when you need Hyperliquid perpetual futures data for a specific coin. Returns full L2 order book depth with real-time pricing and funding metrics in one call. 1. bids: array of bid levels wi1 params

Use this when you need Hyperliquid perpetual futures data for a specific coin. Returns full L2 order book depth with real-time pricing and funding metrics in one call. 1. bids: array of bid levels wi

Parameters* required
coinstring
Coin symbol (e.g. BTC, ETH, SOL, ARB, DOGE)
hyperliquid_get_all_marketsUse this when you need a snapshot of all Hyperliquid perpetual markets at once. Returns pricing, funding, and volume data for every listed asset in a single call. 1. markets: array of all listed perp

Use this when you need a snapshot of all Hyperliquid perpetual markets at once. Returns pricing, funding, and volume data for every listed asset in a single call. 1. markets: array of all listed perp

No parameter schema in public metadata yet.

hyperliquid_get_candlesUse this when you need historical OHLCV candlestick data for a Hyperliquid perpetual pair. Returns open, high, low, close, volume for the specified interval. 1. candles: array of OHLCV bars 2. Each c3 params

Use this when you need historical OHLCV candlestick data for a Hyperliquid perpetual pair. Returns open, high, low, close, volume for the specified interval. 1. candles: array of OHLCV bars 2. Each c

Parameters* required
coinstring
Coin symbol (e.g. BTC, ETH, SOL)
limitnumber
Number of candles to return (default 100, max 5000)
intervalstring
Candle interval (1m, 5m, 15m, 1h, 4h, 1d)

Hyperliquid Perp Market Data API

MCP Server x402 License: MIT

Hyperliquid perpetual futures market data — L2 order books, mid/mark prices, funding rates, open interest, volume, and OHLCV candles, in one API. Pay-per-call via x402 (USDC on Base L2) — no API key, no signup.

Part of the klymax402 marketplace — 100 x402 micropayment APIs for AI agents, one wallet, USDC on Base.

Quickstart — MCP

{
  "mcpServers": {
    "hyperliquid-data": {
      "url": "https://hyperliquid-data.api.klymax402.com/mcp"
    }
  }
}

Quickstart — HTTP (x402)

curl "https://hyperliquid-data.api.klymax402.com/api/orderbook?coin=BTC"
# → 402 Payment Required, with an x402 payment challenge in the response body

Any x402-aware client (@x402/fetch, x402-agent-tools, ATXP) handles the 402 → sign → retry cycle automatically.

Tools

ToolMethodPathPriceDescription
hyperliquid_get_market_dataGET/api/orderbook$0.001L2 order book for a Hyperliquid perp pair
hyperliquid_get_all_marketsGET/api/markets$0.001Mid prices, funding, OI, volume for every listed asset
hyperliquid_get_candlesGET/api/candles$0.002OHLCV candlestick data for a Hyperliquid perp pair

hyperliquid_get_market_data

Use this when you need Hyperliquid perpetual futures data for a specific coin. Returns full L2 order book depth with real-time pricing and funding metrics in one call.

Parameters

NameTypeRequiredDescription
coinstringyesCoin symbol (e.g. BTC, ETH, SOL, ARB, DOGE)

Returns: bids/asks (price+size levels), midPrice, markPrice, fundingRate (hourly), openInterest (USD), volume24h (USD).

Example response:

{"midPrice":67450.5,"markPrice":67448.2,"fundingRate":0.00008,"openInterest":1250000000,"volume24h":3400000000,"bids":[{"price":67450,"size":12.5}],"asks":[{"price":67451,"size":8.3}]}

When to use: before placing trades on Hyperliquid — essential for checking spread, depth, and funding before entering a position.

Not for: EVM gas (use gas_get_current_price), spot DEX quotes (use dex_get_swap_quote), whale positions (use hyperliquid_track_whale_positions).

hyperliquid_get_all_markets

Use this when you need a snapshot of all Hyperliquid perpetual markets at once. Returns pricing, funding, and volume data for every listed asset in a single call.

Parameters: none.

Returns: markets[] (coin, midPrice, markPrice, fundingRate, openInterest, volume24h, dayChange per asset), totalMarkets, timestamp.

Example response:

{"markets":[{"coin":"BTC","midPrice":67450,"fundingRate":0.00008,"openInterest":1250000000,"volume24h":3400000000,"dayChange":2.3}],"totalMarkets":148}

When to use: screening all Hyperliquid markets, finding highest funding rates, building a market overview dashboard.

Not for: a single coin order book (use hyperliquid_get_market_data), spot DEX quotes (use dex_get_swap_quote), vault performance (use hyperliquid_get_vault_data).

hyperliquid_get_candles

Use this when you need historical OHLCV candlestick data for a Hyperliquid perpetual pair.

Parameters

NameTypeRequiredDescription
coinstringyesCoin symbol (e.g. BTC, ETH, SOL)
intervalstringnoCandle interval: 1m, 5m, 15m, 1h, 4h, 1d
limitnumbernoNumber of candles to return (default 100, max 5000)

Returns: candles[] (timestamp, open, high, low, close, volume per bar), coin, interval, count.

Example response:

{"coin":"BTC","interval":"1h","count":100,"candles":[{"timestamp":"2026-04-13T10:00:00Z","open":67200,"high":67550,"low":67100,"close":67450,"volume":45000000}]}

When to use: technical analysis, backtesting strategies, charting price history on Hyperliquid perps.

Not for: real-time order book (use hyperliquid_get_market_data), spot DEX quotes (use dex_get_swap_quote), whale tracking (use hyperliquid_track_whale_positions).

Example agent prompts

  • "What's the current funding rate and order book depth for BTC on Hyperliquid?"
  • "Give me a snapshot of all Hyperliquid perp markets sorted by funding rate"
  • "Pull the last 100 1h candles for ETH on Hyperliquid for a backtest"

Payment

  • Protocol: x402 — HTTP-native pay-per-call, no signup, no API key
  • Network: Base L2 (eip155:8453)
  • Asset: USDC
  • Facilitator: Coinbase CDP (primary), PayAI (fallback)
  • Also reachable via ATXP (OAuth-wrapped x402, RFC 9728 protected-resource metadata)

Part of klymax402

100 x402 micropayment APIs for AI agents — one wallet, USDC on Base, zero signup.

  • Catalog: https://klymax402.com/llms.txt
  • Full API reference: https://klymax402.com/llms-full.txt
  • Live stats: https://klymax402.com/stats

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Categories
Data & AnalyticsFinance & Commerce
Registryactive
TransportSSE
UpdatedMay 16, 2026
View on GitHub

Related Data & Analytics MCP Servers

View all →
Google Sheets

com.mcparmory/google-sheets

Create, read, and modify spreadsheet data, formatting, and sheets
25
Google Sheets

domdomegg/google-sheets-mcp

Allow AI systems to read, write, and query spreadsheet data via Google Sheets.
2
Google Sheets Mcp

henilcalagiya/google-sheets-mcp

Powerful tools for automating Google Sheets using Model Context Protocol (MCP)
14
Futuristic Risk Intelligence

cct15/war-dashboard-data

Geopolitical conflict risk, political events, and maritime traffic data for AI agents
1
Mcp Google Sheets Full

moooonad/mcp-google-sheets-full

Full Google Sheets MCP: 26 tools + run_sheets_script escape hatch. User OAuth, no service account.
CSV to JSON API

io.github.br0ski777/csv-to-json

Parse CSV to JSON array. Auto-detect delimiter, headers. x402 micropayment.