{ "name": "yahoo-finance-mcp-server", "version": "1.3.0", "mcpName": "io.github.danishashko/yahoo-finance-mcp", "description": "Yahoo Finance MCP Server - Real-time stock data, company info, financial statements, and market analysis via Model Context Protocol", "main": "bin/cli.js", "bin": { "yahoo-finance-mcp-server": "bin/cli.js", "yahoo-finance-mcp": "bin/cli.js" }, "scripts": { "test": "python test_installation.py" }, "keywords": [ "mcp", "model-context-protocol", "yahoo-finance", "stocks", "finance", "market-data", "stock-prices", "financial-data", "yfinance", "claude", "ai", "llm" ], "author": "Daniel Shashko", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/danishashko/yahoo-finance-mcp.git" }, "homepage": "https://github.com/danishashko/yahoo-finance-mcp#readme", "bugs": { "url": "https://github.com/danishashko/yahoo-finance-mcp/issues" }, "engines": { "node": ">=16", "python": ">=3.10" }, "files": [ "bin/", "yahoo_finance_mcp.py", "requirements.txt", "README.md", "CHANGELOG.md", "LICENSE", "server.json" ] }