ChintanDiwakar/zentickr-yahoo-query-mcp
If you are the rightful owner of zentickr-yahoo-query-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.
Zentickr is a Model Context Protocol (MCP) server that provides access to Yahoo Finance data using the yahooquery library.
Zentickr is a robust MCP server designed to offer comprehensive access to Yahoo Finance data, enabling users to retrieve a wide array of financial information, market insights, and stock analysis tools. This server is particularly useful for AI assistants and applications that require integration with financial data. Zentickr provides real-time stock prices, financial statements, company profiles, historical data, and advanced analytics. It also includes features like institutional holdings, insider information, ESG scores, and market intelligence. The server is built with a focus on educational and informational purposes, emphasizing that it does not provide financial advice. Users are encouraged to consult with financial professionals before making investment decisions. The server is easy to set up and run, requiring Python 3.10 or higher and a few dependencies. It supports various data intervals and time periods, making it versatile for different financial analysis needs.
Features
- Real-time Stock Prices: Access current market prices and trading data.
- Financial Statements: Retrieve income statements, balance sheets, and cash flow statements.
- Company Information: Get detailed company profiles, officers, and business descriptions.
- Historical Data: Access comprehensive historical price data with customizable intervals.
- Advanced Analytics: Analyze valuation metrics, earnings data, and technical insights.
Usages
usage with Claude Desktop run script
{ "mcpServers": { "zentickr": { "command": "/path/to/Zentickr/run_server.sh" // On Windows: "C:\\path\\to\\Zentickr\\run_server.bat" } } }
usage with Claude Desktop python execution
{ "mcpServers": { "zentickr": { "command": "python", "args": ["/path/to/Zentickr/run_server.py"], // Update with your actual path "cwd": "/path/to/Zentickr" } } }
usage with Claude Desktop windows example
{ "mcpServers": { "zentickr": { "command": "C:\\path\\to\\Zentickr\\run_server.bat" } } }
Tools
Basic Stock Data
Get current financial data, stock prices, and search for stock symbols.
Financial Statements
Retrieve income statements, balance sheets, and cash flow statements.
Historical Data
Access daily, weekly, and monthly historical prices.
Company Analysis
Get company profiles, executive team information, and valuation metrics.
Investment Research
Get analyst recommendations, earnings data, and ESG scores.