Booqable

Booqable

Booqable is a rental software platform that helps businesses manage inventory, bookings, and online reservations.

4VIEWS
2976USERS

Install MCP Server

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

npx @composio/cli add cursor --app booqablenpx @composio/cli add cursor --app booqablenpx @composio/cli add cursor --app booqablenpx @composio/cli add cursor --app booqable

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

Available Tools

Create Customer

Tool to create a new customer. use when onboarding a new client and you have verified their details. example: create 'jane doe' with email jane@doe.com.

Create Order

Tool to create a new order. use after collecting valid customer id and timing details. example: create an order for customer '297f2584-...' starting at '2018-01-01t09:00:00z'.

Get Customer

Tool to fetch a specific customer by id. use after obtaining a customer identifier to retrieve full customer details.

Get Customers

Tool to retrieve a list of customers. use when you need to paginate through customers.

Get Order

Tool to retrieve a specific order by id. use when you need complete details of a known order, including optional relationships like customer or coupon. call after confirming the order id.

Get Orders

Tool to list all orders. use when you need to retrieve orders, optionally filtered by search term or paginated.

Get Product

Tool to fetch a specific product by id. use after obtaining a product identifier to retrieve detailed inventory item data.

Get Products

Tool to retrieve a list of products. use when you need to list inventory items with pagination and filtering.

Get Product Groups

Tool to retrieve a list of product groups. use when you need to browse product catalog by pages.

9 actions available