New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@thenextgennexus/yahoo-finance-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thenextgennexus/yahoo-finance-mcp-server

Get real-time stock quotes, historical data, and compare stocks via Yahoo Finance

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
9
-18.18%
Maintainers
1
Weekly downloads
 
Created
Source

Yahoo Finance MCP Server

Get real-time stock quotes, historical data, and compare stocks via Yahoo Finance — powered by nexgendata on Apify.

Quick Start

npx @nexgendata/yahoo-finance-mcp-server

Install globally

npm install -g @nexgendata/yahoo-finance-mcp-server

Configure with Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
      "mcpServers": {
            "yahoo-finance-mcp-server": {
                  "command": "npx",
                  "args": [
                        "-y",
                        "@nexgendata/yahoo-finance-mcp-server"
                  ],
                  "env": {
                        "APIFY_TOKEN": "your-apify-token-optional"
                  }
            }
      }
}

Configure with Cline

Add the same configuration to your Cline MCP settings.

Available Tools

ToolDescription
get_stock_quoteGet a real-time stock quote from Yahoo Finance
get_multiple_quotesGet quotes for multiple stocks at once
get_stock_historyGet historical stock price data
compare_stocksCompare financial metrics of multiple stocks

Environment Variables

VariableRequiredDescription
APIFY_TOKENNoYour Apify API token for authenticated access. Without it, the server uses the public endpoint (rate-limited).

How It Works

This MCP server acts as a local stdio bridge to the nexgendata Apify MCP endpoint. When you call a tool, it forwards the request to Apify and returns the results.

License

MIT

Keywords

mcp

FAQs

Package last updated on 21 Feb 2026

Related posts