Labsco
vikas434 logo

Weather MCP Server

from vikas434

Provides real-time weather data from the US National Weather Service API.

๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeAdvanced setup

Learning MCP - Model Context Protocol Examples

This repository contains multiple MCP (Model Context Protocol) server implementations for learning and experimentation.

๐Ÿ“ Project Structure

learning-mcp-1/
โ”œโ”€โ”€ weather-mcp/          # Weather MCP Server implementation
โ”‚   โ”œโ”€โ”€ weather_mcp.py    # MCP stdio server
โ”‚   โ”œโ”€โ”€ weather_http.py   # HTTP REST API server
โ”‚   โ”œโ”€โ”€ weather_sse.py    # Server-Sent Events server
โ”‚   โ””โ”€โ”€ README.md         # Weather-specific documentation
โ”œโ”€โ”€ bits-course-mcp/      # BITS Course MCP Server (coming soon)
โ””โ”€โ”€ README.md             # This file

๐Ÿš€ Projects

1. Weather MCP Server

A comprehensive weather data server using the US National Weather Service API.

Features:

  • Real-time weather forecasts
  • Weather alerts by state
  • Multiple transport implementations (stdio, HTTP, SSE)

Location: ./weather-mcp/ Documentation: Weather MCP README

2. BITS Course MCP Server

A comprehensive course guide for BITS Pilani 2nd year students with detailed information about subjects, study tips, and grading patterns.

Features:

  • Course details for 10 core 2nd year subjects
  • Study tips and recommendations from student experiences
  • Grading insights and scoring strategies
  • Topic-based search across all courses

Location: ./bits-course-mcp/ Documentation: BITS Course MCP README

๐Ÿ“š About MCP

The Model Context Protocol (MCP) is an open protocol that enables AI assistants to securely connect to external data sources and tools. These examples demonstrate different ways to implement MCP servers.

๐Ÿค Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Add tests if applicable
  5. Submit a pull request

Tech Stack: Python โ€ข FastMCP โ€ข FastAPI โ€ข Uvicorn โ€ข HTTPX