get-bank-sheets-mcp

Torres-Atlantic/get-bank-sheets-mcp

3.1

If you are the rightful owner of get-bank-sheets-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

MCP (Model Context Protocol) server for Bank Sheets allows access to financial data through AI assistants.

Tools
6
Resources
0
Prompts
0

@banksheets/mcp-server

MCP (Model Context Protocol) server for Bank Sheets - access financial data through AI assistants.

GetBankSheets.com operates under TorresAtlantic, LLC, which handles all billing and subscriptions.

Installation

npm install @banksheets/mcp-server

Usage

Command Line

# Using command line arguments
npx banksheets-mcp --api-key=YOUR_API_KEY

# Using environment variables
export MCP_API_KEY=your_api_key
npx banksheets-mcp

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "bank-sheets": {
      "command": "npx",
      "args": ["@banksheets/mcp-server"],
      "env": {
        "MCP_API_KEY": "your_api_key"
      }
    }
  }
}

Available Tools

  • list_my_api_keys - List API keys
  • check_account_status - Check connection status
  • view_usage_stats - View usage statistics
  • get_transactions - Get bank transactions
  • get_accounts - Get bank accounts
  • generate_api_key - Generate new API key

Available Resources

  • bank-accounts - Bank account data
  • transactions - Transaction data
  • api-keys - API key management
  • usage-stats - Usage statistics
  • account-status - Connection status

Prerequisites

  1. Bank Sheets account with connected bank
  2. API access subscription
  3. API key with appropriate permissions

Security

  • No direct database access
  • Uses your existing REST API
  • Maintains all existing security and rate limiting
  • API key validation handled server-side

License

Bank Sheets MCP Server License - See LICENSE file for details.

This license allows use and distribution but prohibits modifications, derivative works, and reverse engineering.