Skip to main content
Glama
open-banking-io

open-banking-io MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_accountsA

List the user's bank accounts with balances, IBAN, owner and bank name.

Sensitive fields are decrypted in-process from the zero-knowledge envelopes. Use an account's id for get_balances / get_transactions.

get_balancesA

Get the balances (booked, available, ...) of one account.

type is the ISO 20022 balance code: ITBD = booked (interim), ITAV = available. account_id comes from list_accounts.

get_transactionsA

Get statement transactions for one account, newest first.

Args: account_id: Account id from list_accounts. date_from: Optional inclusive start date, ISO YYYY-MM-DD. date_to: Optional inclusive end date, ISO YYYY-MM-DD. limit: Page size (default 50, max 500 — keep small to protect context). offset: Skip offset items before the page (for pagination).

list_connectionsA

List the user's bank connections (consents): status, validity, last sync.

A connection with status expired / needs_reconnect means fresh data requires re-consent in the open-banking.io app — this server cannot restore consent.

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/open-banking-io/mcp-server'

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