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. |
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/zayedu/poke-plaid-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server