← mcpify.trade

INDIVIDUAL MCP TOOL

set_position_tp_sl

Use this when the user asks to set or update take-profit / stop-loss on an open Hyperliquid position.

mcpify.tradenone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.mcpify.trade/mcp

No auth detected

Connect to this endpoint to inspect the live schema for set_position_tp_sl and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

mcpify.trade

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.mcpify]
url = "https://mcp.mcpify.trade/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcpify": {
      "type": "http",
      "url": "https://mcp.mcpify.trade/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcpify
Remote MCP URL: https://mcp.mcpify.trade/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": {
    "mcpify": {
      "url": "https://mcp.mcpify.trade/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "mcpify",
  "transport": "streamable-http",
  "url": "https://mcp.mcpify.trade/mcp"
}
MCP Inspector

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

Related tools

  • get_markets — Use this when the user asks which perpetual markets are tradable on MCPify (Hyperliquid), or for a market overview with prices, 24h change, volume, funding and max leverage.
  • get_price — Use this when the user asks the current price of a specific coin on Hyperliquid (mark price, 24h change, volume, funding).
  • get_orderbook — Use this when the user wants the live order book (bids/asks) for a Hyperliquid perp market.
  • get_candles — Use this when the user wants OHLCV candle history for a Hyperliquid perp market (for analysis or charting).
  • get_my_account — Use this when the user asks about THEIR MCPify account: balance, withdrawable, open positions with PnL and liquidation prices, and whether agent trading is armed.
  • get_my_open_orders — Use this when the user asks for their open/resting orders on Hyperliquid (including TP/SL trigger orders).
  • get_my_trade_history — Use this when the user asks for their recent fills/executions on Hyperliquid (live venue truth: price, size, fee, realized PnL).
  • get_my_order_records — Use this when the user asks what orders were placed through MCPify (our audit records, including which source placed them: web, mcp agent, admin) — successes and rejections alike.