first-proj-mcp-1

vinuvijayanarun/first-proj-mcp-1

3.2

If you are the rightful owner of first-proj-mcp-1 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.

StockAnalyzer MCP Server is a Python microservice that provides stock analysis tools via an HTTP-based MCP interface.

first-proj-mcp-1

StockAnalyzer MCP Server A lightweight Python microservice that exposes an analyze_stock tool over an HTTP-based MCP interface. Given a ticker symbol, it fetches:

Fundamentals (P/E ratio, EPS, market cap)

Technicals (6-month volume change, 200-day moving average)

Sentiment & Recommendation (simple P/E-based logic)

Latest News Headlines via Yahoo Finance RSS

All results are saved as timestamped JSON files for easy auditing. Run python server.py to start the server on port 3000 at /mcp.