Loading...
{
"mcpServers": {
"yfmcp": {
"command": "uvx",
"args": ["yfmcp@latest"]
}
}
}yfinance_get_ticker_infoRetrieves comprehensive stock data, including company information and financial metrics.
Read-only operation; no modification of data.
yfinance_get_ticker_newsFetches recent news articles related to a specific stock symbol.
Read-only operation; no modification of data.
yfinance_searchSearches Yahoo Finance for stock quotes and news articles based on a query.
Read-only operation; no modification of data.
yfinance_get_topRetrieves top entities (ETFs, mutual funds, companies) in a specified sector.
Read-only operation; no modification of data.
yfinance_get_price_historyFetches historical price data and optionally generates financial charts.
Generates charts, which involves some processing, but doesn't modify external data.
This server is relatively safe for read-only operations and data retrieval. The risk is moderate due to reliance on external APIs and potential resource consumption during chart generation. It's crucial to monitor resource usage and handle API dependencies gracefully.