Give Claude AI read-only access to your entire INDmoney portfolio. Fetch Indian stocks, mutual funds, US stocks, gold, credit cards, loans, savings, and Experian credit score — all from Claude Desktop. Uses Playwright browser automation with OTP login and AES-256-GCM encrypted persistent sessions.
Server Config
{
"mcpServers": {
"indmoney": {
"command": "python",
"args": [
"-m",
"mcp_server.main"
],
"env": {
"PYTHONUNBUFFERED": "1",
"SESSION_ENCRYPTION_KEY": "<your-32-byte-hex-key>"
}
}
}
}