69
/ 100
3 days ago
glama

MCP Weather Lab

MCP server that provides weather alerts and forecasts using the National Weather Service API, designed as an educational lab for learning MCP transport and data-layer design.

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 2 credentials: GEMINI_API_KEY, GOOGLE_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.
configMCP_CLIENT_MODE$env:="http"
configMCP_HTTP_URL$env:="http://127.0.0.1:8000/mcp"
🔐 secretGEMINI_API_KEY1. Set or GOOGLE_API_KEY in .env.
🔐 secretGOOGLE_API_KEY1. Set GEMINI_API_KEY or in .env.
configMCP_HOST
configMCP_PORT2. Confirm and MCP_PATH values.
configMCP_PATH2. Confirm MCP_PORT and values.
// 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 5 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/mike00028-mcp-weather-app-akeuiq)](https://m8ven.ai/mcp/mike00028-mcp-weather-app-akeuiq)
commit: 515f7e291a39becaf809489c0d531e367b016bc6
code hash: e0041ffbdd97f3489e86a7862b4c40cbff2ba7563eefdf692ec13dc843dcefff
verified: 6/24/2026, 9:42:41 AM
view raw JSON →