├── README.md ├── license ├── main.py ├── pyproject.toml ├── requirements.txt ├── start-server.bat └── start-yfinance-mcp.bat /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaintDoresh/YFinance-Trader-MCP-ClaudeDesktop/HEAD/README.md -------------------------------------------------------------------------------- /license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaintDoresh/YFinance-Trader-MCP-ClaudeDesktop/HEAD/license -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaintDoresh/YFinance-Trader-MCP-ClaudeDesktop/HEAD/main.py -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaintDoresh/YFinance-Trader-MCP-ClaudeDesktop/HEAD/pyproject.toml -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | yfinance>=0.2.36 2 | mcp>=1.3.0 3 | pandas>=2.0.0 -------------------------------------------------------------------------------- /start-server.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaintDoresh/YFinance-Trader-MCP-ClaudeDesktop/HEAD/start-server.bat -------------------------------------------------------------------------------- /start-yfinance-mcp.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaintDoresh/YFinance-Trader-MCP-ClaudeDesktop/HEAD/start-yfinance-mcp.bat --------------------------------------------------------------------------------