← Back to Plugins
MCP Server MCP

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

github By github 👁 2 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "stock-scanner-mcp",
      "version": "1.13.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Finnhub API key for real-time quotes, news, earnings",
          "format": "string",
          "isSecret": true,
          "name": "FINNHUB_API_KEY"
        },
        {
          "description": "Alpha Vantage API key for fundamentals, daily prices",
          "format": "string",
          "isSecret": true,
          "name": "ALPHA_VANTAGE_API_KEY"
        },
        {
          "description": "FRED API key for economic indicators and calendar",
          "format": "string",
          "isSecret": true,
          "name": "FRED_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...