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 keyscheck_account_status- Check connection statusview_usage_stats- View usage statisticsget_transactions- Get bank transactionsget_accounts- Get bank accountsgenerate_api_key- Generate new API key
Available Resources
bank-accounts- Bank account datatransactions- Transaction dataapi-keys- API key managementusage-stats- Usage statisticsaccount-status- Connection status
Prerequisites
- Bank Sheets account with connected bank
- API access subscription
- 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.