Integrate SureCart MCP server into your Slack workspace for instant access to your AI agent.
Tools that your AI agent can use through this MCP server to interact with SureCart
Update an existing variant. See the documentation
Update an existing subscription. See the documentation
Update an existing shipment. See the documentation
Update an existing return request. See the documentation
Update an existing purchase, such as scheduling a revocation. See the documentation
Update an existing promotion. See the documentation
Update an existing product. See the documentation
Update an existing line item. See the documentation
Update an existing fulfillment. See the documentation
Update an existing customer. See the documentation
Update an existing coupon. See the documentation
Update an existing checkout session. See the documentation
Retrieve a single variant by its ID. Run List Variants first to obtain a valid variant ID. See the documentation
Retrieve a tracking record by ID. See the documentation
Retrieve a subscription by ID. See the documentation
Retrieve the account-level subscription protocol settings, including cancellation behavior and retry windows. See the documentation
Retrieve a shipment by ID. See the documentation
Retrieve a return request by ID. See the documentation
Retrieve a refund by ID. See the documentation
Retrieve a refund item by ID. See the documentation
Retrieve a purchase by ID. See the documentation
Retrieve a single promotion by its ID. Run List Promotions first to obtain a valid promotion ID. See the documentation
Retrieve a product by ID or slug. See the documentation
Retrieve a single SureCart price by its ID. Run List Prices first to obtain a valid price ID. See the documentation
Retrieve an order by ID. See the documentation
Retrieve a line item by ID. See the documentation
Retrieve an invoice by ID. See the documentation
Retrieve a fulfillment by ID. See the documentation
Retrieve a customer by ID. See the documentation
Retrieve a single coupon by its ID. Run List Coupons first to obtain a valid coupon ID. See the documentation
Retrieve a checkout by ID. See the documentation
Retrieve a single SureCart charge by its ID. Run List Charges first to obtain a valid charge ID. See the documentation
Retrieve a cancellation reason by ID. See the documentation
Retrieve a cancellation act by ID. See the documentation
Retrieve an abandoned checkout by ID. See the documentation
Return a list of variants. See the documentation
Return a list of tracking records. See the documentation
Return a list of subscriptions. See the documentation
Return a list of shipments. See the documentation
Return a list of return requests. See the documentation
Return a list of refunds. See the documentation
Return a list of refund items. See the documentation
Return a list of purchases. See the documentation
Return a list of promotions. See the documentation
Return a list of products. See the documentation
Return a list of prices. See the documentation
Return a list of subscription billing periods. See the documentation
Return a list of orders. See the documentation
Return a list of media items. See the documentation
Retrieves a paginated list of line items from SureCart. Use to inspect items added to checkouts, audit configurations, or filter by checkout or line item IDs; to find valid checkout IDs, use List Checkouts; returns up to 100 items per page and supports pagination parameters. See the documentation
Return a list of invoices. See the documentation
Return a list of fulfillments. See the documentation
Return a list of customers. See the documentation
Return a list of coupons. See the documentation
Return a list of checkouts. See the documentation
Return a list of charges. See the documentation
Return a list of cancellation reasons. See the documentation
Return a list of cancellation acts. See the documentation
Return a list of abandoned checkouts. See the documentation
Retrieve a temporary signed URL granting a customer access to a private media file. See the documentation
Delete a variant by ID. See the documentation
Delete a return request by ID. See the documentation
Delete a promotion by ID. See the documentation
Delete a product by ID. See the documentation
Delete a fulfillment by ID. See the documentation
Delete a customer by ID. See the documentation
Delete a coupon by ID. See the documentation
Create a new variant. See the documentation
Create a new subscription for a customer. See the documentation
Create a new return request for an order. See the documentation
Create a new refund for a charge. See the documentation
Create a new promotion. See the documentation
Create a new product. See the documentation
Create a new price for a product. See the documentation
Create a new media object from a direct upload. See the documentation
Add a line item to a checkout. See the documentation
Create a new invoice. See the documentation
Create a new fulfillment for an order. See the documentation
Create a new customer. See the documentation
Create a new coupon. See the documentation
Create a new checkout session. See the documentation