Skip to main content
Glama
alex1092

Up Banking MCP Server

by alex1092

Related Servers

Alternatives to Up Banking MCP Server

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables querying Up Bank account transactions and spending habits through natural language, using the Up Bank API in read-only mode.
      5 npm
      8
      Do What The F*ck You Want To Public
    • F
      license
      Not graded
      quality
      C
      maintenance
      Enables MCP clients to interact with Up Bank accounts and transactions, including reading balances, summarizing spending, and categorizing or tagging transactions.
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      An MCP wrapper for Up Bank's API that allows Claude and other MCP-enabled clients to manage accounts, transactions, categories, tags, and webhooks from Up Bank.
      3
      MIT
    • -
      license
      Not graded
      quality
      Not graded
      maintenance
      Enables interaction with Monzo bank accounts for balance checking, transaction management, pot operations, and reconciliation through natural language.
      -
    • F
      license
      Not graded
      quality
      D
      maintenance
      Enables secure interaction with Plaid's Transactions API to sync, search, and analyze financial transactions from linked bank accounts using natural language queries.
      -
    • A
      license
      A
      quality
      C
      maintenance
      Enables interaction with You Need A Budget (YNAB) through their API, allowing users to manage budgets, accounts, categories, transactions, payees, and scheduled transactions through natural language.
      12
      10 npm
      1
      GPL 3.0

    TDQS

    A3.7/5.0

    Scored across 7 tools

    Disambiguation5/5

    Every tool has a clearly distinct purpose with no ambiguity. The tools are organized around three main resources (accounts, categories, transactions) with specific get and list operations for each, plus a separate ping utility. The descriptions clearly differentiate between retrieving single items by ID versus listing multiple items with filtering options.

    Naming Consistency5/5

    All tools follow a perfectly consistent 'up_verb_noun' pattern throughout. The verb-noun combinations are logical and predictable (get_account, list_accounts, get_category, list_categories, etc.), with consistent snake_case formatting. The ping tool also fits this pattern as a special case.

    Tool Count5/5

    Seven tools is an ideal number for this banking API server. It provides complete coverage for the three core resource types (accounts, categories, transactions) with both get and list operations, plus a connection test utility. Each tool earns its place without being overwhelming or insufficient.

    Completeness4/5

    The toolset provides excellent read-only coverage for the banking domain with get and list operations for all major resources. The only minor gap is the absence of write operations (create/update/delete transactions or accounts), but this is likely intentional for a banking API focused on data retrieval rather than modification. The surface covers all essential querying workflows.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues