Skip to main content
Glama
OnurByte

TurkishBankMCP

by OnurByte

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CACHE_FILENoPath to the cache file. Use 'off' to disable disk cache. Defaults to '.data/cache.json'..data/cache.json
BANK_PROVIDERNoThe bank provider. Defaults to 'mock' for local testing. Set to 'ohvps' for production access.mock
OHVPS_BASE_URLNoThe base URL of the ÖHVPS provider endpoint. Required when BANK_PROVIDER=ohvps.
OHVPS_GROUP_IDNoOptional group ID for ÖHVPS requests.
OHVPS_TPP_CODENoThe TPP (third-party provider) code. Required when BANK_PROVIDER=ohvps.
HTTP_TIMEOUT_MSNoHTTP timeout in milliseconds. Defaults to 12000.12000
HTTP_MAX_RETRIESNoMaximum number of HTTP retries. Defaults to 2.2
OHVPS_ASPSP_CODENoThe ASPSP (account servicing payment service provider) code. Required when BANK_PROVIDER=ohvps.
HTTP_RETRY_BASE_MSNoBase retry delay in milliseconds. Defaults to 500.500
OHVPS_ACCESS_TOKENNoThe access token for authentication. Alternative to OHVPS_ACCESS_TOKEN_FILE.
OHVPS_SPEC_VERSIONNoThe ÖHVPS specification version. Defaults to '2.0.0'.2.0.0
OHVPS_GATEWAY_TOKENNoThe gateway token for authentication. Alternative to OHVPS_GATEWAY_TOKEN_FILE.
OHVPS_PSU_FRAUD_CHECKNoOptional PSU fraud check value.
HTTP_MAX_RETRY_WAIT_MSNoMaximum retry wait time in milliseconds. Defaults to 5000.5000
OHVPS_ACCESS_TOKEN_FILENoPath to a file containing the access token. Alternative to OHVPS_ACCESS_TOKEN.
OHVPS_GATEWAY_TOKEN_FILENoPath to a file containing the gateway token. Alternative to OHVPS_GATEWAY_TOKEN.
OHVPS_PSU_FRAUD_CHECK_FILENoPath to a file containing the PSU fraud check data.

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
bank_provider_statusA

Show Garanti API Store configuration status without exposing credentials.

bank_test_connectionA

Test Garanti OAuth client_credentials authentication. The access token is never returned.

bank_list_accountsD

Call Garanti Account Information and return its read-only response.

bank_get_balancesC

Read account information from Garanti. This uses the same Account Information product because the public portal does not document a separate balance API.

bank_list_transactionsB

Call Garanti Account Transactions for an account and date range. No payment or transfer endpoint is available to this MCP.

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/OnurByte/TurkishBankMCP'

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