hypersignal
HyperSignal MCP
面向 Hyperliquid 分析与信号的商业化 MCP 服务器。 为 AI 代理(Claude、Cursor、ChatGPT、自主交易代理)提供免费开源 MCP 服务器所不具备的 Hyperliquid 分析功能——鲸鱼群体信号、清算地图、资金费率筛选器、HIP-3 分析以及现成的风险报告——外加一个可选的本地交易层,可为订单附加构建者代码。
⚠️ 分析而非投资建议。 交易工具会下达真实订单且不可撤销。
层级与工具
免费(开源同等功能——吸引点)
工具 | 返回内容 |
| 永续市场:标记/预言机价格、小时与年化资金费率、未平仓量、24小时成交量;支持筛选/排序 |
| L2 订单簿(前 N 档)、价差、中间价 |
| 按间隔/范围或回溯期获取 OHLCV K线 |
| 资金费率历史 + 平均值/累计值 |
| 任意地址的持仓、权益、保证金、清算价格 |
| 任意地址的未成交挂单 |
高级(差异化——按量计费)
工具 | 返回内容 |
| 按币种聚合的群体持仓:净多/空、加权平均入场价、1小时/24小时变化 |
| 超过美元阈值的近期大额群体持仓变动 |
| 清算集群(按距标记价格距离计算的风险名义价值)、最近的级联清算 |
| 按年化资金费率 + 跨交易所价差筛选所有永续合约 |
| HIP-3(构建者部署 / RWA / 权益)永续合约指标 + 外部基差 |
| 清算距离、有效杠杆、集中度、压力情景、盈亏夏普比率 |
| 按 APR、最大回撤、夏普/索提诺比率、存续时间、TVL、领导者份额筛选金库 |
| 钱包分析:胜率、平均 R、盈亏曲线、剥头皮/波段风格、主要币种 |
代理原生(v0.3)——差异化功能
工具 | 层级 | 功能 |
| premium | 注册/管理常驻警报(资金费率阈值、价格变动、鲸鱼净头寸翻转)。服务器按计划评估这些警报——为你的代理监控市场。 |
| premium | 获取自上次轮询以来触发的警报事件(至少一次),每个事件都带有签名信号负载。 |
| premium | 所发出信号的透明、可验证表现:每种信号类型的命中率以及平均/中位数方向调整后的前瞻收益。 |
| free | 自助 API 密钥——一次调用,无需注册,每月授予 100 次高级调用。将其作为 |
| free | Ed25519 公钥,用于独立验证任何信号的真实性和时间戳。 |
| free (own gate) | 仅限操作员——需要与 |
| premium | 按聪明钱筛选评分(风险调整表现 + 胜率 + 回报/风险 + 规模 + 活跃度)对群体进行排名,并附有行为标签(鲸鱼、精明、剥头皮者、类做市商、高信念等)。这是对过去结果的描述性筛选器——在将其视为预测之前,请参阅 |
| free | 聪明钱评分的样本外证据:评分与每个钱包随后实现的远期盈亏之间的 Spearman 秩相关、p 值,以及每个评分四分位数的平均远期盈亏。故意免费——关于预测能力的声明应在付费前可验证。服务器每天对自己的群体进行评分,因此无论是否有人调用付费工具,该数据都会填充。 |
| premium | 查找持有几乎相同敞口(余弦相似度)的钱包——可能是同一实体 / 复制机器人 / 协调群体;返回集群和最强配对。 |
| premium | 将 Polymarket 价格阈值赔率与 Hyperliquid 价格 + 已实现波动率所隐含的概率进行比较——这是其他 MCP 无法提供的跨市场错误定价优势。还审计市场自身的价格阶梯,查找逻辑上不可能的排序(更远的阈值定价高于更近的阈值),合并重复的合约列表,报告每个估计的波动率敏感范围,并标记扩散模型无法识别跳跃风险的极端尾部。 |
每个发出的信号都经过加密签名,并根据远期价格进行评分——这是无法挑选的跟踪记录。持久化(警报、持仓快照、信号)由 SQLite 支持,并在重启后保留。
交易(可选,仅本地 stdio,构建者代码,最大警告)
工具 | 功能 |
| 通过你的代理钱包下达限价/市价订单,附加构建者代码 |
| 按币种 + 订单 ID 取消 |
| 仅减仓的市价平仓 |
| 只读——为你的主钱包生成 |
| 将仓位拆分为均匀间隔的子订单(TWAP)以最小化冲击,每个子订单附带构建者代码 |
| 镜像目标钱包的持仓并按你的权益缩放(跟单交易),附加构建者代码 |
| 运行中的 TWAP/执行计划的进度 |
交易默认模拟运行(预览确切的签名操作而不发送)。提交需要 HL_ENABLE_TRADING=true + HL_AGENT_PRIVATE_KEY(仅环境变量)+ confirm=true + dryRun=false。交易工具永远不会在远程 HTTP 服务器上暴露。
Related MCP server: hyperliquid-info-mcp
安装
要求
Node 20 或 22 LTS(Node 24 没有预编译的 better-sqlite3 二进制文件,需要 C++ 工具链——请使用 LTS)。npm install && npm run build。
本地(stdio)——免费 + 交易,适用于 Claude Desktop / Claude Code / Cursor
Claude Desktop(claude_desktop_config.json):
{
"mcpServers": {
"hypersignal": {
"command": "node",
"args": ["/absolute/path/to/hypersignal-mcp/dist/server-stdio.js"],
"env": {
"HL_NETWORK": "mainnet",
"HL_BUILDER_ADDRESS": "0xYourBuilderAddress",
"HL_ENABLE_TRADING": "false"
}
}
}
}Cursor(.cursor/mcp.json)使用相同的 command/args/env 结构。
本地检查:
npm run build && npm run inspect # @modelcontextprotocol/inspector远程(Streamable HTTP)——免费 + 高级版,可盈利
cp .env.example .env # fill in keys / builder / x402
docker compose up -d # serves POST /mcp on :8080, GET /healthz将 MCP HTTP 客户端指向 https://your-host/mcp,并发送 X-API-Key: <key>(或 Authorization: Bearer <key>)。
Node 内置的
fetch仅在NODE_USE_ENV_PROXY=1(Node ≥ 22.21)时才会遵循HTTPS_PROXY。 如果位于出口代理之后,请设置该环境变量。
盈利模式
层级 | 限制 | 价格 |
匿名(无密钥) | 仅免费工具 | — |
免费密钥 | 每月 100 次高级调用 | $0 |
专业密钥 | 无限分析 | $19/月 |
x402 按次付费 | 每次高级调用 | 基于 Base 链上 $0.005–0.02 USDC |
API 密钥 — 通过
HYPERSIGNAL_PRO_KEYS/HYPERSIGNAL_FREE_KEYS配置(逗号分隔的原始 密钥,存储到 SQLite 前先哈希)。用量计数器按密钥、按月统计。x402 — 当请求没有密钥/配额且
X402_ENABLED=true时,高级工具返回带要求的 x402 付款要求响应;在验证器验证+结算后调用才会执行。没有验证器时则安全失败(绝不伪造付款)。Apify —
apify-actor/将最畅销的高级工具重新导出为按事件付费的 Actor。
🔌 构建者代码(接入我们的终端配置)
将您的 Hyperliquid 订单路由到 HyperSignal 的构建者代码以支持该项目:
设置 HL_BUILDER_ADDRESS 以及(可选)HL_BUILDER_FEE_TENTHS_BPS(十分之一基点;默认 5 = 0.5 基点,
Hyperliquid 永续合约上限为 10 基点)。从您的主钱包进行一次性授权:
hl_approve_builder_fee_guide → gives you the exact approveBuilderFee payload + steps服务器永远不会看到您的主密钥;授权由您自己签名。
架构
src/
core/ Hyperliquid Info client, WS mids feed (+REST fallback), LRU+TTL cache, rate limiter, retries
hl/ typed endpoints, market/account/whale normalization, cohort resolution
tools/ one file per tool (Zod input + outputSchema + annotations); free / premium / trading
billing/ SQLite keys + monthly counters, tiers, x402 (fail-closed)
trading/ L1 action signing (viem + msgpack), dry-run-first exchange service
server-core.ts builds an McpServer for a tier set + billing gate
server-stdio.ts local entrypoint (free + trading)
server-http.ts remote entrypoint (free + premium, stateless JSON)
apify-actor/ thin pay-per-event wrapper
evals/ 10 read-only, time-stable eval questions
docs/ PHASE0 research report, GTM checklist强制执行的设计规则:.env 之外无秘密;交易永不远程;每次外部调用都有
超时 + 3 次指数退避重试 + 优雅降级;响应经过聚合/分页/截断;
高级/交易工具带有金融免责声明;仅限 Phase 0 中验证过的 Hyperliquid 端点。
开发
npm run dev:stdio # tsx, no build
npm run dev:http
npm run typecheck # strict, no `any`
npm test # offline unit tests (signing, stats, aggregation, cache)
npm run build许可证
MIT。与 Hyperliquid 无关联。使用风险自负。
Available Tools
14 toolshl_admin_statsAdmin usage & revenue statsARead-onlyIdempotent
OPERATOR ONLY. Requires adminSecret matching the server's HYPERSIGNAL_ADMIN_SECRET env var (disabled if unset). Reports API-key usage this billing period (by key-hash prefix — raw keys are never stored, so exact identity requires your own key-issuance records), top-called tools, active standing alerts, the signal track record, and x402 payment counts. Not billed as a premium call.
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Billing period as YYYY-MM; defaults to the current UTC month. | |
| adminSecret | Yes | Must match the server's HYPERSIGNAL_ADMIN_SECRET env var. |
Output Schema
| Name | Required | Description |
|---|---|---|
| keys | Yes | |
| period | Yes | |
| totalKeys | Yes | |
| trackRecord | Yes | |
| activeAlerts | Yes | |
| alertsByType | Yes | |
| x402PaymentsTotal | Yes | |
| x402PaymentsLast30d | Yes | |
| toolTotalsThisPeriod | Yes | |
| totalCallsThisPeriod | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnly, idempotent, non-destructive. The description adds authentication requirements, key-hash prefix privacy note, and lists reported data, providing useful context beyond annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three sentences, front-loaded with access control, and each sentence adds value. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a read-only stats tool with an output schema, the description adequately covers purpose, authentication, reported items, and billing note. It could briefly mention error handling, but the output schema likely covers return structure.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. The description adds meaning by specifying adminSecret must match the env var, period format YYYY-MM, and default behavior (current UTC month), which enriches the schema descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool reports admin usage and revenue stats, listing specific data categories (API-key usage, top-called tools, alerts, etc.). It distinguishes itself from sibling tools by its admin-only nature.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states it is operator-only and requires adminSecret, with a clear authentication mechanism. It also notes it is not billed as a premium call. However, it does not provide explicit when-not-to-use guidance, but given no sibling admin tools, this is sufficient.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
hl_approve_builder_fee_guideApprove builder fee — guide (read-only)ARead-onlyIdempotent
Read-only. Generates the exact approveBuilderFee action payload and step-by-step instructions for the user to authorize the HyperSignal builder code with their MAIN wallet. This tool never signs and never sees your main key. Not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| action | Yes | |
| endpoint | Yes | |
| maxFeeRate | Yes | |
| instructions | Yes | |
| builderAddress | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds critical context: it never signs and never sees the user's main key, and it clarifies what the tool generates (payload and instructions). This adds value beyond the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is four sentences, each adding value. It front-loads 'Read-only' and succinctly conveys purpose, safety, and a disclaimer. No fluff or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given zero parameters, annotations, and the presence of an output schema, the description adequately explains what the tool does and its safety profile. However, it does not explicitly state the context in which this guide should be used (e.g., before paying a fee), which might leave some ambiguity for new users.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With no parameters and 100% schema coverage, the description provides essential meaning by explaining that the tool generates a payload and instructions, thus clarifying the tool's output and purpose beyond the empty schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it generates an approveBuilderFee action payload and step-by-step instructions, specifying the target authorization (HyperSignal builder code with MAIN wallet). It distinguishes itself from sibling tools (e.g., order placement, market queries) by being a read-only guide.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies this is used as a preparatory step for authorizing the builder fee, but it does not explicitly state when to use it versus alternatives or provide exclusions. The sibling tools are unrelated, so no direct comparison is needed.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
hl_cancel_orderCancel order (agent wallet)ADestructiveIdempotent
Cancel a resting order by coin + order id via your local agent wallet. Dry-run by default; set confirm=true AND dryRun=false to submit. Analytics/execution helper, not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
| oid | Yes | Order id (from hl_get_open_orders). | |
| coin | Yes | Perp coin symbol of the order. | |
| dryRun | No | ||
| confirm | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| mode | Yes | |
| action | Yes | |
| reason | No | |
| response | No | |
| agentAddress | No | |
| builderAttached | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Adds behavioral context beyond annotations by explaining the dry-run default and submission requirements. Annotations already indicate destructiveHint=true and idempotentHint=true, and the description aligns with these without contradicting. It also clarifies the local wallet scope.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Extremely concise: two sentences front-loaded with the primary action, followed by critical usage instructions and a disclaimer. Every sentence adds value without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the presence of output schema and annotations, the description covers the essential behavioral aspects (dry-run, submission, local wallet). It does not mention failure handling or permission requirements, but these are likely covered by output schema or implied by context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description explains the interplay between dryRun and confirm, which is not fully detailed in the schema (only 50% schema coverage). The schema descriptions for oid and coin are sufficient, but the tool description compensates for missing parameter semantics on dryRun and confirm.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action (cancel) and resource (resting order) with specific identifiers (coin + order id) and scope (local agent wallet). It distinguishes from siblings like hl_place_order and hl_close_position by focusing on cancellation of resting orders.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides explicit guidance on dry-run default and the required combination of confirm=true and dryRun=false to submit, which is essential for correct use. However, it does not compare alternatives or specify when not to use this tool relative to siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
hl_close_positionClose position (agent wallet)ADestructive
Close an open perp position with a reduce-only market (IOC) order via your local agent wallet, builder code attached. Dry-run by default; set confirm=true AND dryRun=false to submit. Irreversible; not investment advice.
| Name | Required | Description | Default |
|---|---|---|---|
| coin | Yes | Perp coin symbol of the position to close. | |
| dryRun | No | ||
| address | No | Account holding the position; defaults to the agent wallet address. | |
| confirm | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| mode | Yes | |
| action | Yes | |
| reason | No | |
| response | No | |
| agentAddress | No | |
| builderAttached | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark destructiveHint=true. The description adds behavioral details: 'reduce-only market (IOC) order', 'builder code attached', 'dry-run by default', and 'irreversible'. These go beyond the annotations by specifying order type and execution mode.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences. First sentence states the action, second provides critical usage conditions and a warning. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With 4 parameters, 50% schema coverage, and an output schema present, the description covers the main purpose, usage conditions, and a key behavioral warning. It could mention the return value or further details about 'builder code', but it is sufficient for an agent to use correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 50%, so baseline is 3. The description clarifies the dryRun and confirm parameters by stating the dry-run default and the condition to submit, adding meaning beyond the schema's defaults. It also implies the address parameter via 'local agent wallet'. However, it does not explicitly describe all parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'close' and the resource 'open perp position' via a reduce-only market order. It distinguishes from siblings like hl_place_order by being specific to closing positions. No ambiguity.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly states the dry-run default and the condition to submit (confirm=true AND dryRun=false). Warns that it is irreversible. However, it does not explicitly state when not to use this tool versus alternatives like hl_place_order, though the context is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
hl_get_accountGet account positions & marginARead-onlyIdempotent
Perp account snapshot for any address: equity, margin usage, withdrawable, and open positions (size, entry, uPnL, leverage, liquidation price). Read-only; works for any public 0x address.
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | EVM 0x address (42 hex chars). |
Output Schema
| Name | Required | Description |
|---|---|---|
| address | Yes | |
| positions | Yes | |
| totalNtlPos | Yes | |
| accountValue | Yes | |
| withdrawable | Yes | |
| totalMarginUsed | Yes | |
| marginUtilization | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark it as read-only and idempotent. The description adds that it is a snapshot (point-in-time data) and enumerates return fields, providing useful context beyond annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single, front-loaded sentence with no unnecessary words. Each element (purpose, parameters, behavior, return data) is efficiently communicated.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With only one parameter and an existing output schema, the description fully covers the tool's purpose, input, behavior, and return data. No gaps remain.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema describes the address parameter well (EVM 0x address, 42 hex chars). The description does not add further parameter semantics, but schema coverage is 100%, so baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clearly specifies it provides a perp account snapshot for any address listing equity, margin usage, withdrawable, and open positions with details. Distinguishes from siblings like hl_get_markets and hl_get_open_orders by focusing on account-specific data.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
States it is read-only and works for any public 0x address, implying no authorization is needed for public addresses. While it doesn't explicitly list when not to use or alternatives, the scope is clearly defined.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
hl_get_candlesGet OHLCV candlesARead-onlyIdempotent
OHLCV candlestick history for a coin at a given interval. Provide either an explicit [startTime,endTime] (ms epoch) or a lookback count of the most recent candles. Returns most-recent-last, paginated.
| Name | Required | Description | Default |
|---|---|---|---|
| coin | Yes | Perp coin symbol, e.g. 'ETH'. | |
| limit | No | ||
| offset | No | ||
| endTime | No | End time in ms epoch (default now). | |
| interval | No | 1h | |
| lookback | No | Number of most-recent candles to fetch (ignored if startTime given). | |
| startTime | No | Start time in ms epoch. |
Output Schema
| Name | Required | Description |
|---|---|---|
| coin | Yes | |
| total | Yes | |
| candles | Yes | |
| interval | Yes | |
| nextOffset | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnly, idempotent, non-destructive. Description adds ordering (most-recent-last) and pagination behavior, and that lookback is ignored if startTime given.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, perfectly front-loaded with the core purpose. Every phrase adds value, no redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Covers key usage details for a 7-parameter tool. Mentions pagination but not output schema details (though output schema exists). Adequate for a data retrieval tool with good annotations.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Description explains the mutual exclusivity of time range vs lookback, and specifies epoch ms for time parameters. Schema covers 57% of parameters, and description adds clarity beyond schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states it retrieves OHLCV candlestick history for a coin at a given interval, using specific verbs and resource. It distinguishes from sibling tools like hl_get_orderbook and hl_get_funding_history by focusing on candles.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Describes two usage modes: startTime/endTime or lookback. Provides context on pagination and ordering (most-recent-last). Does not explicitly state when to use this versus alternatives, but the use case is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
hl_get_funding_historyGet funding rate historyARead-onlyIdempotent
Historical hourly funding rates for a coin over a time window, with cumulative and average annualized funding. Use for carry analysis and funding trend. Defaults to the last 7 days if no window is given.
| Name | Required | Description | Default |
|---|---|---|---|
| coin | Yes | Perp coin symbol, e.g. 'BTC'. | |
| limit | No | ||
| offset | No | ||
| endTime | No | End time ms epoch (default now). | |
| startTime | No | Start time ms epoch (default: 7 days ago). |
Output Schema
| Name | Required | Description |
|---|---|---|
| coin | Yes | |
| count | Yes | |
| avgApr | Yes | |
| entries | Yes | |
| avgHourly | Yes | |
| cumulative | Yes | |
| nextOffset | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the agent knows it's a safe read. The description adds value by detailing output (hourly rates, cumulative and average annualized) and default window. No contradictions, but it omits pagination behavior or rate limits.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the core action and outcome. Every sentence is meaningful: the first specifies what it does, the second gives use case and default. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has 5 parameters, robust annotations, and an output schema, the description covers the key aspects: data granularity (hourly), computed fields (cumulative, average annualized), default window, and use case. Missing explicit mention of pagination, but the schema provides bounds on limit/offset. Overall adequate for agent invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 60%, meaning 3 of 5 parameters have descriptions. The description adds meaning by referencing 'coin' and 'time window' (startTime/endTime) and stating the default. However, it does not cover limit/offset, so the description adds moderate value beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns 'Historical hourly funding rates for a coin over a time window, with cumulative and average annualized funding.' It specifies the verb (get rates), resource (funding history), and scope (hourly, cumulative, average). Among sibling tools, none duplicate this functionality, so differentiation is inherent.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly says 'Use for carry analysis and funding trend,' providing clear context for when to invoke the tool. It also notes the default time window of 7 days. However, it does not mention when not to use it or provide alternative tools, but the sibling list makes it obvious that this is the sole funding history tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
hl_get_open_ordersGet open ordersARead-onlyIdempotent
Open resting orders for an address: coin, side, price, size, order id, type, and trigger info. Read-only; paginated. Use to inspect any wallet's live order book footprint.
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | Optional filter to a single coin. | |
| limit | No | ||
| offset | No | ||
| address | Yes | EVM 0x address. |
Output Schema
| Name | Required | Description |
|---|---|---|
| total | Yes | |
| orders | Yes | |
| address | Yes | |
| nextOffset | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnly, idempotent, and non-destructive behavior. The description adds that it is paginated and lists the returned fields, providing useful additional context beyond annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences that front-load the core purpose and key details. No redundant or unnecessary information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the presence of an output schema and relatively simple parameters, the description covers the essential aspects: what it returns and that it is paginated. Could mention limit/offset defaults but not critical.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 50% with address and coin having descriptions. The description does not elaborate on parameters beyond stating pagination, but parameter names are self-explanatory. No significant added value over schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clearly states it retrieves open resting orders for a given address, listing the fields returned. Distinguishes itself from sibling tools by focusing on live order book footprint and being read-only.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly says 'Use to inspect any wallet's live order book footprint', providing clear usage context. Does not explicitly exclude other use cases but implies the tool's purpose well.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
hl_get_orderbookGet L2 order bookARead-onlyIdempotent
Level-2 order book for a coin: top-N bid/ask levels with price, size, and order count, plus spread and mid. Use for microstructure, spread, and near-touch liquidity. If the coin is unknown, call hl_get_markets first.
| Name | Required | Description | Default |
|---|---|---|---|
| coin | Yes | Perp coin symbol, e.g. 'BTC' (case-insensitive). | |
| depth | No | Number of levels per side. |
Output Schema
| Name | Required | Description |
|---|---|---|
| asks | Yes | |
| bids | Yes | |
| coin | Yes | |
| time | Yes | |
| midPx | Yes | |
| spread | Yes | |
| spreadBps | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. Description adds no new behavioral traits beyond what annotations provide, but does not contradict them.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, no waste. First sentence defines output, second gives usage guidance and alternative. Perfectly front-loaded and efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given low complexity (2 params, output schema exists, annotations present), description covers purpose, usage, and fallback. Lacks mention of real-time nature or update frequency, but overall adequate.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so baseline 3. Description does not add significant information beyond the schema's parameter descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clearly states it provides Level-2 order book for a coin with specific data (top-N bid/ask levels, price, size, order count, spread, mid). Distinguishes from siblings by specifying use for microstructure and liquidity analysis.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly says when to use (microstructure, spread, near-touch liquidity) and provides an alternative action if coin is unknown (call hl_get_markets). Lacks explicit 'when not to use' but context from siblings is reasonable.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
hl_place_orderPlace order (agent wallet)ADestructive
Place a limit or market perp order through YOUR local agent wallet, with the HyperSignal builder code attached. Dry-run by default (previews the exact signed action without sending). Set confirm=true AND dryRun=false to submit. ⚠️ Places a REAL order via your agent wallet when confirm=true and dry-run is off. Trades are risky and irreversible; this is not investment advice. Test on testnet first. The customer builder code is attached to earn a small builder fee.
| Name | Required | Description | Default |
|---|---|---|---|
| tif | No | Time-in-force for limit orders. | Gtc |
| coin | Yes | Perp coin symbol, e.g. 'BTC'. | |
| side | Yes | ||
| size | Yes | Order size in base units. | |
| dryRun | No | Keep true to preview only; set false (with confirm) to submit. | |
| confirm | No | Must be true to submit. False => dry-run preview. | |
| limitPx | No | Limit price; omit for a market (IOC) order. | |
| reduceOnly | No | ||
| slippageBps | No | Slippage bound for market orders (bps). |
Output Schema
| Name | Required | Description |
|---|---|---|
| mode | Yes | |
| action | Yes | |
| reason | No | |
| response | No | |
| agentAddress | No | |
| builderAttached | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Disclosures beyond annotations: dry-run mechanism, irreversible real orders when submitted, builder fee attachment. Aligns with destructiveHint=true and readOnlyHint=false.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two focused sentences with a clear warning. Front-loaded purpose. Every sentence contributes, though slightly longer due to necessary risk disclosure.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Covers submission flow, risk, builder fee, and testnet advice. With output schema present, return values are assumed documented. Adequate for a trading tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is high (78%). Description adds global context (builder code, dry-run logic) but does not detail individual parameters beyond what schema provides. Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it places a limit or market perp order via the agent wallet with builder code. It differentiates from sibling tools (e.g., hl_twap_order for TWAP) by specifying the order type and dry-run feature.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides explicit instructions: dry-run by default, submit with confirm=true and dryRun=false. Warns to test on testnet. Lacks explicit comparisons to siblings but context enough for correct use.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
hl_request_free_keyGet a free API keyA
Issue yourself a free API key, instantly and with no signup. The key grants 100 premium calls per month — enough to evaluate every premium tool. Send it as the X-API-Key header on later requests. Call this first if a premium tool says it needs a key. One active key per requester: calling again replaces the previous key and keeps the same monthly usage, so it is safe to call if you lost your key but is not a way to reset the quota.
| Name | Required | Description | Default |
|---|---|---|---|
| acknowledge | No | Acknowledges that analytics are informational and not investment advice. |
Output Schema
| Name | Required | Description |
|---|---|---|
| tier | Yes | |
| apiKey | Yes | |
| header | Yes | |
| upgrade | Yes | |
| reissued | Yes | |
| usedThisMonth | Yes | |
| monthlyPremiumCalls | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations show non-read-only, non-destructive. Description adds that calling again replaces the key but keeps quota, safe if lost but not a quota reset. This behavioral detail goes beyond annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Four well-structured sentences with no redundancy. Front-loaded with core action, then quota info, then usage hint, then repeat-call behavior. Every sentence is valuable.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given 1 optional boolean param (100% schema coverage), presence of output schema, and low complexity, the description fully covers purpose, usage, behavior, and continuation (X-API-Key header). No gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Single boolean parameter 'acknowledge' with schema description covering it fully. Description does not add new meaning beyond schema, so baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'issue' and resource 'free API key', with instant and no signup. It uniquely distinguishes from sibling tools that are all trading/data operations.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly says 'call this first if a premium tool says it needs a key'. Also explains behavior on repeated calls (replaces previous key, same monthly usage). Does not state when not to use, but context is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
hl_score_calibrationSmart-money score calibrationARead-onlyIdempotent
Out-of-sample evidence for whether the hl_smart_money_score actually predicts anything: Spearman rank correlation between each wallet's score and the realized PnL it went on to earn over the forward window, plus mean forward PnL per score quartile. Verdicts: insufficient_data (not enough resolved observations yet), inverted (significantly NEGATIVE — higher-scored wallets did worse), no_evidence, weak_positive, positive. Only server-selected cohorts enter the sample, so a caller cannot steer this figure. Read this before treating the score as a forecast.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| n | Yes | |
| pValue | Yes | |
| verdict | Yes | |
| spearman | Yes | |
| quartiles | Yes | |
| methodology | Yes | |
| observations | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations declare readOnlyHint=true and destructiveHint=false, and the description adds key behavioral context: 'out-of-sample evidence,' 'only server-selected cohorts,' and 'caller cannot steer.' This goes beyond annotations by explaining the sampling limitation and the nature of the analysis.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, well-structured paragraph that front-loads the purpose and outcomes. It uses roughly 60 words to convey purpose, methodology, verdicts, and constraints. While slightly dense, every sentence adds value and there is no redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given zero parameters, comprehensive annotations (readOnly, idempotent, non-destructive), and the presence of an output schema (assumed), the description fully covers what the tool does, its limitations (server-selected cohorts), and usage context. It leaves no ambiguity for an AI agent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With zero parameters and 100% schema coverage, the description does not need to add parameter meanings. The baseline for zero-parameter tools is 4, and the description appropriately focuses on output interpretation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description specifies exactly what the tool does: computes Spearman rank correlation between wallet scores and forward PnL, and mean PnL per quartile, returning verdicts like 'insufficient_data' or 'positive'. It includes a directive to read this before treating the score as a forecast, which defines its unique role distinctly from sibling tools like hl_place_order or hl_get_orderbook.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description states 'Read this before treating the score as a forecast', implying its use for calibration. It also notes that only server-selected cohorts are sampled, so the caller cannot steer results. While it doesn't explicitly list when not to use, the context of being a calibration tool is clear, and no sibling tools serve a similar purpose, making guidance strong.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
hl_signal_pubkeyGet signal verification public keyARead-onlyIdempotent
Returns the server's Ed25519 public key (SPKI DER, base64) used to sign emitted signals, so anyone can independently verify a signal's authenticity and timestamp. Canonicalization: JSON with recursively sorted keys over {payload, ts}; signature is base64 Ed25519.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| alg | Yes | |
| ephemeral | Yes | |
| publicKey | Yes | |
| canonicalization | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds significant value beyond the annotations by specifying the exact format of the returned key (SPKI DER, base64) and the canonicalization method for verification. This fully discloses the tool's behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very concise with two sentences, each conveying essential information without any redundancy. It is well-structured and front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given that an output schema exists, the description is complete. It adds the critical canonicalization detail, which is necessary for understanding the tool's return value. No gaps are present.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are no parameters, and the schema coverage is 100%. The description does not need to add parameter information, so a baseline score of 4 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns the server's Ed25519 public key in SPKI DER base64 format, used for verifying signal authenticity. It distinguishes itself from sibling tools which deal with markets, orders, and accounts, making its purpose unique and specific.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the tool is used when one needs to verify a signal's authenticity and timestamp, but it does not explicitly state when to use it versus alternatives. However, given the uniqueness of this tool, the context is clear enough.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
hl_twap_orderTWAP executionADestructive
Accumulate/reduce a position by slicing it into evenly-spaced child orders over a duration (TWAP), minimizing market impact, with the builder code on every child. Dry-run returns the schedule; live schedules it and returns a plan id (poll with hl_execution_status). A live plan keeps the server process alive until every slice has fired; plan state is in-memory, so if the process is killed mid-run the already-submitted slices remain open on the exchange and the remainder is abandoned (logged on shutdown). ⚠️ Executes REAL child orders on your agent wallet when confirm=true & dryRun=false (builder code attached). Dry-run by default. Irreversible; not investment advice. Test on testnet first.
| Name | Required | Description | Default |
|---|---|---|---|
| coin | Yes | ||
| side | Yes | ||
| dryRun | No | ||
| slices | No | ||
| confirm | No | ||
| totalSize | Yes | ||
| reduceOnly | No | ||
| durationMinutes | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| coin | Yes | |
| mode | Yes | |
| side | Yes | |
| planId | No | |
| children | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Goes beyond annotations by describing dry-run schedule, live plan persistence, process death risks, and real order execution conditions. Annotations indicate destructiveHint=true, which is consistent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Well-structured with warnings and key points. Slightly long but every sentence adds value. Could be tighter but efficient overall.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Covers the main workflow, risks, and usage modes. Lacks detailed parameter explanations which are critical given 0% schema coverage. Output schema exists but not referenced.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema has 0% description coverage, but description only mentions parameters in passing (coin, side, totalSize, slices, durationMinutes, dryRun, confirm, reduceOnly). Does not explain reduceOnly or other details meaningfully.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states the tool accumulates/reduces a position via TWAP to minimize market impact. It provides a specific verb-resource pair and distinguishes from siblings like hl_place_order.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explains when to use (slicing to reduce impact), dry-run vs live execution, and includes warnings about irreversible actions and testnet testing. Lacks explicit when-not-to-use compared to alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
9 tool updates
v1.5.0- Added
hl_admin_stats - Added
hl_cancel_order - Removed
hl_copy_wallet - Removed
hl_execution_status - Added
hl_get_candles - Removed
hl_get_markets - Added
hl_get_orderbook - Added
hl_request_free_key - Added
hl_score_calibration
11 tool updates
v1.1.0- First observed
hl_approve_builder_fee_guide - First observed
hl_close_position - First observed
hl_copy_wallet - First observed
hl_execution_status - First observed
hl_get_account - First observed
hl_get_funding_history - First observed
hl_get_markets - First observed
hl_get_open_orders - First observed
hl_place_order - First observed
hl_signal_pubkey - First observed
hl_twap_order
TDQS
Each tool has a clearly distinct purpose: key management, market data queries (orderbook, candles, funding, account, open orders), trading actions (place, cancel, close, TWAP), admin, signal verification, and score calibration. No two tools appear to serve overlapping functions.
All tools use the consistent pattern 'hl_' prefix followed by descriptive verb_noun or noun names in snake_case (e.g., hl_get_orderbook, hl_place_order). Minor exceptions like hl_admin_stats and hl_score_calibration are still clearly readable and follow the same prefix convention.
14 tools is well-scoped for a cryptocurrency trading platform with advanced features like TWAP and builder codes. Each tool addresses a specific operational or informational need without redundancy or bloat.
The tool set covers core trading and data operations but has a notable gap: hl_twap_order references polling with hl_execution_status, which is not provided. This missing dependency creates a dead end for TWAP execution monitoring. Otherwise, the surface seems adequate for the stated purpose.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Crypto market intelligence, token rug-checks, and wallet verification in one MCP server.
Unlock the power of real-time cryptocurrency data with our Crypto Price Insights MCP server.
Hyperliquid - 2 tools for perpetuals, options, and position data
Paid MCP tools for onchain alpha research, X content analysis, and KOL distillation.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server that provides real-time whale alerts on Hyperliquid.114MIT
- AlicenseAqualityFmaintenanceAn MCP server that provides real-time data and insights from the Hyperliquid perp DEX for use in bots, dashboards, and analytics.1729MIT
- AlicenseAqualityCmaintenanceMulti-DEX perpetual futures trading MCP server (Pacifica, Hyperliquid, Lighter). 18 tools for market data, trade execution with dry-run safety, funding rate arbitrage, and portfolio analytics.185234MIT
- FlicenseNot gradedqualityCmaintenanceMCP server for Hyperliquid perpetual DEX with 48 tools for trading, monitoring, risk management, and security. Enables real-time market data, order management, risk validation, and automated trading strategies.-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/johnsmithxy1mmm-sys/HyperliquidMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server