Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_ticker_info | Retrieve stock data including company info, financials, trading metrics and governance data. |
get_ticker_news | Fetches recent news articles related to a specific stock symbol with title, content, and source details. |
search | Fetches and organizes search results from Yahoo Finance, including stock quotes and news articles. |
get_top | Get top entities (ETFs, mutual funds, companies, growth companies, or performing companies) in a sector. |
get_price_history | Fetch historical price data for a given stock symbol over a specified period and interval. |