scan

scan is a command for Claude Code from yyordanov-tradu/stock-scanner-mcp. It costs 14 tokens per session (431 once invoked), scanned A, original, MIT.

A market-scanning command for a stock or cryptocurrency symbol, using technical data, prices, news, filings, and company or market details where available.

In plain words
What is it for?
Use it to scan symbols such as AAPL, TSLA, or BTC for a chosen timeframe and receive a concise market summary.
Why use it?
It gathers information that would otherwise require checking several financial sources separately.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the stock-scanner plugin — 19 skills, 3 commands, 2 MCP servers shipped together

Good fit Use it to scan symbols such as AAPL, TSLA, or BTC for a chosen timeframe and receive a concise market summary.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/yyordanov-tradu/stock-scanner-mcp/scan
Install

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.

Clone the repo
git clone --depth 1 https://github.com/yyordanov-tradu/stock-scanner-mcp

Made for: Claude Code.

Or install stock-scanner, the plugin that ships this one along with the rest of its 19 skills, 3 commands, 2 MCP servers.

Wrote 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.

agentmods badge for scan

README.md
[![agentmods](https://agentmods.dev/badge/commands/yyordanov-tradu/stock-scanner-mcp/scan/github.svg)](https://agentmods.dev/commands/yyordanov-tradu/stock-scanner-mcp/scan)
Your own site
<a href="https://agentmods.dev/commands/yyordanov-tradu/stock-scanner-mcp/scan"><img src="https://agentmods.dev/badge/commands/yyordanov-tradu/stock-scanner-mcp/scan/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.

agentmods 80×15 button for scan

Your own site · 80×15
<a href="https://agentmods.dev/commands/yyordanov-tradu/stock-scanner-mcp/scan"><img src="https://agentmods.dev/badge/commands/yyordanov-tradu/stock-scanner-mcp/scan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 431 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00014 $0.00431
Opus 5 $0.00007 $0.00216
Sonnet 5 $0.00003 $0.00086
Haiku 4.5 $0.00001 $0.00043

Measured 11d ago against content hash ffa64932f169, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

scan 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 11d 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.

commands/scan.md · 42 lines

What it actually says

Scan Market Data

Perform a comprehensive scan of the given symbol using all available market data tools.

Arguments

The user provided: $ARGUMENTS

Parse the arguments:

  • First argument: symbol (required) -- e.g. AAPL, TSLA, BTC
  • Second argument: timeframe (optional, default: 1D) -- e.g. 1h, 15m, 4h, 1D

Instructions

  1. Determine asset type: If the symbol looks like a crypto ticker (BTC, ETH, SOL, DOGE, ADA, XRP, DOT, AVAX, MATIC, LINK, UNI, ATOM), use crypto tools. Otherwise use stock tools.

  2. For stocks, run these tools in parallel:

    • tradingview_technicals -- technicals for the symbol + timeframe
    • tradingview_quote -- delayed quote for current price context
    • finnhub_company_news -- recent news (if available)
    • edgar_company_filings -- recent SEC filings (if available)
    • alphavantage_quote -- current price (if available)
    • alphavantage_overview -- fundamentals (if available)
  3. For crypto, run these tools in parallel:

    • crypto_technicals -- technicals for the pair + timeframe
    • crypto_quote -- pair quote and 24h change
    • coingecko_coin -- price, market cap, volume
  4. Synthesize the results into a concise market summary:

    • Current price and change
    • Key technical signals (RSI, MACD, trend)
    • Any notable news or filings
    • Overall sentiment (bullish/bearish/neutral) with reasoning

Only use tools that are available. If some modules are not enabled, work with what you have.

Changes

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.

  1. 11d ago First seen · 42 lines · 14 tokens per session scan A ffa64932f169

Subscribe to this mod's changes

scan is a command published in the GitHub repository yyordanov-tradu/stock-scanner-mcp (6 stars, last pushed yesterday), licensed MIT. It adds 14 tokens to every session and 431 once invoked, about $0.0001 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.