Skip to main content
Glama

Up Banking MCP Server

by alex1092

up_list_accounts

Retrieve all your banking accounts with balances, account types, and ownership details. Filter by account type or ownership to view specific account information.

Instructions

List all accounts for the authenticated user. Returns account balances, types (SAVER, TRANSACTIONAL, HOME_LOAN), and ownership information.

Input Schema

NameRequiredDescriptionDefault
accountTypeNoFilter by account type
ownershipTypeNoFilter by ownership type

Input Schema (JSON Schema)

{ "properties": { "accountType": { "description": "Filter by account type", "enum": [ "SAVER", "TRANSACTIONAL", "HOME_LOAN" ], "type": "string" }, "ownershipType": { "description": "Filter by ownership type", "enum": [ "INDIVIDUAL", "JOINT" ], "type": "string" } }, "type": "object" }

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/alex1092/up-bank-mcp-server'

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