Skip to content

wtfsayo/hyperdash-info

v0.2.0

Read-only Hyperdash terminal intel via public GraphQL — asset movers, trader explore/stats, liquidations/levels, deltas, spot holders, dashboard widgets, RFQ markets. No order mutations.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

hyperdash-infostdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "server/index.mjs"
  ],
  "cwd": "${PLUGIN_ROOT}",
  "env": {
    "HYPERDASH_API_URL": "https://api.hyperdash.com"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "hyperdash-info",
  "version": "0.2.0",
  "description": "Read-only Hyperdash terminal intel via public GraphQL — asset movers, trader explore/stats, liquidations/levels, deltas, spot holders, dashboard widgets, RFQ markets. No order mutations.",
  "author": {
    "name": "Sayo",
    "email": "hi@sayo.wtf",
    "url": "https://github.com/wtfsayo"
  },
  "homepage": "https://hyperdash.com",
  "keywords": ["hyperdash", "hyperliquid", "traders", "liquidations", "widgets", "mcp"]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub