← ensotrade.tech

INDIVIDUAL MCP TOOL

perp_dashboard

Full perp dashboard for a crypto coin: mark price, index price, funding rate + next funding time, open interest, 24h high/low/volume.

ensotrade.technone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

ensotrade.tech

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.ensotrade]
url = "https://www.ensotrade.tech/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ensotrade": {
      "type": "http",
      "url": "https://www.ensotrade.tech/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ensotrade
Remote MCP URL: https://www.ensotrade.tech/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "ensotrade": {
      "url": "https://www.ensotrade.tech/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ensotrade": {
      "type": "http",
      "url": "https://www.ensotrade.tech/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ensotrade",
  "transport": "streamable-http",
  "url": "https://www.ensotrade.tech/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • explain_move — Explain WHY a crypto coin is up or down right now, from live order-flow and positioning.
  • get_funding — Current perpetual funding rate and crowding read for a crypto coin (are longs or shorts paying / crowded).
  • get_order_flow — Positioning regime + open interest + recent taker imbalance for a crypto coin — whether a move is new longs, short covering, fresh shorts, or deleveraging.
  • market_snapshot — One combined live snapshot for a crypto coin: price, 24h change, funding, open interest, perp basis, positioning regime.
  • top_movers — Top gaining and losing crypto perpetuals right now, ranked across the whole market.
  • options_chain — Full crypto options chain for a coin: strikes, mark IV, greeks, and the Black-Scholes fair-value gap per contract.
  • carry_pressure — Toxic Carry Score (cost-of-leverage from funding, positive = bullish) + Open Interest Quality Index (is the price trend agreeing with new positioning, i.
  • market_rotation — Cross-sectional momentum ranking across the whole crypto perp universe right now — which coins are leading (top percentile) vs lagging (bottom percentile).