Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | Port for MCP server when using streamable-http transport | 8000 |
| PLAID_ENV | Yes | Plaid environment (sandbox or production) | |
| DATABASE_URL | No | PostgreSQL database URL (required if STORAGE_MODE=postgres) | |
| PLAID_SECRET | Yes | Your Plaid secret | |
| STORAGE_MODE | No | Storage mode (file or postgres) | file |
| MCP_TRANSPORT | No | MCP transport mode (stdio or streamable-http) | stdio |
| ENCRYPTION_KEY | Yes | Your 32-byte encryption key for securing access tokens | |
| PLAID_CLIENT_ID | Yes | Your Plaid client ID | |
| BALANCE_CACHE_TTL | No | Balance cache time-to-live in seconds | 300 |
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 | |