Back to Home
circling-booster icon

MCP_SERVER_STR

Verified Safe

by 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

Run Command
python main.py

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens300
Stars0
Forks0
Last Update2026-01-19

Tags

WeatherAPIToolsMCPPython