Bank
by noskillish
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APP_NAME | No | Optional name shown on the sign-in and status pages | Bank™ |
| BASE_URL | Yes | Public HTTPS base URL, e.g., https://YOUR-HOST | |
| DATA_DIR | No | Directory for persistent state | /data |
| EB_APP_ID | Yes | The Enable Banking application ID | |
| TLS_KEY_PATH | No | Path to TLS key (for local HTTPS) | |
| TLS_CERT_PATH | No | Path to TLS certificate (for local HTTPS) | |
| ADMIN_PASSWORD | No | Plain admin password (alternative to ADMIN_PASSWORD_HASH) | |
| EB_PRIVATE_KEY | No | Base64 encoded .pem private key contents (alternative to EB_PRIVATE_KEY_PATH) | |
| DEFAULT_COUNTRY | Yes | Your country code, e.g., DK | |
| NOTIFY_WEBHOOK_URL | No | Optional webhook URL for watch notifications and sign-in alerts | |
| ADMIN_PASSWORD_HASH | No | Password hash generated by `npm run hash-password` (alternative to ADMIN_PASSWORD) | |
| EB_PRIVATE_KEY_PATH | No | Path to the .pem private key file (alternative to EB_PRIVATE_KEY) | |
| ALLOWED_REDIRECT_HOSTS | No | Comma-separated list of allowed redirect hosts (security) |
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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/noskillish/bank'
If you have feedback or need assistance with the MCP directory API, please join our Discord server