Back to Home
RishithaAppikonda icon

Weather-Agent-with-MCP-Servers

Verified Safe

by RishithaAppikonda

Overview

Integrates National Weather Service (NWS) API alerts and forecasts into an MCP-compatible server, providing weather data as tools for applications like SSE clients and AI chat agents.

Installation

Run Command
uv run mcpserver/server.py

Environment Variables

  • GROQ_API_KEY

Security Notes

The code uses standard Python libraries (httpx) for API interactions and handles external API keys via environment variables (GROQ_API_KEY), which is good practice. There are no visible dangerous patterns like 'eval' or obfuscated code. Broad 'except Exception' blocks could hide specific errors but do not introduce direct vulnerabilities.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens400
Stars0
Forks0
Last Update2025-12-12

Tags

MCPWeather APINWSChat AgentSSEPython