Destinations

Model Context Protocol (MCP)

The Model Context Protocol (MCP) is an open standard that lets AI assistants like Claude access external data sources. The Lunch Flow MCP server lets you query your financial data through natural language.

Prerequisites

  • An active Lunch Flow account with at least one connected bank
  • Claude Desktop or another compatible AI assistant

Setup

Install the Lunch Flow MCP server via Smithery and configure your API key through the dashboard.

Available tools

ToolDescription
lunchflow_list_accountsLists all connected bank accounts with institution, currency, and status
lunchflow_get_account_transactionsRetrieves transaction history with dates, amounts, merchants, and categories
lunchflow_get_account_balanceReturns current and available balances for a specific account

What you can do

Claude using Lunch Flow MCP to fetch account balances

  • Analyse spending patterns across accounts
  • Get a natural-language summary of your finances
  • Categorise and reconcile expenses
  • Ask questions like "How much did I spend on food last month?"

Security

  • Read-only access - the MCP server cannot move money or modify accounts
  • Open-source code
  • Encrypted authentication - your banking credentials are never stored
  • Only the specific data needed to answer your question is sent to the AI

When you ask a question, Claude processes the data temporarily. Banking details are not permanently retained.

How is this guide?