# SureCart MCP Integration

> Best WordPress E-Commerce Plugin

## Overview

| Property | Value |
|----------|-------|
| Category | PIPEDREAM |
| Type | PIPEDREAM |
| Tools | 81 |
| URL | https://jelou.ai/es/marketplace/surecart |

## Available Tools (81)

### Create Checkout

Create a new checkout session. [See the documentation](https://developer.surecart.com/api-reference/checkouts/create)

### Create Coupon

Create a new coupon. [See the documentation](https://developer.surecart.com/api-reference/coupons/create)

### Create Customer

Create a new customer. [See the documentation](https://developer.surecart.com/api-reference/customers/create)

### Create Fulfillment

Create a new fulfillment for an order. [See the documentation](https://developer.surecart.com/api-reference/fulfillments/create)

### Create Invoice

Create a new invoice. [See the documentation](https://developer.surecart.com/api-reference/invoices/create)

### Create Line Item

Add a line item to a checkout. [See the documentation](https://developer.surecart.com/api-reference/line-items/create)

### Create Media

Create a new media object from a direct upload. [See the documentation](https://developer.surecart.com/api-reference/medias/create)

### Create Price

Create a new price for a product. [See the documentation](https://developer.surecart.com/api-reference/prices/create)

### Create Product

Create a new product. [See the documentation](https://developer.surecart.com/api-reference/products/create)

### Create Promotion

Create a new promotion. [See the documentation](https://developer.surecart.com/api-reference/promotions/create)

### Create Refund

Create a new refund for a charge. [See the documentation](https://developer.surecart.com/api-reference/refunds/create)

### Create Return Request

Create a new return request for an order. [See the documentation](https://developer.surecart.com/api-reference/return-requests/create)

### Create Subscription

Create a new subscription for a customer. [See the documentation](https://developer.surecart.com/api-reference/subscriptions/create)

### Create Variant

Create a new variant. [See the documentation](https://developer.surecart.com/api-reference/variants/create)

### Delete Coupon

Delete a coupon by ID. [See the documentation](https://developer.surecart.com/api-reference/coupons/delete)

### Delete Customer

Delete a customer by ID. [See the documentation](https://developer.surecart.com/api-reference/customers/delete)

### Delete Fulfillment

Delete a fulfillment by ID. [See the documentation](https://developer.surecart.com/api-reference/fulfillments/delete)

### Delete Product

Delete a product by ID. [See the documentation](https://developer.surecart.com/api-reference/products/delete)

### Delete Promotion

Delete a promotion by ID. [See the documentation](https://developer.surecart.com/api-reference/promotions/delete)

### Delete Return Request

Delete a return request by ID. [See the documentation](https://developer.surecart.com/api-reference/return-requests/delete)

### Delete Variant

Delete a variant by ID. [See the documentation](https://developer.surecart.com/api-reference/variants/delete)

### Expose Customer Media

Retrieve a temporary signed URL granting a customer access to a private media file. [See the documentation](https://developer.surecart.com/api-reference/customers/expose-media)

### List Abandoned Checkouts

Return a list of abandoned checkouts. [See the documentation](https://developer.surecart.com/api-reference/abandonded-checkouts/list)

### List Cancellation Acts

Return a list of cancellation acts. [See the documentation](https://developer.surecart.com/api-reference/cancellation-acts/list)

### List Cancellation Reasons

Return a list of cancellation reasons. [See the documentation](https://developer.surecart.com/api-reference/cancellation-reasons/list)

### List Charges

Return a list of charges. [See the documentation](https://developer.surecart.com/api-reference/charges/list)

### List Checkouts

Return a list of checkouts. [See the documentation](https://developer.surecart.com/api-reference/checkouts/list)

### List Coupons

Return a list of coupons. [See the documentation](https://developer.surecart.com/api-reference/coupons/list)

### List Customers

Return a list of customers. [See the documentation](https://developer.surecart.com/api-reference/customers/list)

### List Fulfillments

Return a list of fulfillments. [See the documentation](https://developer.surecart.com/api-reference/fulfillments/list)

### List Invoices

Return a list of invoices. [See the documentation](https://developer.surecart.com/api-reference/invoices/list)

### List Line Items

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](https://developer.surecart.com/api-reference/line-items/list)

### List Media

Return a list of media items. [See the documentation](https://developer.surecart.com/api-reference/medias/list)

### List Orders

Return a list of orders. [See the documentation](https://developer.surecart.com/api-reference/orders/list)

### List Periods

Return a list of subscription billing periods. [See the documentation](https://developer.surecart.com/api-reference/periods/list)

### List Prices

Return a list of prices. [See the documentation](https://developer.surecart.com/api-reference/prices/list)

### List Products

Return a list of products. [See the documentation](https://developer.surecart.com/api-reference/products/list)

### List Promotions

Return a list of promotions. [See the documentation](https://developer.surecart.com/api-reference/promotions/list)

### List Purchases

Return a list of purchases. [See the documentation](https://developer.surecart.com/api-reference/purchases/list)

### List Refund Items

Return a list of refund items. [See the documentation](https://developer.surecart.com/api-reference/refund-items/list)

### List Refunds

Return a list of refunds. [See the documentation](https://developer.surecart.com/api-reference/refunds/list)

### List Return Requests

Return a list of return requests. [See the documentation](https://developer.surecart.com/api-reference/return-requests/list)

### List Shipments

Return a list of shipments. [See the documentation](https://developer.surecart.com/api-reference/shipments/list)

### List Subscriptions

Return a list of subscriptions. [See the documentation](https://developer.surecart.com/api-reference/subscriptions/list)

### List Trackings

Return a list of tracking records. [See the documentation](https://developer.surecart.com/api-reference/trackings/list)

### List Variants

Return a list of variants. [See the documentation](https://developer.surecart.com/api-reference/variants/list)

### Retrieve Abandoned Checkout

Retrieve an abandoned checkout by ID. [See the documentation](https://developer.surecart.com/api-reference/abandoned-checkouts/retrieve)

### Retrieve Cancellation Act

Retrieve a cancellation act by ID. [See the documentation](https://developer.surecart.com/api-reference/cancellation-acts/retrieve)

### Retrieve Cancellation Reason

Retrieve a cancellation reason by ID. [See the documentation](https://developer.surecart.com/api-reference/cancellation-reasons/retrieve)

### Retrieve Charge

Retrieve a single SureCart charge by its ID. Run **List Charges** first to obtain a valid charge ID. [See the documentation](https://developer.surecart.com/api-reference/charges/retrieve)

### Retrieve Checkout

Retrieve a checkout by ID. [See the documentation](https://developer.surecart.com/api-reference/checkouts/retrieve)

### Retrieve Coupon

Retrieve a single coupon by its ID. Run **List Coupons** first to obtain a valid coupon ID. [See the documentation](https://developer.surecart.com/api-reference/coupons/retrieve)

### Retrieve Customer

Retrieve a customer by ID. [See the documentation](https://developer.surecart.com/api-reference/customers/retrieve)

### Retrieve Fulfillment

Retrieve a fulfillment by ID. [See the documentation](https://developer.surecart.com/api-reference/fulfillments/retrieve)

### Retrieve Invoice

Retrieve an invoice by ID. [See the documentation](https://developer.surecart.com/api-reference/invoices/retrieve)

### Retrieve Line Item

Retrieve a line item by ID. [See the documentation](https://developer.surecart.com/api-reference/line-items/retrieve)

### Retrieve Order

Retrieve an order by ID. [See the documentation](https://developer.surecart.com/api-reference/orders/retrieve)

### Retrieve Price

Retrieve a single SureCart price by its ID. Run **List Prices** first to obtain a valid price ID. [See the documentation](https://developer.surecart.com/api-reference/prices/retrieve)

### Retrieve Product

Retrieve a product by ID or slug. [See the documentation](https://developer.surecart.com/api-reference/products/retrieve)

### Retrieve Promotion

Retrieve a single promotion by its ID. Run **List Promotions** first to obtain a valid promotion ID. [See the documentation](https://developer.surecart.com/api-reference/promotions/retrieve)

### Retrieve Purchase

Retrieve a purchase by ID. [See the documentation](https://developer.surecart.com/api-reference/purchases/retrieve)

### Retrieve Refund

Retrieve a refund by ID. [See the documentation](https://developer.surecart.com/api-reference/refunds/retrieve)

### Retrieve Refund Item

Retrieve a refund item by ID. [See the documentation](https://developer.surecart.com/api-reference/refund-items/retrieve)

### Retrieve Return Request

Retrieve a return request by ID. [See the documentation](https://developer.surecart.com/api-reference/return-requests/retrieve)

### Retrieve Shipment

Retrieve a shipment by ID. [See the documentation](https://developer.surecart.com/api-reference/shipments/retrieve)

### Retrieve Subscription

Retrieve a subscription by ID. [See the documentation](https://developer.surecart.com/api-reference/subscriptions/retrieve)

### Retrieve Subscription Protocol

Retrieve the account-level subscription protocol settings, including cancellation behavior and retry windows. [See the documentation](https://developer.surecart.com/api-reference/subscription-protocols/retrieve)

### Retrieve Tracking

Retrieve a tracking record by ID. [See the documentation](https://developer.surecart.com/api-reference/trackings/retrieve)

### Retrieve Variant

Retrieve a single variant by its ID. Run **List Variants** first to obtain a valid variant ID. [See the documentation](https://developer.surecart.com/api-reference/variants/retrieve)

### Update Checkout

Update an existing checkout session. [See the documentation](https://developer.surecart.com/api-reference/checkouts/update)

### Update Coupon

Update an existing coupon. [See the documentation](https://developer.surecart.com/api-reference/coupons/update)

### Update Customer

Update an existing customer. [See the documentation](https://developer.surecart.com/api-reference/customers/update)

### Update Fulfillment

Update an existing fulfillment. [See the documentation](https://developer.surecart.com/api-reference/fulfillments/update)

### Update Line Item

Update an existing line item. [See the documentation](https://developer.surecart.com/api-reference/line-items/update)

### Update Product

Update an existing product. [See the documentation](https://developer.surecart.com/api-reference/products/update)

### Update Promotion

Update an existing promotion. [See the documentation](https://developer.surecart.com/api-reference/promotions/update)

### Update Purchase

Update an existing purchase, such as scheduling a revocation. [See the documentation](https://developer.surecart.com/api-reference/purchases/update)

### Update Return Request

Update an existing return request. [See the documentation](https://developer.surecart.com/api-reference/return-requests/update)

### Update Shipment

Update an existing shipment. [See the documentation](https://developer.surecart.com/api-reference/shipments/update)

### Update Subscription

Update an existing subscription. [See the documentation](https://developer.surecart.com/api-reference/subscriptions/update)

### Update Variant

Update an existing variant. [See the documentation](https://developer.surecart.com/api-reference/variants/update)

## Supported Channels

This integration works with:
- WhatsApp Business API
- Facebook Messenger
- Instagram Direct Messages
- Web Chat Widget

## AI Assistants Compatible

- ChatGPT (via MCP)
- Claude (via MCP)
- Gemini (via MCP)
- Custom AI Agents

## Quick Start

1. Sign up at https://apps.jelou.ai/signup
2. Navigate to Marketplace and add SureCart
3. Authenticate your SureCart account
4. Configure your messaging channels (WhatsApp, Facebook, etc.)
5. Copy the MCP server URL to your AI assistant

## Example Use Cases

- Automate customer inquiries using SureCart data
- Send notifications via WhatsApp when SureCart events occur
- Query SureCart data directly from ChatGPT or Claude
- Build AI agents that interact with SureCart

## Resources

- [All Integrations](https://jelou.ai/es/marketplace)
- [Full Documentation](https://jelou.ai/llms-full.txt)
- [API Docs](https://docs.jelou.ai)
- [Help Center](https://help.jelou.ai)
