Connect Cloudcart with AI agents using Model Context Protocol (MCP). Seamlessly integrate Cloudcart tools and actions into Claude, Cursor, Windsurf, and other AI applications for enhanced workflow automation.
E-Commerce tools for AI automation
Install Cloudcart MCP server in minutes. Choose your AI platform: Cursor, Claude Desktop, Windsurf, or use HTTP endpoint for custom integrations. Follow our step-by-step guide to connect Cloudcart with your AI agent.
Explore other MCP integrations: Gmail MCP, Notion MCP, GitHub MCP, Linear MCP, Slack MCP, Google Sheets MCP, and 100+ more AI agent tools.
CloudCart is an e-commerce platform that enables businesses to create and manage online stores efficiently.
255
2884
E-Commerce
Paste and run this command in your terminal to set up Cursor with MCP
After running the command, restart Cursor to start using the MCP Server.
Tool to add an item to the cart. use after confirming a product selection with desired quantity.
Tool to remove all items from the specified cart. use when you need to empty the cart before adding new items or starting over.
Tool to create a new category. use when you need to add organizational structure to your product catalog.
Tool to create a new customer in cloudcart. use when you need to register a new customer profile. provide validated customer details (name, email, and password).
Tool to create a new order. use after assembling customer id, cart items, and optional addresses/payment info.
Tool to create a new product. use when you have all details and want to add it to cloudcart.
Tool to create a new product variant for a given product. use when you need to add a variant with specific sku, price, and options.
Tool to create a new variant option for a specific product variant. use when you need to add an option (e.g., 'large') with an optional price adjustment to an existing variant.
Tool to create a new variant parameter for a product variant. use when you need to add custom attributes (e.g., color, size) after a variant is created.
Tool to create a new vendor via cloudcart api. use when adding a new brand or partner entity to your store.
Tool to delete a category by its id. use after confirming the correct id to permanently remove it.
Tool to delete a customer. use when you need to remove a customer by their id. example: "delete customer with id 123".
Tool to delete an order. use after confirming the order exists.
Tool to delete a product by its id. use after confirming the product exists to permanently remove it from the catalog.
Tool to delete a vendor by its id. use when removing an obsolete vendor from the store.
Tool to retrieve the current shopping cart. use when you need to view or verify the cart contents before checkout.
Tool to retrieve a list of all categories. use when you need to list available categories for selection.
Tool to retrieve a list of all customers. use when you need to display or process multiple customer profiles. note: the response is paginated; use page[number] and page[size] to control pagination.
Tool to retrieve a list of all orders. use when you need to collect orders for processing. returns json api order resources including id, type, and attributes. ensure authentication before calling.
Tool to retrieve all available payment methods. use when you need to list supported payment options before checkout.
20 actions available