Up Bank MCP Server logo

Up Bank MCP Server

by stuliston

An MCP server implementation for Up Bank's API, enabling AI agents to interact with Up Bank accounts. It provides a secure and standardized way to access account information and transaction history.

View on GitHub

Last updated: N/A

Up Bank MCP Server

An MCP (Model Context Protocol) server implementation for Up Bank's API, allowing AI agents to interact with Up Bank accounts.

Features

  • Account balance checking
  • Transaction history viewing
  • Secure API token handling
  • MCP-compliant server implementation

Requirements

  • Python 3.10+
  • Up Bank API token
  • MCP SDK

Setup

  1. Clone the repository
  2. Create a virtual environment:
    python -m venv venv
    source venv/bin/activate  # On Unix/macOS
    
  3. Install dependencies:
    pip install -r requirements.txt
    
  4. Create a .env file with your Up Bank API token:
    UP_TOKEN=your_token_here
    

Development

Currently in initial development phase. Features being implemented:

  • Basic account information retrieval
  • Transaction history viewing
  • MCP server implementation

Security

  • API tokens are stored in .env file (not committed to repository)
  • Using environment variables for sensitive data
  • Following Up Bank API security best practices

License

MIT License