ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Shopline with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Equip your AI agent to autonomously manage your Shopline store. Audit products, track order fulfillment, fetch customer profiles, and monitor store collections

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 · 7 capabilities

The complete Shopline capability set.

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

Capability set01 / 02

01-04

4 capabilities in this set.

Part of 7 available through Shopline.

  1. 01

    Get product details

    Retrieves details for a specific product

  2. 02

    List orders

    Lists all store orders

  3. 03

    List products

    Lists all products in the Shopline store

  4. 04

    Get order details

    Retrieves details for a specific order

Capability set02 / 02

05-07

3 capabilities in this set.

Part of 7 available through Shopline.

  1. 05

    Get shop info

    Retrieves information about the Shopline store

  2. 06

    List collections

    Lists all product collections

  3. 07

    List customers

    Lists store customers

Observed, not estimated

807ms average. Fast in production.

Shopline is checked daily against the live service.

Daily averagePeak 1143ms
Aug 20Today
Fastest day
620ms
Slowest day
1143ms
14-day trend
Slowing+30%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 7 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 Shopline, so you can see the experience inside your AI.

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

Shopline Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_qmqZbGpBKVCmiCLZ95jE90Jwbo4wYYoEJZO6lh8Y/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 — Shopline capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "shopline-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_qmqZbGpBKVCmiCLZ95jE90Jwbo4wYYoEJZO6lh8Y/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 Shopline owners ask.

  • 01

    Can the AI forcefully transition or edit an order status directly?

    Currently, the integration specifically implements reading mechanisms (list_orders, get_order_details) as a query matrix tailored explicitly around monitoring and auditing. It does not actively expose a write mutation structurally to alter or destroy existing operational orders.

  • 02

    Why do I need a Custom Admin API integration token and not a public one?

    Because the Admin API is the unadulterated backend context designed primarily for secure backend logic rather than client storefront interfaces. This token permits your integration to run system-level monitoring, extraction over raw orders, and sensitive customer profiles natively.

  • 03

    Is this capability accessing the Shopline GraphQL portal or REST architecture limitlessly?

    By structural intent, we implement targeted endpoints using Shopline's scalable endpoints to parse specifically filtered responses like single pagination segments to avoid massive latency. You interact efficiently bypassing raw structural limits naturally via these curated list_x and get_x procedures.