Skip to main content
Glama

MCP Stock Market

by ctoouli

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ALPHA_VANTAGE_API_KEYYesAlpha Vantage API key (can be obtained from https://www.alphavantage.co/support/#api-key)

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
getStockPrice

Get the latest stock price for a given ticker symbol using Alpha Vantage API

getStockNews

Get the latest news for a stock ticker symbol using Alpha Vantage API

getCompanyOverview

Get company information for a given stock ticker symbol using Alpha Vantage API

getDividendHistory

Get recent dividend payout history for a ticker symbol using Alpha Vantage API

getIntraday

Get recent intraday stock prices (5-minute intervals) for a ticker symbol using Alpha Vantage API

convertCurrency

Convert an amount from one currency to another using latest exchange rate

calculatePortfolioValue

Calculate total value of a portfolio given holdings

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/ctoouli/mcp-stock-market'

If you have feedback or need assistance with the MCP directory API, please join our Discord server