Skip to main content
Glama

Up Banking MCP Server

by alex1092

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
UP_API_TOKENYesYour Up Banking personal access token for API authentication

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
up_ping

Test the Up API connection and verify authentication is working

up_list_accounts

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

up_get_account

Get details for a specific account by ID, including current balance and account information.

up_list_transactions

List transactions across all accounts or for a specific account. Supports filtering by status, date range, category, and tags. Returns paginated results ordered newest first.

up_get_transaction

Get detailed information about a specific transaction by ID, including amount, description, category, and related account.

up_list_categories

List all spending categories in Up. Categories have a parent-child relationship. Use this to understand category IDs for filtering transactions.

up_get_category

Get details about a specific category by ID, including its name and parent/child relationships.

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