plaid-mcp
by wilderfield
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port. TLS terminates upstream at nanoclaw. | 3333 |
| DB_PATH | No | SQLite path. Mount a persistent volume here. | ./data/plaid-mcp.sqlite |
| LOG_LEVEL | No | Pino log level. All logs go to stderr. | info |
| PLAID_ENV | No | sandbox | development | production | sandbox |
| ADMIN_TOKEN | No | If set, gates /link/admin/* introspection routes | |
| PLAID_SECRET | Yes | From the Plaid dashboard. Never leaves this service. | |
| LINK_BASE_URL | Yes | Public HTTPS base URL the browser will hit (e.g. https://plaid.example.com) | |
| MCP_TRANSPORT | No | stdio | http | http |
| PLAID_USER_ID | No | Stable client_user_id sent to Plaid | family-default |
| PLAID_PRODUCTS | No | Comma list. Common: transactions,investments,liabilities | transactions |
| PLAID_CLIENT_ID | Yes | From the Plaid dashboard | |
| MCP_BEARER_TOKEN | No | Required if MCP_TRANSPORT=http. Bearer required on POST /mcp | |
| PLAID_API_VERSION | No | Pinned API version | 2020-09-14 |
| LINK_SESSION_SECRET | Yes | ≥ 32 bytes hex. HMAC key for signed link URLs. | |
| PLAID_COUNTRY_CODES | No | Comma list of ISO country codes | US |
| PLAID_ENCRYPTION_KEY | Yes | 32 bytes hex (openssl rand -hex 32). AES-256-GCM key for tokens at rest. | |
| LINK_SESSION_TTL_SECONDS | No | Link session lifetime | 900 |
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
ActivityInactive
ResponsivenessNo issues