Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Israeli Bank Scrapers Mcp Demo

    A Model Context Protocol (MCP) server that demonstrates how to scrape financial data using the israeli-bank-scrapers library

    1 stars
    JavaScript
    Updated May 6, 2025

    Table of Contents

    • Features
    • Installation
    • Configuration
    • Chromium Path
    • Usage
    • Available Tools
    • 1. Scrape Transactions
    • Security Notes
    • Development
    • Troubleshooting
    • Chromium Issues

    Table of Contents

    • Features
    • Installation
    • Configuration
    • Chromium Path
    • Usage
    • Available Tools
    • 1. Scrape Transactions
    • Security Notes
    • Development
    • Troubleshooting
    • Chromium Issues

    Documentation

    Credit Card MCP Server Demo

    This is a Model Context Protocol (MCP) server that provides tools for fetching and managing credit card transactions using the israeli-bank-scrapers library.

    Features

    • Fetch credit card transactions from Israeli banks (Demo shows a single provider scraping process)
    • Store transactions in a local SQLite database
    • Query stored transactions with filtering options
    • Secure credential management

    Installation

    1. Clone the repository

    2. Install dependencies:

    bash
    npm install

    Configuration

    Chromium Path

    The server requires Chromium for web scraping. You can configure the path to the Chromium executable in two ways:

    1. Environment variable:

    bash
    export CHROMIUM_PATH=/path/to/chromium

    2. Default path:

    The default path is set to /opt/homebrew/bin/chromium. You can modify this in src/config.ts.

    Usage

    1. Build the project:

    bash
    npm run build

    2. Start the server:

    bash
    npm start

    Available Tools

    1. Scrape Transactions

    Fetch transactions from your bank:

    json
    {
      "name": "scrapeTransactions",
      "arguments": {
        "credentials": {
          "username": "your_username",
          "password": "your_password"
        }
      }
    }

    Security Notes

    • Credentials are stored in memory only and are cleared when the server stops
    • The SQLite database is stored locally and should be protected
    • Never share your credentials or the database file

    Development

    For development with hot reloading:

    bash
    npm run dev

    Troubleshooting

    Chromium Issues

    If you encounter issues with Chromium:

    1. Make sure Chromium is installed and accessible

    2. Verify the path in CHROMIUM_PATH environment variable or src/config.ts

    3. Install Chromium via Homebrew: brew install chromium

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k