IshitaJ19/yfinance-mcp
3.2
If you are the rightful owner of yfinance-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP Server for yfinance library provides a structured protocol for interacting with financial data using the yfinance library.
yfinance-mcp
MCP Server for srock screening, built using the yfinance library.
To set up
- Download and install
uv
uv venv .venv
uv pip install .
To run
uv run -m yfinance_mcp.main
Run dev tests
pytest
Run a test client
uv run -m yfinance_mcp.test_client