Skip to main content
Glama
Sauravmehto

Local Stock Analyst MCP

by Sauravmehto

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoThe port to use for the server when MCP_TRANSPORT is set to 'http'.
MCP_TRANSPORTNoThe transport mode to use for the MCP server. Can be 'stdio' (default) or 'http'.stdio
FINNHUB_API_KEYNoAPI key for Finnhub, which serves as the primary data provider.
ALPHAVANTAGE_API_KEYNoAPI key for Alpha Vantage, which serves as the fallback data provider.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_stock_price

Get latest traded stock price for a ticker symbol.

get_quote

Get extended quote fields including open, high, low, and previous close.

get_company_profile

Get company profile details for a ticker.

get_candles

Get OHLCV candles for a symbol within a unix timestamp range.

get_stock_news

Get stock news headlines within a date window (YYYY-MM-DD).

get_rsi

Get RSI (Relative Strength Index). Uses provider RSI when available, otherwise computes from candles.

get_macd

Get MACD indicator values. Uses provider MACD when available, otherwise computes from candles.

get_key_financials

Get key financial metrics for a ticker.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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