A-Simple-MCP-Server
0
A Model Context Protocol (MCP) server designed to provide stock price information through various features such as current price retrieval, historical data access, and stock comparison. It integrates yfinance and FastAPI for a robust toolset accessible via a resource-based interface.
get_stock_price
Returns the current price of the stock (floating point number)
get_stock_history
Returns the historical data of stocks (CSV format)
compare_stocks
Compare the prices of two stocks