Price Per TokenPrice Per Token
Lunch Flow: connect your banks and financial data

Lunch Flow: connect your banks and financial data

by lunchflow

GitHub 4 35 uses Remote
0

About

Lunch Flow is a financial data aggregation service that connects your bank accounts to AI assistants for real-time access to balances, transactions, and spending insights. Key features of Lunch Flow: - Access 20,000+ banks across 40+ countries through a single integration. - Query account balances and transaction history using natural language. - Search and compare spending activity across accounts, merchants, and categories. - Read-only access ensures your credentials and sensitive data remain secure. - API-based connection to your Lunch Flow account—no bank credentials stored in the MCP server.

README

Lunch Flow MCP Server

[](https://smithery.ai/server/@lunchflow/mcp)

> Connect your bank accounts to Claude and other AI assistants. Access financial data from 20,000+ banks across 40+ countries through natural language.

Query balances, transactions, and spending patterns without leaving your conversation - powered by your Lunch Flow account.

Built with the Model Context Protocol and Smithery SDK

Features

This MCP server provides three tools for accessing your financial data:

  • lunchflow_list_accounts - Get all your connected bank accounts
  • lunchflow_get_account_transactions - Get transaction history for a specific account
  • lunchflow_get_account_balance - Get current balance for a specific account
  • Note: these match Lunch Flow's API.

    Quick Start

    Prerequisites

    1. Lunch Flow account: Sign up at lunchflow.app 2. Connect your banks: Link your accounts through Lunch Flow 3. API key: Get yours at lunchflow.app/destinations

    Installation

    Install via Smithery:

    smithery install @lunchflow/mcp
    

    Or clone and run locally:

    git clone https://github.com/lunchflow/mcp.git
    cd mcp
    npm install
    npm run dev
    

    Configuration

    For Smithery Deployment

    Add to smithery.yaml:

    runtime: typescript
    

    Usage Examples

    Once configured, you can ask Claude questions like:

  • "What are my connected bank accounts?"
  • "Show me my transactions from last week"
  • "What's my current checking account balance?"
  • "How much did I spend on groceries this month?"
  • "Compare my spending between Chase and Wells Fargo"
  • Claude will use the MCP tools to fetch real-time data from your Lunch Flow account.

    Development

    Building

    npm run build
    

    Local Testing

    npm run dev
    

    The development server will start and you can test the MCP tools locally.

    Bank Coverage

    Lunch Flow supports 20,000+ banks across 40+ countries.

    View full coverage →

    Security & Privacy

  • ✅ Read-only access to your financial data
  • ✅ API keys are securely encrypted
  • ✅ No credentials stored in the MCP server
  • ✅ All data fetched from your Lunch Flow account
  • ✅ Open source for transparency
  • Learn more about security →

    Support

  • Discord: Join our community
  • Email: hello@lunchflow.app
  • License

    MIT License - see LICENSE for details

    Learn More

  • Lunch Flow - Connect your bank accounts
  • Smithery - MCP server hosting platform
  • Model Context Protocol - MCP specification
  • API Documentation - Lunch Flow API docs
  • Related MCP Servers

    AI Research Assistant

    AI Research Assistant

    hamid-vakilzadeh

    AI Research Assistant provides comprehensive access to millions of academic papers through the Semantic Scholar and arXiv databases. This MCP server enables AI coding assistants to perform intelligent literature searches, citation network analysis, and paper content extraction without requiring an API key. Key features include: - Advanced paper search with multi-filter support by year ranges, citation thresholds, field of study, and publication type - Title matching with confidence scoring for finding specific papers - Batch operations supporting up to 500 papers per request - Citation analysis and network exploration for understanding research relationships - Full-text PDF extraction from arXiv and Wiley open-access content (Wiley TDM token required for institutional access) - Rate limits of 100 requests per 5 minutes with options to request higher limits through Semantic Scholar

    Web & Search
    12 8
    Linkup

    Linkup

    LinkupPlatform

    Linkup is a real-time web search and content extraction service that enables AI assistants to search the web and retrieve information from trusted sources. It provides source-backed answers with citations, making it ideal for fact-checking, news gathering, and research tasks. Key features of Linkup: - Real-time web search using natural language queries to find current information, news, and data - Page fetching to extract and read content from any webpage URL - Search depth modes: Standard for direct-answer queries and Deep for complex research across multiple sources - Source-backed results with citations and context from relevant, trustworthy websites - JavaScript rendering support for accessing dynamic content on JavaScript-heavy pages

    Web & Search
    2 24
    Math-MCP

    Math-MCP

    EthanHenrickson

    Math-MCP is a computation server that enables Large Language Models (LLMs) to perform accurate numerical calculations through the Model Context Protocol. It provides precise mathematical operations via a simple API to overcome LLM limitations in arithmetic and statistical reasoning. Key features of Math-MCP: - Basic arithmetic operations: addition, subtraction, multiplication, division, modulo, and bulk summation - Statistical analysis functions: mean, median, mode, minimum, and maximum calculations - Rounding utilities: floor, ceiling, and nearest integer rounding - Trigonometric functions: sine, cosine, tangent, and their inverses with degrees and radians conversion support

    Developer Tools
    22 81