Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Is Bankasi

FreeNot checked

MCP server for Isbank (Is Bankasi) developer API (Turkey). Enables access to accounts, balances, transactions, exchange rates, transfers, and credit cards via O

GitHubEmbed

About

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

README

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)

Tool Description
get_accounts List bank accounts
get_account_balance Get account balance
get_transactions Get account transactions
get_exchange_rates Get current exchange rates
initiate_transfer Initiate EFT/FAST/havale transfer
get_transfer_status Check transfer status
get_credit_cards List credit cards
get_card_transactions Get 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

Variable Required Description
ISBANK_CLIENT_ID Yes OAuth client ID from Isbank developer portal
ISBANK_CLIENT_SECRET Yes OAuth 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

from github.com/theYahia/is-bankasi-mcp

Install Is Bankasi in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install is-bankasi-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add is-bankasi-mcp -- npx -y @theyahia/is-bankasi-mcp

FAQ

Is Is Bankasi MCP free?

Yes, Is Bankasi MCP is free — one-click install via Unyly at no cost.

Does Is Bankasi need an API key?

No, Is Bankasi runs without API keys or environment variables.

Is Is Bankasi hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Is Bankasi in Claude Desktop, Claude Code or Cursor?

Open Is Bankasi on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Is Bankasi with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs