← Back to Plugins
MCP Server MCP

io.github.ironflowsh/mcp

github By github 👁 1 views ▲ 0 votes

Tick-level Hyperliquid market data: fills, L4 book, funding, liquidations, smart triggers.

Homepage Verified source GitHub

Install

npx -y @ironflowsh/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@ironflowsh/mcp",
      "version": "0.4.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Ironflow API key. Create one at https://ironflow.sh/dashboard/login (free tier covers 24h of history with no credit card).",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "IRONFLOW_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...