helloworld-mcp-server-deployment
Verified Safeby BapanBigData
Overview
This server provides a set of callable tools, specifically an addition function and a real-time weather retriever, to be consumed by an MCP agent or other clients.
Installation
uv run -- mcp-server --api-key <your-server-api-key>Environment Variables
- OPENWEATHER_API_KEY
Security Notes
The server correctly loads API keys from environment variables, avoiding hardcoded secrets. It performs external network requests to OpenWeatherMap, which is standard for fetching external data. No 'eval' or other dynamic code execution patterns were found, enhancing safety. One point deduction for external API dependency.
Similar Servers
mcp_server_weather_jayden
This server provides current and forecasted weather data for specific geographical coordinates as a tool callable by an AI agent.
mcp_server_test
This server provides a weather forecasting tool that fetches current and hourly weather data for specified geographical coordinates.
MCP_Weather_Tools_Server
Provides an MCP server that enables LLMs to call a structured tool for real-time weather information using the Open-Meteo API.
mcp-simulation
Serves weather forecast and alert data from the National Weather Service API as tools for an MCP-compatible AI agent.