MyFinanceMCP
by raghav18482
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATABASE_URL | Yes | Postgres connection string (e.g. Neon pooler URL with ?sslmode=require). | |
| ADMIN_API_KEY | Yes | Static key protecting all /api/admin/* endpoints. | |
| ENCRYPTION_KEY | Yes | Fernet key for encrypting Angel credentials in DB. Generate with: python -m db.crypto generate | |
| SESSION_SECRET | No | Signs session cookies. Random key generated on each restart if unset (invalidates existing cookies). | |
| ANGELONE_API_KEY | No | Bootstrap credentials for local ADK agent testing (for ADK CLI only). | |
| ANGELONE_PASSWORD | No | Bootstrap credentials for local ADK agent testing (for ADK CLI only). | |
| SCHEDULER_ENABLED | No | Set to 1 to start the APScheduler tick on process startup (for briefings). | |
| ANGELONE_CLIENT_ID | No | Bootstrap credentials for local ADK agent testing (for ADK CLI only). | |
| OPENROUTER_API_KEY | Yes | Server-side LLM key for Agent/Trading/Briefing. | |
| ANGELONE_TOTP_SECRET | No | Bootstrap credentials for local ADK agent testing (for ADK CLI only). |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues