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.
npx agentmods add skills/target1m/traderspy-mcp/market-datanpx skills add target1m/traderspy-mcp --skill market-datagit clone --depth 1 https://github.com/target1m/traderspy-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/skills/target1m/traderspy-mcp/market-data)<a href="https://agentmods.dev/skills/target1m/traderspy-mcp/market-data"><img src="https://agentmods.dev/badge/skills/target1m/traderspy-mcp/market-data.svg" alt="Measured on agentmods" 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.00080 | $0.00677 |
| Opus 5 | $0.00040 | $0.00338 |
| Sonnet 5 | $0.00016 | $0.00135 |
| Haiku 4.5 | $0.00008 | $0.00068 |
Grade A, and why
market-data 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 5d 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 — 27 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Market Data
You have access to TraderSpy's real-time market data and technical analysis via MCP tools. Use these tools to help the user with prices, charts, and indicator-based analysis.
Available Tools
- get_price — Get real-time price, 24h high/low, volume, and 24h change percentage for one or more symbols. Pass
symbolsas an array (e.g.["BTCUSDT", "ETHUSDT"], max 20). - get_candles — Get OHLCV candles for a
symbolat a giveninterval(1m,5m,15m,1h,4h,1d). Defaultlimitis 100 (max 500). Useful for charting, price history, and custom analysis. - get_technical_indicators — Compute one or more indicators for a
symbolat a giveninterval. Supported:rsi,macd,ema,sma,bollinger,atr,adx,stochastic,obv,vwap,cci,mfi,williamsR. Default indicators arersi,macd,ema,bollinger. - get_tracked_symbols — List all crypto futures symbols currently tracked by TraderSpy with real-time candle data available.
Guidelines
- For "price of X" or "how much is X", use
get_price— batch multiple symbols in a single call when possible. - For "show me a chart" or any historical price questions, use
get_candleswith an appropriate interval (intraday →15mor1h, swing →4hor1d). - For "is X overbought/oversold", "RSI on X", "MACD signal", or any TA question, use
get_technical_indicatorswith only the indicators needed. - Symbols use Binance Futures naming (e.g.
BTCUSDT,ETHUSDT,SOLUSDT). If the user gives a coin name only, appendUSDT. - If a symbol returns no data, suggest
get_tracked_symbolsto confirm coverage. - When presenting indicator output, include the current price and clearly label values (e.g.
RSI(14) = 62.4 — neutral, leaning bullish). - Free-tier users have limited daily calls — be efficient and prefer batched/multi-indicator calls over many separate ones.
- TraderSpy's MCP tools are READ-ONLY: there is no tool to open, close or modify a position, and none to move funds. If the user asks you to place a trade, say so plainly and point them to https://traderspy.app.
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.
- 5d ago First seen · 27 lines · 80 tokens per session scan A ce1503b73299
market-data is a skill published in the GitHub repository target1m/traderspy-mcp (0 stars, last pushed 4d ago), licensed MIT. It adds 80 tokens to every session and 677 once invoked, about $0.0004 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 skills, from other repositories
spot
Binance Spot request using the Binance API. Authentication requires API key and secret key. Supports testnet, mainnet, and demo.
crypto-market-rank
Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings…
assets
Binance Assets request using the Binance API. Authentication requires API key and secret key.
derivatives-trading-coin-futures
Binance Derivatives-trading-coin-futures request using the Binance API. Authentication requires API key and secret key. Supports testnet and mainnet.
meme-rush
Meme token fast-trading assistant with two core capabilities: 1. Meme Rush - Real-time meme token lists from launchpads (Pump.fun, Four.meme, etc.) across new, finalizing, and migrated stages 2. Topic Rush - AI-powered market hot topics with associated tokens ranked by net inflow Use this skill when users ask about…
query-token-info
Query token details by keyword, contract address, or chain. Search tokens, get metadata and social links, retrieve real-time market data (price, price trend, volume, holders, liquidity), and fetch K-Line candlestick charts. Use this skill when users search tokens, check token prices, view market data, or request…