{
  "ok": true,
  "name": "bank-statement",
  "url": "https://mcp.zovo.one/mcp/bank-statement",
  "protocol": "MCP streamable HTTP (2025-06-18)",
  "transport": "streamable-http",
  "build": "2026-09-06.1",
  "summary": "There is no disk here: bank_upload {name, content} sends the bank export as text (content_base64 sends the bytes instead, which keeps a UTF-16 export from Excel readable) and statement_import takes that name as its `path`.",
  "tool_count": 15,
  "tools": [
    "bank_upload",
    "bank_files",
    "bank_delete_upload",
    "statement_import",
    "transactions_list",
    "transactions_search",
    "category_rules",
    "transaction_categorize",
    "statement_summary",
    "reconcile_expenses",
    "recurring_detect",
    "statement_export",
    "accounts_list",
    "license_status",
    "license_activate"
  ],
  "free_limits": "2 accounts, reads the last 12 months, 5 category rules; reconcile_expenses, recurring_detect and statement_export are Pro",
  "authentication": {
    "note": "This GET is public so a health check and a browser both get an answer. The JSON-RPC traffic is POST and still needs a token.",
    "get_a_free_token": "GET https://mcp.zovo.one/mcp/token",
    "ready_made_urls": "GET https://mcp.zovo.one/mcp/connect",
    "header_form": "Authorization: Bearer <token>",
    "url_form": "https://mcp.zovo.one/mcp/bank-statement/t/<token>"
  },
  "index": "https://mcp.zovo.one/mcp",
  "source": "https://github.com/theluckystrike/mcp-servers"
}