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.
Overview
Zentickr is a comprehensive Yahoo Finance MCP server that transforms Claude Desktop into a powerful financial research assistant for educational purposes.
🚀 How to Use
Installation:
git clone https://github.com/yourusername/zentickr
cd zentickr
python deploy.py
Configure Claude Desktop:
json{
"mcpServers": {
"zentickr": {
"command": "python",
"args": ["run_server.py"],
"cwd": "/path/to/zentickr"
}
}
}
Start Researching:
Ask Claude questions like:
"Get current financial data for Apple and Tesla"
"Show me Microsoft's latest earnings report"
"What are analysts saying about NVIDIA stock?"
"Compare ESG scores for renewable energy companies"
⚠️ Educational Use Only: Uses unofficial Yahoo Finance APIs for learning purposes.
Server Config
{
"mcpServers": {
"zentickr": {
"command": "python",
"args": [
"run_server.py"
],
"cwd": "/path/to/zentickr"
}
},
"env": {
"PYTHONPATH": "/path/to/zentickr"
}
}