Back to Home
Cris-0k icon

mcp-server-python-template

Verified Safe

by Cris-0k

Overview

This server provides weather forecasting and alert information to LLM applications via the Model Context Protocol (MCP).

Installation

Run Command
uv run server.py

Security Notes

The server primarily makes HTTP GET requests to a trusted public API (api.weather.gov). Input parameters for tools (state, latitude, longitude) are handled with type hints, reducing injection risks. No direct file system access, arbitrary command execution, or hardcoded secrets are present. The broad 'except Exception' in 'make_nws_request' could mask specific errors but prevents crashes.

Similar Servers

Stats

Interest Score38
Security Score9
Cost ClassMedium
Avg Tokens300
Stars12
Forks6
Last Update2025-12-06

Tags

mcp-serverpythonweatherllm-toolapi-integration