Back to Browse

Stock Scanner MCP Server

FinanceLow Risk9.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.8
Low Risk9.8Low Risk

Valid MCP server (1 strong, 1 medium validity signals). 1 known CVE in dependencies Package registry verified. Imported from the Official MCP Registry.

4 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

Finnhub API key for real-time quotes, news, earningsRequired

Environment variable: FINNHUB_API_KEY

Alpha Vantage API key for fundamentals, daily pricesRequired

Environment variable: ALPHA_VANTAGE_API_KEY

FRED API key for economic indicators and calendarRequired

Environment variable: FRED_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-yyordanov-tradu-stock-scanner-mcp": {
      "env": {
        "FRED_API_KEY": "your-fred-api-key-here",
        "FINNHUB_API_KEY": "your-finnhub-api-key-here",
        "ALPHA_VANTAGE_API_KEY": "your-alpha-vantage-api-key-here"
      },
      "args": [
        "-y",
        "stock-scanner-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!