Baselinker

Baselinker

BaseLinker is a comprehensive e-commerce management platform that integrates with various marketplaces, online stores, carriers, and accounting systems to streamline order processing, inventory management, and sales automation.

121VIEWS
2013USERS

Install MCP Server

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

npx @composio/cli add cursor --app baselinkernpx @composio/cli add cursor --app baselinkernpx @composio/cli add cursor --app baselinkernpx @composio/cli add cursor --app baselinker

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

Available Tools

Get External Storages List

Tool to retrieve a list of available external storages connected to baselinker. use after authenticating to discover connected shops or warehouses.

Get Inventory Documents

Tool to retrieve a list of inventory documents. use when you need to fetch inventory records with optional filters for id, type, status, date range, warehouse, or pagination.

Get Inventory Document Series

Tool to retrieve available inventory document series. use when you need to assign a numbering series to a new inventory document.

Get Inventory Purchase Orders

Tool to retrieve a list of purchase orders from baselinker storage. use when you need to fetch purchase orders with optional filters like date range, supplier or pagination.

Get Inventory Purchase Order Series

Tool to retrieve a list of purchase order document series. use when you need to select a numbering series for a new purchase order.

Get New Receipts

Tool to retrieve receipts waiting to be issued. use after confirming fiscal printer availability; fetch pending receipts and mark them with setorderreceipt.

Get Order Extra Fields

Tool to retrieve extra fields defined for orders. use before fetching orders with include custom extra fields to list available custom order fields.

Get Orders

Tool to download orders from baselinker order manager. use when you need to fetch orders filtered by date, status, or other criteria.

Get Orders By Email

Tool to search for orders by e-mail address. use when you need to retrieve all orders linked to a specific customer email in baselinker.

Get Order Status List

Tool to retrieve a list of order statuses created in the baselinker order manager. use when you need to map status ids to human-readable names.

Get Series

Tool to download invoice/receipt numbering series. use when you need to retrieve all series configurations before issuing documents.

Get Storages List

Tool to download a list of available storages accessible via api. use when you need to discover storage endpoints and capabilities before performing storage-specific operations.

12 actions available