41
/ 100
1 month ago
glama

Budget Planner MCP

Enables budget management, scenario creation, and value updates through natural language, integrating with the Budget Planner MVP.

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.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configALLOW_PASSWORDLESS_AUTHtrue VITE_ALLOW_PASSWORDLESS_AUTH=true pnpm dev
configAPP_BASE_PATHScenario pages subscribe to Server-Sent Events at ${}/api/budgets/:budgetId/scenarios/:scenarioId/events, so edits from another browser or API client update open views automatically.
configDEPLOY_SKIP_PM2_RESTARTSet =true if you only want to rebuild and sync the frontend output without restarting pm2.
configENV_FILE
configFRONTEND_DISTBUDGET_DOMAIN=example.com BUDGET_BASE_PATH=/abc ACME_EMAIL=admin@example.com BACKEND_UPSTREAM=localhost:4000 =/srv/budget-frontend caddy run --config deploy/Caddyfile
configHTTPSThe backend can serve directly when certificate files are already available:
configPM2_APP_NAMEFor pm2-based deployments, pnpm deploy:prod builds all workspaces, replaces the contents of FRONTEND_DIST, and restarts the backend with pm2 restart ${}. Configure both values in the root .env file:
configPORTHTTPS=true TLS_CERT_FILE=/etc/letsencrypt/live/example.com/fullchain.pem TLS_KEY_FILE=/etc/letsencrypt/live/example.com/privkey.pem =443 pnpm --filter backend start
configTLS_CERT_FILEHTTPS=true =/etc/letsencrypt/live/example.com/fullchain.pem TLS_KEY_FILE=/etc/letsencrypt/live/example.com/privkey.pem PORT=443 pnpm --filter backend start
configTLS_KEY_FILEHTTPS=true TLS_CERT_FILE=/etc/letsencrypt/live/example.com/fullchain.pem =/etc/letsencrypt/live/example.com/privkey.pem PORT=443 pnpm --filter backend start
// 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 3 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/maejie-abc-uet6x1)](https://m8ven.ai/mcp/maejie-abc-uet6x1)
commit: 3fbc6dfc96a40ec27d59f3abaf0656dc3b90c723
code hash: 669b459166da641cd24a56456097f889e4653169f7ca99b9f362a80733b2366a
verified: 6/18/2026, 11:23:59 AM
view raw JSON →