← Registry

General Tools

mcpify.trade

Provides general-purpose tools through the Model Context Protocol.

1 endpoint13 known toolsFirst detected September 2, 2026Last detected September 2, 2026

ENDPOINT 1

https://mcp.mcpify.trade/mcp

No auth detected

MCP server metadata

Name
MCPify
Version
1.0.0
Capabilities
loggingtools.listChangedresources.listChanged

Known tools 13

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.

Inferred read-only
get_price

Use this when the user asks the current price of a specific coin on Hyperliquid (mark price, 24h change, volume, funding).

Inferred read-only
get_orderbook

Use this when the user wants the live order book (bids/asks) for a Hyperliquid perp market.

Inferred read-only
get_candles

Use this when the user wants OHLCV candle history for a Hyperliquid perp market (for analysis or charting).

Inferred read-only
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.

Inferred read-only
get_my_open_orders

Use this when the user asks for their open/resting orders on Hyperliquid (including TP/SL trigger orders).

Inferred read-only
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).

Inferred read-only
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.

Inferred read-only
preview_order

Use this BEFORE place_order whenever the user wants to open a position: it validates and sizes the order (fresh est.

Inferred read-only
place_order

Use this when the user explicitly asks to open a perp position or place an order on Hyperliquid via MCPify.

Inferred read-only
close_position

Use this when the user asks to close (fully or partially) an open Hyperliquid position.

Inferred read-only
set_position_tp_sl

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

Potential side effects
cancel_order

Use this when the user asks to cancel a resting or trigger order by its oid (from get_my_open_orders).

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.