71
/ 100
5 days ago
glama

Weather Forecast MCP Server

Provides weather forecast data for any location using the Open-Meteo API, returning temperature, precipitation, cloud cover, humidity, and wind speed for specified date ranges.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 4 credentials: TELEGRAM_BOT_TOKEN, BACKEND_API_KEY, GITHUB_TOKEN, OPENROUTER_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretTELEGRAM_BOT_TOKEN=your_bot_token
configBACKEND_URL=http://localhost:8000
🔐 secretBACKEND_API_KEY=your_secure_api_key
🔐 secretGITHUB_TOKEN=your_github_pat
configGITHUB_OWNER
configGITHUB_REPO
configSPECS_PATH
🔐 secretOPENROUTER_API_KEY=your_openrouter_key
configOPENROUTER_MODELLLM model (default: deepseek/deepseek-v3.2)
configPORTServer port (default: 8000)
configHOSTServer host (default: 0.0.0.0)
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/lebedaliv2601-mcpsystem-vrv537)](https://m8ven.ai/mcp/lebedaliv2601-mcpsystem-vrv537)
commit: d8e1e11c6c04a2e7808ed3ead13b5b9aea86b0cb
code hash: 36b2b68c9c5de7ee1ce7c6784de04465e5ea23c73381a6023a780e54f1682895
verified: 6/24/2026, 10:33:29 AM
view raw JSON →