Skip to main content
Glama

Weather Alerts MCP Server

by NehaSJ99

MCP Learning Repository

A collection of Model Context Protocol (MCP) server examples for learning MCP development.

What's Inside

  • server/ - Weather alerts MCP server (FastMCP + National Weather Service)

  • web-search-mcp/ - Web search MCP server (SerpAPI integration)

  • mcpserver/ - Alternative MCP server with Docker support

Quick Start

  1. Check individual folders for specific setup instructions

  2. Each folder has its own README with run instructions

Environment Variables

Create .env files where needed:

GROQ_API_KEY=your_key_here SERPAPI_KEY=your_key_here
-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Enables users to fetch real-time weather alerts from the National Weather Service API for any US state. Provides formatted weather warnings, watches, and advisories with severity levels and safety instructions.

  1. What's Inside
    1. Quick Start
      1. Environment Variables

        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/NehaSJ99/mcp'

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