A comprehensive MCP server providing financial data through unofficial Yahoo Finance APIs for educational purposes. Features 20+ tools including real-time stock prices, financial statements, analyst recommendations, ESG scores, company profiles, and historical data. Built with Python and yahooquery library, offering production-ready error handling and cross-platform compatibility. Perfect for learning financial analysis, educational research, and market data exploration. Note: Uses unofficial APIs - not for commercial trading decisions.
Server Config
{
"mcpServers": {
"zentickr": {
"command": "python",
"args": [
"run_server.py"
],
"cwd": "/path/to/zentickr"
}
},
"env": {
"PYTHONPATH": "/path/to/zentickr"
}
}