General Tools
mcpify.trade
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://mcp.mcpify.trade/mcp
MCP server metadata
- Name
- MCPify
- Version
- 1.0.0
Known tools 13
get_marketsUse 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-onlyget_priceUse this when the user asks the current price of a specific coin on Hyperliquid (mark price, 24h change, volume, funding).
Inferred read-onlyget_orderbookUse this when the user wants the live order book (bids/asks) for a Hyperliquid perp market.
Inferred read-onlyget_candlesUse this when the user wants OHLCV candle history for a Hyperliquid perp market (for analysis or charting).
Inferred read-onlyget_my_accountUse 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-onlyget_my_open_ordersUse this when the user asks for their open/resting orders on Hyperliquid (including TP/SL trigger orders).
Inferred read-onlyget_my_trade_historyUse this when the user asks for their recent fills/executions on Hyperliquid (live venue truth: price, size, fee, realized PnL).
Inferred read-onlyget_my_order_recordsUse 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-onlypreview_orderUse this BEFORE place_order whenever the user wants to open a position: it validates and sizes the order (fresh est.
Inferred read-onlyplace_orderUse this when the user explicitly asks to open a perp position or place an order on Hyperliquid via MCPify.
Inferred read-onlyclose_positionUse this when the user asks to close (fully or partially) an open Hyperliquid position.
Inferred read-onlyset_position_tp_slUse this when the user asks to set or update take-profit / stop-loss on an open Hyperliquid position.
Potential side effectscancel_orderUse this when the user asks to cancel a resting or trigger order by its oid (from get_my_open_orders).
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.