poke-bank
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port inside the container | 3000 |
| DB_PATH | No | SQLite path | /data/sessions.db |
| MCP_API_KEY | No | Bearer token for MCP clients. Required unless POKE_TUNNEL is set to 1. | |
| POKE_TUNNEL | No | Set to 1 when using the Poke tunnel (disables MCP_API_KEY requirement) | |
| RATE_LIMIT_GET_RPM | No | GET rate limit per IP | 30 |
| ENABLE_BANKING_BASE | No | API base URL | https://api.enablebanking.com |
| RATE_LIMIT_POST_RPM | No | POST rate limit per IP | 120 |
| SESSION_ENCRYPTION_KEY | No | 64 hex chars (32 bytes) for AES-256-GCM session encryption | |
| ENABLE_BANKING_CLIENT_ID | No | Enable Banking OAuth2 client ID | |
| ENABLE_BANKING_REDIRECT_URI | No | OAuth2 redirect URI registered with Enable Banking | |
| ENABLE_BANKING_CLIENT_SECRET | No | Enable Banking OAuth2 client secret |
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
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/kacperkwapisz/poke-bank'
If you have feedback or need assistance with the MCP directory API, please join our Discord server