Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.yyordanov-tradu/stock-scanner-mcp

NPM · STOCK-SCANNER-MCP · SCANNED AUG 3

Stock and crypto market data — 49 tools for quotes, technicals, options, SEC filings, and more.

Available components

+17 this week 70 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability85
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 2886 tokens (~93/item across 31 items; 31 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · stock-scanner-mcp

# add to Claude Code
claude mcp add yyordanov-tradu-stock-scanner-mcp -- npx -y stock-scanner-mcp
# add to Codex CLI
codex mcp add yyordanov-tradu-stock-scanner-mcp -- npx -y stock-scanner-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "yyordanov-tradu-stock-scanner-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "stock-scanner-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add yyordanov-tradu-stock-scanner-mcp --command npx --arg -y --arg stock-scanner-mcp
# ~/.hermes/config.yaml
mcp_servers:
  yyordanov-tradu-stock-scanner-mcp:
    command: "npx"
    args: ["-y", "stock-scanner-mcp"]
// mcp.json
{
  "mcpServers": {
    "yyordanov-tradu-stock-scanner-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "stock-scanner-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +3
    • Stability: unverified → 0.23 functional
  • 2 Aug 26 +41
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Install scripts: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Schema quality: unverified → excellent functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 31 Jul 26 −9
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 53

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 31 exposed · ~2,886 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
coingecko_coin ~68

Get detailed cryptocurrency info from CoinGecko. Use slug IDs (e.g. 'bitcoin', 'ethereum', 'solana'), NOT ticker symbols.

NameTypeReqDescription
coinIdstringyesCoinGecko coin ID / slug (e.g. 'bitcoin', 'ethereum', 'cardano')

No output schema declared.

No examples provided.

coingecko_global ~30

Get global cryptocurrency market statistics: total market cap, 24h volume, BTC/ETH dominance.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

coingecko_trending ~31

Get trending cryptocurrencies on CoinGecko (top 7 by search popularity in last 24h).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

crypto_quote ~61

Get real-time quotes for specific crypto pairs. Supports 'BTCUSDT' (defaults to BINANCE) or 'BINANCE:BTCUSDT'.

NameTypeReqDescription
symbolsarrayyesCrypto pair symbols (e.g. ['BTCUSDT', 'ETHUSDT'])

No output schema declared.

No examples provided.

crypto_scan ~128

Scan cryptocurrency pairs using TradingView filters. Returns price, volume, and technical indicators.

NameTypeReqDescription
columnsarrayColumns to return (default: all 23)
filtersarrayFilter conditions combined with AND
limitnumberMax results (default: 50, max: 200)
major_onlybooleanOnly include major exchanges (default: true)
timeframestringTimeframe: '1m','5m','15m','1h','4h','1d','1W','1M'. Default: '1d'

No output schema declared.

No examples provided.

crypto_technicals ~64

Get technical analysis for crypto pairs. Supports 'BTCUSDT' or 'BINANCE:BTCUSDT'.

NameTypeReqDescription
symbolsarrayyesCrypto symbols (e.g. ['BTCUSDT'])
timeframestringTimeframe. Default: '1d'

No output schema declared.

No examples provided.

crypto_top_gainers ~65

Get top gaining cryptocurrency pairs by percentage change. Defaults to major exchanges and volume > $10k.

NameTypeReqDescription
exchangestringSpecific exchange (e.g. BINANCE)
limitnumberNumber of results (default: 20, max: 50)

No output schema declared.

No examples provided.

edgar_company_facts ~66

Retrieve high-fidelity financial metrics (Revenue, Net Income, EPS, Assets, Liabilities) directly from SEC XBRL data. This is more reliable than extracting numbers from text filings.

NameTypeReqDescription
tickerstringyesStock ticker symbol (e.g. 'AAPL')

No output schema declared.

No examples provided.

edgar_company_filings ~112

Retrieve the most recent official filings for a specific company. Use this to find a company's latest 10-K (annual), 10-Q (quarterly), or 8-K (current events) reports.

NameTypeReqDescription
formsarrayForm types (e.g. ['10-K', '10-Q']). Default: all.
limitnumberMax results (default: 10, max: 50)
tickerstringyesStock ticker symbol (e.g. 'AAPL')

No output schema declared.

No examples provided.

edgar_insider_trades ~85

Monitor legal stock trades made by company executives and directors (Forms 3, 4, 5). Returns detailed transaction data including insider names, titles, buy/sell type, share amounts, and prices.

NameTypeReqDescription
limitnumberMax results (default: 10)
tickerstringyesStock ticker symbol (e.g. 'AAPL')

No output schema declared.

No examples provided.

edgar_institutional_holdings ~100

Track 'big money' moves by searching Form 13F filings. Use to find what hedge funds and institutional managers (e.g. 'Berkshire Hathaway') are holding or what firms own a specific ticker.

NameTypeReqDescription
limitnumberMax results (default: 10)
querystringyesStock ticker (e.g. 'AAPL') or institutional manager name (e.g. 'Berkshire Hathaway')

No output schema declared.

No examples provided.

edgar_ownership_filings ~85

Monitor significant changes in company ownership (5%+ stakes). Use 13D and 13G filings to identify activist investors (e.g. Carl Icahn, Ryan Cohen) entering or exiting a stock.

NameTypeReqDescription
limitnumberMax results (default: 10)
tickerstringyesStock ticker symbol (e.g. 'AAPL')

No output schema declared.

No examples provided.

edgar_search ~164

Search SEC EDGAR filings by keyword. Best for finding mentions of specific trends, technologies, or events across all companies. Returns metadata including accession numbers, form types, and direct sec.gov links.

NameTypeReqDescription
dateRangestringDate range as 'YYYY-MM-DD,YYYY-MM-DD'
formsarrayForm types to filter (e.g. ['10-K', '10-Q', '8-K'])
limitnumberMax results (default: 20, max: 50)
querystringyesKeyword or phrase to search for (e.g. 'lithium mining', 'share repurchase program')
tickersarrayCompany tickers to filter (e.g. ['AAPL', 'MSFT'])

No output schema declared.

No examples provided.

options_chain ~235

Get the full option chain (calls and puts) with calculated Greeks (Delta, Gamma, Theta, Vega). Use options_expirations first to find valid dates. If expiration is omitted, uses nearest date. By default, returns strikes within ±20% of current price to save tokens. Use strike_min/strike_max for custom range, or all_strikes=true for everything.

NameTypeReqDescription
all_strikesbooleanReturn all strikes instead of centering around ATM (default: false)
expirationstringExpiration date as YYYY-MM-DD (e.g. '2026-04-17'). If omitted, uses nearest.
limitnumberMax contracts per side (default: 50, max: 200)
sidestringFilter by option type (default: both)
strike_maxnumberMaximum strike price filter (e.g. 35.0)
strike_minnumberMinimum strike price filter (e.g. 25.0)
symbolstringyesStock ticker symbol (e.g. 'AAPL', 'NYSE:GM')

No output schema declared.

No examples provided.

options_expirations ~63

Get all available option expiration dates for a stock ticker. Call this first to discover valid dates, then pass one to options_chain or options_max_pain.

NameTypeReqDescription
symbolstringyesStock ticker symbol (e.g. 'AAPL', 'NYSE:GM')

No output schema declared.

No examples provided.

options_implied_move ~95

Calculate the expected move implied by options pricing (ATM straddle). Essential for earnings plays — shows how much the market expects the stock to move. Compare implied vs historical moves to assess if premium is cheap or expensive.

NameTypeReqDescription
expirationstringExpiration date as YYYY-MM-DD. If omitted, uses nearest.
symbolstringyesStock ticker symbol (e.g. 'AAPL', 'NYSE:GM')

No output schema declared.

No examples provided.

options_max_pain ~80

Calculate the max pain strike price — where cumulative option open interest expires worthless. This level often acts as a support/resistance zone near expiration.

NameTypeReqDescription
expirationstringExpiration date as YYYY-MM-DD. If omitted, uses nearest.
symbolstringyesStock ticker symbol (e.g. 'AAPL', 'NYSE:GM')

No output schema declared.

No examples provided.

options_put_call_ratio ~118

Get historical put/call ratio from CBOE (market-wide sentiment indicator). Ratio > 1.0 = more puts (bearish sentiment), < 0.7 = more calls (bullish/complacent). Types: 'total' (all options), 'equity' (stock options only), 'index' (index options only).

NameTypeReqDescription
daysnumberNumber of recent trading days to return (default: 30, max: 252)
typestringRatio type (default: total)

No output schema declared.

No examples provided.

options_unusual_activity ~125

Find options contracts with unusually high volume relative to open interest (a common 'smart money' signal). Scans the nearest expiration and flags contracts where volume/OI exceeds a threshold.

NameTypeReqDescription
min_volumenumberMin absolute volume (default: 100)
sidestringFilter by option type (default: both)
symbolstringyesStock ticker symbol (e.g. 'AAPL', 'NYSE:GM')
volume_oi_rationumberMin volume/OI ratio to flag as unusual (default: 3.0)

No output schema declared.

No examples provided.

sentiment_crypto_fear_greed ~79

Get the Crypto Fear & Greed Index from Alternative.me. Returns a score (0-100) with rating (extreme fear/fear/neutral/greed/extreme greed). Based on Bitcoin volatility, market volume, social media, surveys, dominance, and trends. Use this alongside coingecko tools for crypto market context.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

sentiment_fear_greed ~133

Get the CNN Fear & Greed Index for the US stock market. Returns a composite score (0-100) with rating (extreme fear/fear/neutral/greed/extreme greed) and 7 sub-indicators: S&P 500 momentum, stock price strength (52w highs vs lows), stock price breadth (McClellan), put/call ratio, VIX, junk bond demand, safe haven demand. Also includes previous close, 1-week, 1-month, and 1-year scores for trend context. Use this to gauge overall market sentiment before analyzing individual stocks.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

tradingview_compare_stocks ~87

Returns price, change, market cap, P/E, EPS, revenue, dividend yield, RSI, and analyst recommendation rating (-1 sell to +1 buy) for 2-5 stocks. Revenue growth rate and analyst price targets are not available.

NameTypeReqDescription
tickersarrayyes2-5 stock tickers to compare (e.g. AAPL, MSFT)

No output schema declared.

No examples provided.

tradingview_market_indices ~54

Get real-time values for major market indices: VIX (volatility), S&P 500, NASDAQ Composite, and Dow Jones. Essential for gauging broad market conditions, risk sentiment, and options pricing context.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

tradingview_quote ~129

Get a 15-minute delayed quote for one or more stock tickers (e.g. 'AAPL' or 'NASDAQ:AAPL'). Returns price, change, volume, market cap, and pre-market/after-hours data when available. Data is delayed ~15 minutes during market hours — use finnhub_quote for real-time prices if available. If a ticker returns empty results, retry with the correct exchange prefix (e.g. 'NYSE:CDE', 'AMEX:XYZ').

NameTypeReqDescription
tickersarrayyesStock tickers, e.g. ['AAPL', 'MSFT']

No output schema declared.

No examples provided.

tradingview_scan ~141

Scan US stocks with custom filters (price > X, RSI < 30, etc.). Returns up to `limit` rows with the requested columns.

NameTypeReqDescription
columnsarrayColumns to return (default: all 66)
exchangestringExchange filter, e.g. NASDAQ, NYSE, AMEX
filtersarrayScanner filters
limitnumberMax rows (default 50)
timeframestringTimeframe: 1m, 5m, 15m, 1h, 4h, 1d (default), 1W, 1M

No output schema declared.

No examples provided.

tradingview_sector_performance ~70

Get performance of S&P 500 sector ETFs (XLK, XLF, XLE, XLV, XLI, XLP, XLU, XLY, XLC, XLRE, XLB). Shows which sectors are leading or lagging today. Essential for sector rotation analysis.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

tradingview_technicals ~101

Get technical indicators (RSI, MACD, moving averages, pivot points, etc.) for one or more stock tickers. If a ticker returns empty results, retry with the correct exchange prefix (e.g. 'NYSE:CDE', 'AMEX:XYZ').

NameTypeReqDescription
tickersarrayyesStock tickers, e.g. ['AAPL', 'IBM']
timeframestringTimeframe (default: 1d)

No output schema declared.

No examples provided.

tradingview_top_gainers ~98

Get today's top gaining stocks by percentage change on a given exchange. Defaults to major US exchanges (NYSE, NASDAQ, AMEX) with market cap > $100M. OTC penny stocks excluded by default.

NameTypeReqDescription
exchangestringExchange (default: all US)
include_otcbooleanWhether to include OTC penny stocks (default: false)
limitnumberMax results (default 20)

No output schema declared.

No examples provided.

tradingview_top_losers ~99

Get today's top losing stocks by percentage change on a given exchange. Defaults to major US exchanges (NYSE, NASDAQ, AMEX) with market cap > $100M. OTC penny stocks excluded by default.

NameTypeReqDescription
exchangestringExchange (default: all US)
include_otcbooleanWhether to include OTC penny stocks (default: false)
limitnumberMax results (default 20)

No output schema declared.

No examples provided.

tradingview_top_volume ~70

Get stocks with the highest trading volume today. Defaults to major US exchanges.

NameTypeReqDescription
exchangestringExchange (default: all US)
include_otcbooleanWhether to include OTC penny stocks (default: false)
limitnumberMax results (default 20)

No output schema declared.

No examples provided.

tradingview_volume_breakout ~50

Find stocks with unusual volume (current volume significantly above average). Defaults to major exchanges.

NameTypeReqDescription
exchangestringExchange filter
limitnumberMax results (default 20)

No output schema declared.

No examples provided.