MCP_SERVER_STR
Verified Safeby circling-booster
Overview
This server acts as a Multi-Agent Communication Protocol (MCP) tool provider, offering weather alerts and forecasts by integrating with the National Weather Service (NWS) API.
Installation
python main.pyEnvironment Variables
- PORT
- LOG_LEVEL
Security Notes
The server uses `httpx` for external API calls to the NWS API. Error handling for network requests is present, but it currently uses `print()` statements for errors in `api_client.py` which should ideally be replaced with a structured logging solution for production environments. No hardcoded secrets, `eval`, or obfuscation techniques were found.
Similar Servers
MCP-demo2-CSCI-435
This server provides real-time weather alerts for US states and detailed forecasts for specific geographic coordinates by interacting with the National Weather Service (NWS) API.
mcp_server_test
This server provides a weather forecasting tool that fetches current and hourly weather data for specified geographical coordinates.
nws-mcp-server
Provides real-time weather forecasts and alerts for US locations by integrating with the National Weather Service API.
mcp_server_weather_jayden
This server provides current and forecasted weather data for specific geographical coordinates as a tool callable by an AI agent.