
Hyperbrowser MCP Server
The Hyperbrowser MCP (Model Context Protocol) Server bridges AI assistants with external data sources, APIs, and services. It streamlines development workflows ...
Integrate Hyperliquid’s market data and trading tools into FlowHunt with the Hyperliquid MCP Server for automated, intelligent trading workflows.
The Hyperliquid MCP (Model Context Protocol) Server acts as an integration layer between AI assistants and the Hyperliquid trading platform (https://app.hyperliquid.xyz). By exposing Hyperliquid’s market data and trading resources via the MCP, it allows AI-powered workflows to interact programmatically with real-time and historical trading data. This enables AI agents to retrieve mid prices for all coins, access order book data, and obtain candlestick history, which can be used for analysis, trading automation, or market intelligence. The Hyperliquid MCP Server thus bridges the gap between AI assistants and the fast-evolving landscape of decentralized trading, streamlining the development of intelligent trading tools, bots, or research assistants.
No prompt templates are mentioned in the available documentation or repository files.
No explicit MCP resources are mentioned or documented in the available repository files.
coin
(token symbol), interval
(e.g., ‘15m’, ‘1h’), startTime
(ms since epoch), endTime
(optional, ms since epoch).symbol
(token symbol).{
"mcpServers": {
"hyperliquid": {
"command": "npx",
"args": ["-y", "@mektigboy/server-hyperliquid"]
}
}
}
claude_desktop_config.json
file.mcpServers
:{
"mcpServers": {
"hyperliquid": {
"command": "npx",
"args": ["-y", "@mektigboy/server-hyperliquid"]
}
}
}
{
"mcpServers": {
"hyperliquid": {
"command": "npx",
"args": ["-y", "@mektigboy/server-hyperliquid"]
}
}
}
{
"mcpServers": {
"hyperliquid": {
"command": "npx",
"args": ["-y", "@mektigboy/server-hyperliquid"]
}
}
}
Securing API Keys
{
"mcpServers": {
"hyperliquid": {
"command": "npx",
"args": ["-y", "@mektigboy/server-hyperliquid"],
"env": {
"HYPERLIQUID_API_KEY": "${HYPERLIQUID_API_KEY}"
}
}
}
}
HYPERLIQUID_API_KEY
in your system/environment variable manager.Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"hyperliquid": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “hyperliquid” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Brief, focused on Hyperliquid/market data integration. |
List of Prompts | ⛔ | Not present in the repository. |
List of Resources | ⛔ | No explicit MCP resources documented. |
List of Tools | ✅ | Three tools documented: get_all_mids, get_candle_snapshot, get_l2_book. |
Securing API Keys | ⛔ | Not explicitly required or documented, but best practice example is provided above. |
Sampling Support (less important in evaluation) | ⛔ | No mention of sampling support. |
Based on the above, the Hyperliquid MCP Server provides core trading data integration but lacks prompt templates, explicit resources, or advanced MCP features like roots or sampling. For developers needing market data tools, it is functional and straightforward, but somewhat limited in feature scope. I would rate this MCP server a 5 out of 10—solid for basic integration but not comprehensive in MCP capabilities.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 7 |
Number of Stars | 21 |
The Hyperliquid MCP Server is an integration layer that connects AI assistants to the Hyperliquid trading platform, enabling programmatic access to real-time and historical crypto market data, order books, and candlestick snapshots.
You can access current mid prices for all coins, historical candlestick data, and Level 2 order book snapshots for any supported token on Hyperliquid.
Use cases include market data aggregation, historical price analysis, order book monitoring, automated reporting, and powering intelligent trading assistants or research bots with real-time data.
If API keys are required, set them as environment variables in your MCP server configuration. For example, use 'HYPERLIQUID_API_KEY' in your MCP server config and avoid hardcoding sensitive information.
Yes. By connecting FlowHunt with Hyperliquid MCP Server, you can build AI-driven bots and flows that automate trading analysis, real-time monitoring, and reporting using live crypto market data.
Empower your FlowHunt agents with real-time market data and automated trading insights from the Hyperliquid MCP Server.
The Hyperbrowser MCP (Model Context Protocol) Server bridges AI assistants with external data sources, APIs, and services. It streamlines development workflows ...
The Trade Agent MCP Server empowers AI agents to interact with leading stock and crypto brokerages via natural-language commands. Execute trades, manage portfol...
The Freqtrade MCP Server connects AI assistants with the Freqtrade cryptocurrency trading bot, enabling AI-driven automated trading, market data access, and por...