financas-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_AUTH_TOKEN | No | The bearer token required for authentication to the MCP server. Every request to /mcp needs an Authorization: Bearer <token> header. This token is required for the server to function. | |
| PLUGGY_CLIENT_ID | No | Pluggy client ID for authenticating with the Pluggy API (used for fetching credit card statements from Nubank via Open Finance). | |
| PLUGGY_ACCOUNT_ID | No | Optional account ID when there are multiple credit card accounts under a single Pluggy item. If not set, the server uses the first account with type 'CREDIT'. | |
| CSV_STATEMENTS_DIR | No | Directory where CSV statement files are stored when using the CSV gateway instead of Pluggy. This is used when PLUGGY_CLIENT_ID and PLUGGY_CLIENT_SECRET are not provided. | ./statements |
| PLUGGY_CLIENT_SECRET | No | Pluggy client secret for authenticating with the Pluggy API (used alongside PLUGGY_CLIENT_ID for obtaining an access token). | |
| CLOUDFLARE_TUNNEL_TOKEN | No | Cloudflare tunnel token used for exposing the MCP server as a remote connector via a Cloudflare Tunnel. |
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 | |