Skip to main content
Glama
arunm8489
by arunm8489

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GROQ_API_KEYYesGroq API key required for the interactive chat client (LLM). This is mentioned in the project setup, although it may primarily be used by the client rather than the MCP server itself.

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_alerts

MCP Tool: Get active weather alerts for a US state.

This tool is exposed to MCP clients and can be invoked by AI agents. It fetches from the NWS API and returns formatted alert information.

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

Returns: Formatted string of all active alerts, or a message if none found

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/arunm8489/MCP'

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