Skip to main content
Glama

Up Banking MCP Server

by alex1092

up_list_transactions

Retrieve and filter banking transactions by account, date range, status, category, or tags to analyze spending patterns and financial activity.

Instructions

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.

Input Schema

NameRequiredDescriptionDefault
accountIdNoOptional: Filter to transactions for a specific account
statusNoFilter by transaction status (pending or settled)
sinceNoStart date-time in RFC 3339 format (e.g., 2024-01-01T00:00:00+10:00)
untilNoEnd date-time in RFC 3339 format (e.g., 2024-12-31T23:59:59+10:00)
categoryNoFilter by category ID (e.g., 'restaurants-and-cafes', 'good-life')
tagNoFilter by transaction tag
pageSizeNoNumber of records to return (default: 30, max: 100)

Input Schema (JSON Schema)

{ "properties": { "accountId": { "description": "Optional: Filter to transactions for a specific account", "type": "string" }, "category": { "description": "Filter by category ID (e.g., 'restaurants-and-cafes', 'good-life')", "type": "string" }, "pageSize": { "description": "Number of records to return (default: 30, max: 100)", "type": "number" }, "since": { "description": "Start date-time in RFC 3339 format (e.g., 2024-01-01T00:00:00+10:00)", "type": "string" }, "status": { "description": "Filter by transaction status (pending or settled)", "enum": [ "HELD", "SETTLED" ], "type": "string" }, "tag": { "description": "Filter by transaction tag", "type": "string" }, "until": { "description": "End date-time in RFC 3339 format (e.g., 2024-12-31T23:59:59+10:00)", "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