indmoney-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log verbosity: DEBUG, INFO, WARNING, ERROR. | INFO |
| SESSIONS_DIR | No | Path to store encrypted session + cache files. | ./sessions |
| BROWSER_DATA_DIR | No | Path to store the persistent Playwright browser profile. | ./browser-data |
| BROWSER_HEADLESS | No | Set true to hide the browser window (not recommended). | false |
| API_TOTAL_TIMEOUT | No | Total timeout for a full data fetch in seconds. | 60 |
| CACHE_TTL_MINUTES | No | Disk cache TTL in minutes. | 60 |
| SESSION_TTL_HOURS | No | How long a logged-in session stays valid before requiring re-login. | 12 |
| API_REQUEST_TIMEOUT | No | Per-request timeout in seconds. | 10 |
| SESSION_ENCRYPTION_KEY | No | 32-byte hex key for AES-256-GCM session encryption. If omitted, a new key is generated on every restart. | |
| IN_MEMORY_CACHE_TTL_MINUTES | No | In-memory cache TTL in minutes. | 5 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/VIckys-AI-Stuffs/indmoney-mcp-python'
If you have feedback or need assistance with the MCP directory API, please join our Discord server