MCP server for tracking Angel One portfolio with AI-powered daily briefings, a trading agent, and ML-based price predictions.
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.
process.env. You'll be asked to provide them before it can run.ADMIN_API_KEY— Yes Static key protecting all /api/admin/ endpointsADK_LITELLM_MODELADK_AGENT_TEMPERATUREOPENROUTER_API_KEY— Finance ADK Agent — chat with the Google ADK finance assistant (Angel One + research tools) via the Agent tab. Requires on the serverANGELONE_API_KEY— For ADK CLI only Bootstrap credentials for local ADK agent testingANGEL_API_KEYANGELONE_CLIENT_ID— For ADK CLI only See aboveANGEL_CLIENT_IDANGELONE_PASSWORD— For ADK CLI only See aboveANGEL_PASSWORDANGELONE_TOTP_SECRET— For ADK CLI only See aboveANGEL_TOTP_SECRETADK_ANGEL_SESSION_IDENCRYPTION_KEY— Yes Fernet key for encrypting Angel credentials in DB. Generate with: python -m db.crypto generateDATABASE_URL— Yes Postgres connection string (e.g. Neon pooler URL with ?sslmode=require)MCP_ACCOUNT_SERVER_URLSCHEDULER_ENABLED— One 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.PORTOPENROUTER_BASE_URLOPENROUTER_HTTP_REFEREROPENROUTER_APP_NAMESESSION_SECRET— Recommended Signs session cookies. Random key generated on each restart if unset (invalidates existing cookies)[](https://m8ven.ai/mcp/raghav18482-myfinancesmcp-1fnshb)