67
/ 100
9 days ago
glama

MyFinanceMCP

MCP server for tracking Angel One portfolio with AI-powered daily briefings, a trading agent, and ML-based price predictions.

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 10 credentials: ADMIN_API_KEY, OPENROUTER_API_KEY, ANGELONE_API_KEY, ANGEL_API_KEY, ANGELONE_PASSWORD, ANGEL_PASSWORD, ANGELONE_TOTP_SECRET, ANGEL_TOTP_SECRET, ENCRYPTION_KEY, SESSION_SECRET
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.
🔐 secretADMIN_API_KEYYes Static key protecting all /api/admin/ endpoints
configADK_LITELLM_MODEL
configADK_AGENT_TEMPERATURE
🔐 secretOPENROUTER_API_KEYFinance ADK Agent — chat with the Google ADK finance assistant (Angel One + research tools) via the Agent tab. Requires on the server
🔐 secretANGELONE_API_KEYFor ADK CLI only Bootstrap credentials for local ADK agent testing
🔐 secretANGEL_API_KEY
configANGELONE_CLIENT_IDFor ADK CLI only See above
configANGEL_CLIENT_ID
🔐 secretANGELONE_PASSWORDFor ADK CLI only See above
🔐 secretANGEL_PASSWORD
🔐 secretANGELONE_TOTP_SECRETFor ADK CLI only See above
🔐 secretANGEL_TOTP_SECRET
configADK_ANGEL_SESSION_ID
🔐 secretENCRYPTION_KEYYes Fernet key for encrypting Angel credentials in DB. Generate with: python -m db.crypto generate
configDATABASE_URLYes Postgres connection string (e.g. Neon pooler URL with ?sslmode=require)
configMCP_ACCOUNT_SERVER_URL
configSCHEDULER_ENABLEDOne process ([main.py](main.py)) mounts the MCP app under /mcp and the FastAPI web app at / on a single Uvicorn port. The scheduler runs inside the same process (APScheduler async) when =1.
configPORT
configOPENROUTER_BASE_URL
configOPENROUTER_HTTP_REFERER
configOPENROUTER_APP_NAME
🔐 secretSESSION_SECRETRecommended Signs session cookies. Random key generated on each restart if unset (invalidates existing cookies)
// 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 7 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/raghav18482-myfinancesmcp-1fnshb)](https://m8ven.ai/mcp/raghav18482-myfinancesmcp-1fnshb)
commit: e2ebbaa588c909c3a2fd31c2209e9da2ba739a2b
code hash: 049126e4a8fe5fb91460a5f18a7ffcb1269c5c6064dbf617646a321c25882618
verified: 7/22/2026, 8:47:54 AM
view raw JSON →