Copiloto Financeiro MCP Server
by Botelho31
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for the backend server. | 3000 |
| DB_PATH | No | Path to the SQLite database file. | ./data/budget.sqlite |
| SMTP_FROM | No | SMTP from address for email notifications. | |
| SMTP_HOST | No | SMTP server host for email notifications. | |
| SMTP_PASS | No | SMTP password for email notifications. | |
| SMTP_PORT | No | SMTP server port for email notifications. | |
| SMTP_USER | No | SMTP user for email notifications. | |
| MIN_BUFFER | No | Balance floor below which a projected month is flagged as a shortfall. | 0 |
| CRON_SCHEDULE | No | When the daily sync runs. | 0 6 * * * |
| SESSION_SECRET | Yes | Any long random string, e.g. `openssl rand -hex 32` | |
| PLUGGY_ITEM_IDS | No | One-time bootstrap only - Pluggy Item IDs. Leave blank for fresh install. | |
| PLUGGY_CLIENT_ID | No | One-time bootstrap only - Pluggy Client ID. Leave blank for fresh install. | |
| PUSHOVER_APP_TOKEN | No | Only needed if you want push notifications via Pushover. | |
| PLUGGY_CLIENT_SECRET | No | One-time bootstrap only - Pluggy Client Secret. Leave blank for fresh install. | |
| LARGE_TRANSACTION_THRESHOLD | No | Flag any newly synced transaction at or above this amount (BRL). | 500 |
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
ActivityStale
ResponsivenessNo issues