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 |
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Botelho31/copiloto-financeiro'
If you have feedback or need assistance with the MCP directory API, please join our Discord server