# mybanx — Connect AI to Your Bank Accounts

mybanx Open Banking gives Claude and any MCP-compatible AI live access to your real bank accounts. Ask about transactions, expenses, top clients, cash flow, and growth forecasts — in plain language. …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add mybanx/open-banking-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list mybanx/open-banking-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get mybanx/open-banking-mcp ListTransactions

# Call a tool
npx -y @smithery/cli@latest tool call mybanx/open-banking-mcp ListTransactions '{}'
```

## Direct MCP Connection

Endpoint: `https://open-banking-mcp--mybanx.run.tools`

## Tools (3)

- `ListTransactions` — List all transactions for a given bank account, optional search term may be provided.
- `ListBankAccounts` — List all details of all my bank accounts for a given company
- `ListCompanies` — List all my companies for which bank accounts are available

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get mybanx/open-banking-mcp <tool-name>
```
