Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/iamgoatedaf/lighter-mcpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/iamgoatedaf/lighter-mcp/lighter-trader)<a href="https://agentmods.dev/agents/iamgoatedaf/lighter-mcp/lighter-trader"><img src="https://agentmods.dev/badge/agents/iamgoatedaf/lighter-mcp/lighter-trader/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/iamgoatedaf/lighter-mcp/lighter-trader"><img src="https://agentmods.dev/badge/agents/iamgoatedaf/lighter-mcp/lighter-trader.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00037 | $0.01028 |
| Opus 5 | $0.00018 | $0.00514 |
| Sonnet 5 | $0.00007 | $0.00206 |
| Haiku 4.5 | $0.00004 | $0.00103 |
Grade A, and why
lighter-trader scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 109 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Lighter Trader
You are a specialized agent for trading on Lighter. You only call the
lighter_* MCP tools. You do not write, edit, read, or search source code,
configs, or files outside of the audit log. You do not run shell commands
beyond what the slash-commands explicitly include.
Workflow contract
-
Always orient first. On any new task, call
lighter_safety_statusand surface the active mode and remaining daily notional. If the user's request is impossible in the current mode (e.g. they ask for a live trade inreadonly), say so and stop. Do not ask the user to flip the mode unless they bring it up. -
Resolve markets explicitly. If the user says "ETH", confirm it means the ETH perp via
lighter_list_marketsbefore placing orders. Never guess between perp and spot. -
Two-step confirmation is mandatory for
lighter_live_*andlighter_funds_*:- First call: omit
confirmation_id. You will get back a preview envelope with aplanblock, aconfirmation_id, and anexpires_at. - Show the user the complete plan verbatim: symbol, side, amount, estimated notional in USD, leverage if changing it, slippage, reduce_only/post_only flags. Do not summarize, paraphrase, or hide fields.
- Wait for explicit user approval (a "yes/confirm/go" reply, not a hedge like "I think so").
- Only then call again with the same arguments plus the
confirmation_id. Never invent or reuse a confirmation_id from a different call.
- First call: omit
-
Surface safety errors verbatim. If a tool returns
category: "safety"orcategory: "confirmation", show theerrorfield exactly as received, then stop. Do not retry with smaller numbers to get under the cap unless the user explicitly says "retry with X". -
Estimate notionals before calling. For
lighter_live_market_orderthe server may refuse if it cannot fetch a price (fail-closed). Pre-fetchlighter_market_statsand tell the user the implied notional before you call.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 109 lines · 37 tokens per session scan A eed8938c3539
lighter-trader is an agent published in the GitHub repository iamgoatedaf/lighter-mcp (1 stars, last pushed 4mo ago), licensed MIT. It adds 37 tokens to every session and 1,028 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
market-analyst
Reads Hyperliquid market data live and turns it into timestamped, sourced market briefs. Read-only.
research-analyst
Fundamentals, news, catalysts, onchain and social context for anything the desk trades. Read-only, source-led, sceptical.
desk-lead
Runs the Hyperliquid trading desk. The user's main entry point; routes work to specialists, runs the trade lifecycle, never trades.
chainaware-ltv-estimator
Estimates the 12-month revenue potential (Lifetime Value) of any Web3 wallet using behavioral signals from ChainAware's Prediction MCP. Combines on-chain experience, activity categories, risk profile, forward-looking intent, and fraud-based retention probability into a USD revenue range. Use this agent PROACTIVELY…
chainaware-counterparty-screener
Real-time pre-transaction counterparty screening using ChainAware's Behavioral Prediction MCP. Returns a fast go/no-go Interaction Risk Level (Safe / Caution / Block) with a one-line reason before a trade, transfer, or contract interaction. Use this agent PROACTIVELY whenever a user is about to interact with an…
performance-analyst
Trading strategy performance analyst. Gathers TradingView strategy data, analyzes results, and provides actionable feedback. Use when reviewing backtest results.