Skip to main content
Glama
wilderfield

plaid-mcp

by wilderfield

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoHTTP port. TLS terminates upstream at nanoclaw.3333
DB_PATHNoSQLite path. Mount a persistent volume here../data/plaid-mcp.sqlite
LOG_LEVELNoPino log level. All logs go to stderr.info
PLAID_ENVNosandbox | development | productionsandbox
ADMIN_TOKENNoIf set, gates /link/admin/* introspection routes
PLAID_SECRETYesFrom the Plaid dashboard. Never leaves this service.
LINK_BASE_URLYesPublic HTTPS base URL the browser will hit (e.g. https://plaid.example.com)
MCP_TRANSPORTNostdio | httphttp
PLAID_USER_IDNoStable client_user_id sent to Plaidfamily-default
PLAID_PRODUCTSNoComma list. Common: transactions,investments,liabilitiestransactions
PLAID_CLIENT_IDYesFrom the Plaid dashboard
MCP_BEARER_TOKENNoRequired if MCP_TRANSPORT=http. Bearer required on POST /mcp
PLAID_API_VERSIONNoPinned API version2020-09-14
LINK_SESSION_SECRETYes≥ 32 bytes hex. HMAC key for signed link URLs.
PLAID_COUNTRY_CODESNoComma list of ISO country codesUS
PLAID_ENCRYPTION_KEYYes32 bytes hex (openssl rand -hex 32). AES-256-GCM key for tokens at rest.
LINK_SESSION_TTL_SECONDSNoLink session lifetime900

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/wilderfield/plaid-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server