io.github.ironflowsh/mcp✓
io.github.ironflowsh/mcp · v0.4.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.ironflowsh/mcp",
"description": "Tick-level Hyperliquid market data: fills, L4 book, funding, liquidations, smart triggers.",
"repository": {
"url": "https://github.com/ironflowsh/mcp",
"source": "github"
},
"version": "0.4.1",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}