Back to Home
BapanBigData icon

helloworld-mcp-server-deployment

Verified Safe

by 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

Run Command
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

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-12-06

Tags

AI ToolsAPI ServerPythonWeather APIFunction Calling