MCP Hub
Back to servers

@theyahia/is-bankasi-mcp

MCP server for Isbank — open banking, account info, payments (Turkey)

npm182/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/is-bankasi-mcp

is-bankasi-mcp

MCP server for Isbank (Is Bankasi) developer API (Turkey). Access accounts, balances, transactions, exchange rates, transfers, and credit cards via OAuth 2.0 authentication.

Tools (8)

ToolDescription
get_accountsList bank accounts
get_account_balanceGet account balance
get_transactionsGet account transactions
get_exchange_ratesGet current exchange rates
initiate_transferInitiate EFT/FAST/havale transfer
get_transfer_statusCheck transfer status
get_credit_cardsList credit cards
get_card_transactionsGet credit card transactions

Quick Start

{
  "mcpServers": {
    "isbank": {
      "command": "npx",
      "args": ["-y", "@theyahia/is-bankasi-mcp"],
      "env": {
        "ISBANK_CLIENT_ID": "<YOUR_CLIENT_ID>",
        "ISBANK_CLIENT_SECRET": "<YOUR_CLIENT_SECRET>"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
ISBANK_CLIENT_IDYesOAuth client ID from Isbank developer portal
ISBANK_CLIENT_SECRETYesOAuth client secret from Isbank developer portal

Demo Prompts

  • "Show me all my Isbank accounts"
  • "What is the balance of account ACC001?"
  • "List transactions from March 2026 for my main account"
  • "What is the current USD/TRY exchange rate?"
  • "Transfer 5000 TRY to IBAN TR123456 via FAST"
  • "Show my credit card transactions for this month"

License

MIT

Reviews

No reviews yet

Sign in to write a review