Back to Home
Ana-Gutman icon

MCP_Weather_Tools_Server

Verified Safe

by Ana-Gutman

Overview

Provides an MCP server that enables LLMs to call a structured tool for real-time weather information using the Open-Meteo API.

Installation

Run Command
python server.py

Security Notes

The server uses standard Python socket and JSON parsing, avoiding known dangerous functions like `eval`. Network communication is local-only by default (`127.0.0.1`). Input for the 'q' parameter (city name) is passed to an external API via `requests.get` using `params`, which handles URL encoding, mitigating injection risks to the external API call. Minor risk of internal exception details being exposed in error messages. No hardcoded sensitive credentials.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens80
Stars0
Forks0
Last Update2025-11-27

Tags

MCPLLM Tool CallingWeather APIPythonAPI Server