Ironflow MCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Ironflow MCPshow me the current BTC price on Hyperliquid"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@ironflowsh/mcp
Model Context Protocol (MCP) server for Ironflow — real-time and historical market data for on-chain derivatives, designed for AI agents.
Exposes 32 tools for market data, analytics, triggers, cohorts, bulk export, and system status. Works with Claude Desktop, Cursor, any MCP-compatible client.
Install
# Run directly (no install)
npx @ironflowsh/mcp
# Or install globally
npm install -g @ironflowsh/mcpRequires Node.js 18+.
Use with Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%/Claude/claude_desktop_config.json (Windows):
{
"mcpServers": {
"ironflow": {
"command": "npx",
"args": ["-y", "@ironflowsh/mcp"],
"env": {
"IRONFLOW_API_KEY": "if_your_api_key"
}
}
}
}Restart Claude Desktop.
Authentication
Without an API key: 10 req/min, 24h history, REST only. Sign up at ironflow.sh for higher limits.
IRONFLOW_API_KEY=if_xxx npx @ironflowsh/mcpTools
Market data — get_price, get_orderbook, get_recent_trades, get_candles, get_funding_rates, get_open_interest, get_liquidations, get_fills, get_mark_prices, get_deposits, get_withdrawals, get_order_statuses, get_vault_operations, list_markets
Analytics (Builder+) — get_net_flows, get_liquidation_levels, get_order_flow, get_vault_leaderboard, get_funding_stats
Export (Builder+) — export_data
Triggers — list_triggers, create_trigger, test_trigger, toggle_trigger, delete_trigger
Cohorts — list_cohorts, get_cohort_addresses, delete_cohort
Account & status — get_me, get_status, get_status_metrics, get_status_history
Configuration
Env var | Default |
| — |
|
|
Links
Dashboard: ironflow.sh/dashboard
Docs: docs.ironflow.sh
API reference: docs.ironflow.sh/api-reference
License
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Crypto perps data for AI agents: funding rates, open interest, liquidations, order book, CVD.
Crypto market data for AI agents via x402. 16 tools: prices, funding, DeFi yields, arbitrage, TA.
Polymarket + Hyperliquid + macro for AI agents. 38 tools, signal backtest, SSE streaming. Free tier.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ironflowsh/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server