Loyverse

Loyverse

Loyverse is a point-of-sale (POS) system designed for small businesses, offering features like sales management, inventory tracking, and customer engagement tools.

53VIEWS
2205USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app loyversenpx @composio/cli add cursor --app loyversenpx @composio/cli add cursor --app loyversenpx @composio/cli add cursor --app loyverse

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Supplier

Tool to create a new supplier. use when you need to register a supplier in loyverse before purchases.

Delete Category

Tool to delete a single category by id. use when you need to remove an unused or deprecated category.

Delete Supplier

Tool to delete a specific supplier by id. use after confirming the supplier id to remove an existing supplier.

Get Category

Tool to get a single category by id. use when you need to fetch details of an existing category in loyverse.

Get Discount

Tool to get a single discount by id. use after confirming the discount id to retrieve its details.

Get Employee

Tool to get a single employee by id. use after confirming the employee id to fetch its details.

Get Jwks

Tool to fetch json web key set for openid connect. use when verifying loyverse id token signatures.

Get Merchant Info

Tool to get merchant information. use after authenticating to retrieve merchant account details.

Get Openid Connect Discovery Document

Tool to retrieve the openid connect discovery document. use when integrating authentication and need endpoints and supported features.

Get Payment Type

Tool to get a single payment type by its id. use when you need to fetch full details of a specific payment method before processing a transaction.

Get Store

Tool to retrieve details of a specific store by its id. use when you need store metadata (address, contact) after obtaining the store id.

List Categories

Tool to list categories with optional filtering and pagination.

List Customers

Tool to get a list of customers. use when you need paginated customer lists with optional filters.

List Discounts

Tool to list discounts. use when fetching a paginated set of discounts for display or sync.

List Employees

Tool to get a list of employees. use when you need paginated employee lists with optional filters. works after authenticating.

List Items

Tool to list items with filtering and pagination. use when you need to retrieve inventory items with optional filters and handle pagination for large result sets.

List Modifiers

Tool to list modifiers. use when you need a paginated list of modifiers with optional filters.

List Payment Types

Tool to list payment types. use when you need to fetch available payment methods with optional filters and pagination.

List Receipts

Tool to retrieve a list of receipts. use when you need to fetch receipts with optional filters and handle pagination.

List Shifts

Tool to list shifts. use when you need to retrieve shift records for reporting or auditing with optional filters.

20 actions available