Local Stock Analyst MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port to use for the server when MCP_TRANSPORT is set to 'http'. | |
| MCP_TRANSPORT | No | The transport mode to use for the MCP server. Can be 'stdio' (default) or 'http'. | stdio |
| FINNHUB_API_KEY | No | API key for Finnhub, which serves as the primary data provider. | |
| ALPHAVANTAGE_API_KEY | No | API key for Alpha Vantage, which serves as the fallback data provider. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_stock_priceB | Get latest traded stock price for a ticker symbol. |
| get_quoteB | Get extended quote fields including open, high, low, and previous close. |
| get_company_profileC | Get company profile details for a ticker. |
| get_candlesB | Get OHLCV candles for a symbol within a unix timestamp range. |
| get_stock_newsC | Get stock news headlines within a date window (YYYY-MM-DD). |
| get_rsiC | Get RSI (Relative Strength Index). Uses provider RSI when available, otherwise computes from candles. |
| get_macdB | Get MACD indicator values. Uses provider MACD when available, otherwise computes from candles. |
| get_key_financialsC | Get key financial metrics for a ticker. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sauravmehto/mcplocalstockrenderlive'
If you have feedback or need assistance with the MCP directory API, please join our Discord server