ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Squarespace Commerce with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Bring your Squarespace Commerce backend into your AI. Manipulate inventory, track orders, and fulfill shipments programmatically.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Squarespace Commerce capability set.

These are the exact actions your AI can choose when you ask it to work with Squarespace Commerce.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Squarespace Commerce.

  1. 01

    Fulfill order

    Requires order_id, tracking_number, and carrier name. Marks an order as fulfilled and adds tracking information

  2. 02

    Get product details

    Retrieves details for a specific product

  3. 03

    List inventory

    Lists inventory levels for product variants

  4. 04

    List webhooks

    Lists configured webhook subscriptions

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Squarespace Commerce.

  1. 05

    List transactions

    Lists financial transactions

  2. 06

    List customer profiles

    Lists Squarespace customer profiles

  3. 07

    List orders

    Supports pagination via cursor. Lists Squarespace Commerce orders

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Squarespace Commerce.

  1. 08

    Adjust inventory

    Provide a variant_id and a quantity delta (e.g. 5 to add, -2 to subtract). Adjusts the inventory quantity for a product variant

  2. 09

    Get order details

    Retrieves details for a specific order

  3. 10

    List products

    Returns product names and IDs. Use the cursor from the previous response for pagination. Lists Squarespace Commerce products

Observed, not estimated

888ms average. Fast in production.

Squarespace Commerce is checked daily against the live service.

Daily averagePeak 1074ms
Aug 21Today
Fastest day
745ms
Slowest day
1074ms
14-day trend
Slowing+5%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Squarespace Commerce, so you can see the experience inside your AI.

It does not authenticate your account with Squarespace Commerce. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Squarespace Commerce Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_PXzvabm1TUHoqyDjhZemYqcxMuzopSpqI59pYgF9/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Squarespace Commerce capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "squarespace-commerce-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_PXzvabm1TUHoqyDjhZemYqcxMuzopSpqI59pYgF9/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Squarespace Commerce owners ask.

  • 01

    Can the AI add inventory if a new shipment of stock arrives?

    Yes. Once you know the variant_id representing your SKU item (extracted from get_product_details), simply instruct the AI: "Add +10 to the stock of this variant". The AI securely triggers adjust_inventory scaling up the quantities actively across your storefront.

  • 02

    Am I able to finalize orders automatically feeding a Tracking ID string?

    Yes! Use the fulfill_order command naturally. Pass the order ID, the postal tracking number, and specify the dispatch carrier (FedEx, UPS, etc). The workflow marks the backend as satisfied natively informing Squarespace.

  • 03

    How detailed is the product variant readout locally?

    By executing get_product_details, the agent drops deep metadata directly inline. You get descriptions, arrays mapping every single variant SKU attached, full pricing metrics (sale versus original tags), images context arrays, visibility flags, and physical weight calculations.