PluginBench
MCP Server

Bank Statement Sheet MCP Server

com.bankstatementsheet/bank-statement-sheet-mcp

What is the Bank Statement Sheet MCP server?

Convert PDF bank statements into transactions that arrive with a pass/fail reconciliation verdict.

How to install Bank Statement Sheet

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • BSS_API_KEY
    secret

    Optional API key from bankstatementsheet.com/dashboard. Without it the free anonymous tier applies (5 conversions/month, Excel and CSV).

  • BSS_ALLOWED_DIRS

    Directories PDFs may be read from (path-delimited). Defaults to the working directory and ~/Downloads.

  • BSS_MAX_FILE_MB

    Maximum PDF size in MB before upload is refused locally. Default 50.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bank-statement-sheet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bank-statement-sheet-mcp"
      ],
      "env": {
        "BSS_API_KEY": "<YOUR_BSS_API_KEY>",
        "BSS_ALLOWED_DIRS": "<YOUR_BSS_ALLOWED_DIRS>",
        "BSS_MAX_FILE_MB": "<YOUR_BSS_MAX_FILE_MB>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "bank-statement-sheet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bank-statement-sheet-mcp"
      ],
      "env": {
        "BSS_API_KEY": "<YOUR_BSS_API_KEY>",
        "BSS_ALLOWED_DIRS": "<YOUR_BSS_ALLOWED_DIRS>",
        "BSS_MAX_FILE_MB": "<YOUR_BSS_MAX_FILE_MB>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "bank-statement-sheet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bank-statement-sheet-mcp"
      ],
      "env": {
        "BSS_API_KEY": "<YOUR_BSS_API_KEY>",
        "BSS_ALLOWED_DIRS": "<YOUR_BSS_ALLOWED_DIRS>",
        "BSS_MAX_FILE_MB": "<YOUR_BSS_MAX_FILE_MB>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "bank-statement-sheet-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "bank-statement-sheet-mcp"
      ],
      "env": {
        "BSS_API_KEY": "<YOUR_BSS_API_KEY>",
        "BSS_ALLOWED_DIRS": "<YOUR_BSS_ALLOWED_DIRS>",
        "BSS_MAX_FILE_MB": "<YOUR_BSS_MAX_FILE_MB>"
      }
    }
  }
}
Claude Code
claude mcp add bank-statement-sheet-mcp --env BSS_API_KEY=<YOUR_BSS_API_KEY> --env BSS_ALLOWED_DIRS=<YOUR_BSS_ALLOWED_DIRS> --env BSS_MAX_FILE_MB=<YOUR_BSS_MAX_FILE_MB> -- npx -y bank-statement-sheet-mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →