poke-plaid-mcp
by zayedu
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Bind interface. | 127.0.0.1 |
| PORT | No | HTTP/MCP port. | 3000 |
| NODE_ENV | No | Environment mode. | development |
| PLAID_ENV | No | Plaid environment (sandbox or production). | sandbox |
| MCP_API_KEY | No | API key for /mcp endpoint authorization. Required for internet-facing use. | |
| SETUP_TOKEN | No | Token required to use /setup endpoints. | |
| PLAID_SECRET | No | Plaid secret. | |
| ALLOWED_HOSTS | No | Extra Host header allowlist entries. | |
| ALLOW_ANY_HOST | No | Disable Host-header allowlisting. | false |
| PLAID_APP_NAME | No | App name shown in Plaid Link. | Poke Portfolio |
| PLAID_PRODUCTS | No | Comma-separated Plaid products. | investments |
| ALLOWED_ORIGINS | No | Extra Origin allowlist entries. | |
| PLAID_CLIENT_ID | No | Plaid client ID. | |
| PUBLIC_BASE_URL | No | Public URL for the server. | http://localhost:3000 |
| TOKEN_STORE_PATH | No | Path to encrypted token storage file. | ./data/items.json |
| PLAID_COUNTRY_CODES | No | Comma-separated country codes. | US,CA |
| TOKEN_ENCRYPTION_KEY | No | AES-256-GCM key for encrypting tokens at rest. |
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
ActivitySlowing
ResponsivenessNo issues