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. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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