Skip to main content
Glama
suraj2906

Weather and Stock Information MCP Server

by suraj2906

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NEWS_API_KEYYesYour News API key for news data
ALPHA_VANTAGE_API_KEYYesYour Alpha Vantage API key for stock data

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_weather_alerts

Get weather alerts for a US state.

Args: state: Two-letter US state code (e.g., CA, NY)
get_forecast

Get the weather forecast for a specific location.

Args: latitude: Latitude of the location longitude: Longitude of the location
get_top_gainers_losers

Get the top gainers and losers in the US stock market Args: None

get_news_and_sentiments

Get the news and sentiments of a particular stock Args: ticker: Stock ticker/symbol (eg. AAPL)

get_news_today

Get the news headlines for a specific keyword and date Args: keyword: Keyword to search for in the news date: Date in YYYY-MM-DD format

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/suraj2906/mcpServer'

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