TurkishBankMCP
by OnurByte
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CACHE_FILE | No | Path to the cache file. Use 'off' to disable disk cache. Defaults to '.data/cache.json'. | .data/cache.json |
| BANK_PROVIDER | No | The bank provider. Defaults to 'mock' for local testing. Set to 'ohvps' for production access. | mock |
| OHVPS_BASE_URL | No | The base URL of the ÖHVPS provider endpoint. Required when BANK_PROVIDER=ohvps. | |
| OHVPS_GROUP_ID | No | Optional group ID for ÖHVPS requests. | |
| OHVPS_TPP_CODE | No | The TPP (third-party provider) code. Required when BANK_PROVIDER=ohvps. | |
| HTTP_TIMEOUT_MS | No | HTTP timeout in milliseconds. Defaults to 12000. | 12000 |
| HTTP_MAX_RETRIES | No | Maximum number of HTTP retries. Defaults to 2. | 2 |
| OHVPS_ASPSP_CODE | No | The ASPSP (account servicing payment service provider) code. Required when BANK_PROVIDER=ohvps. | |
| HTTP_RETRY_BASE_MS | No | Base retry delay in milliseconds. Defaults to 500. | 500 |
| OHVPS_ACCESS_TOKEN | No | The access token for authentication. Alternative to OHVPS_ACCESS_TOKEN_FILE. | |
| OHVPS_SPEC_VERSION | No | The ÖHVPS specification version. Defaults to '2.0.0'. | 2.0.0 |
| OHVPS_GATEWAY_TOKEN | No | The gateway token for authentication. Alternative to OHVPS_GATEWAY_TOKEN_FILE. | |
| OHVPS_PSU_FRAUD_CHECK | No | Optional PSU fraud check value. | |
| HTTP_MAX_RETRY_WAIT_MS | No | Maximum retry wait time in milliseconds. Defaults to 5000. | 5000 |
| OHVPS_ACCESS_TOKEN_FILE | No | Path to a file containing the access token. Alternative to OHVPS_ACCESS_TOKEN. | |
| OHVPS_GATEWAY_TOKEN_FILE | No | Path to a file containing the gateway token. Alternative to OHVPS_GATEWAY_TOKEN. | |
| OHVPS_PSU_FRAUD_CHECK_FILE | No | Path to a file containing the PSU fraud check data. |
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/OnurByte/TurkishBankMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server