69
/ 100
1 month ago
glama

MCP Weather & Accruals Server

Provides weather data via OpenWeatherMap API, file operations, and integration with remote PostgreSQL database for managing accrual records through a FastAPI backend, all accessible through natural language via Deepseek.

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: OPENWEATHER_API_KEY, DEEPSEEK_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.
configLOG_LEVELУровень логирования можно настроить через переменную окружения в .env.
🔐 secretOPENWEATHER_API_KEYваш_ключ_здесь
🔐 secretDEEPSEEK_API_KEYваш_ключ_здесь
configDATABASE_URLpostgresql://username:password@192.168.0.134:5432/mydb
configACCRUALS_API_URLDeepseek может запрашивать данные о начислениях через REST API (FastAPI) — если у вас уже развернут удалённый API, укажите его базовый URL в переменной .
// 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/asxrnd-mcp-deepseek-182m16)](https://m8ven.ai/mcp/asxrnd-mcp-deepseek-182m16)
commit: 2fe83d4a93795b677d88bb5e44a5f6560c37c867
code hash: 1d9f2cb96c76d661c8e3cbf75cdeadd031c535c46e28c365e5d31dfd78b6c425
verified: 6/26/2026, 9:48:56 AM
view raw JSON →