ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Temu Open Platform with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Automate cross-border e-commerce ops via Temu. manage orders, track fulfillment, sync inventory, and process returns natively from any AI agent.

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

The complete Temu Open Platform capability set.

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

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 12 available through Temu Open Platform.

  1. 01

    Get aftersale list

    List after-sale / return requests

  2. 02

    Get goods detail

    Get full product details for a specific item

  3. 03

    Get goods sku

    Get SKU-level details for a product

  4. 04

    Get inventory

    List inventory levels across all SKUs

Capability set02 / 03

05-08

4 capabilities in this set.

Part of 12 available through Temu Open Platform.

  1. 05

    Get logistics companies

    Get supported shipping carriers on Temu

  2. 06

    Get purchase orders

    Used to track incoming stock requests from the platform. Get restocking / purchase orders from Temu

  3. 07

    Get ship order list

    List existing shipping orders

  4. 08

    Sync inventory

    Update inventory stock quantity for a specific SKU

Capability set03 / 03

09-12

4 capabilities in this set.

Part of 12 available through Temu Open Platform.

  1. 09

    Create ship order

    Uses the v2 ship order creation API. Create a shipping order to fulfill a delivery

  2. 10

    Get goods list

    List published products on Temu store

  3. 11

    Get order detail

    Get full details for a specific Temu order

  4. 12

    Get order list

    Supports pagination and optional status filter. Uses create_after/create_before timestamps. Get a list of Temu orders by creation date range

Observed, not estimated

883ms average. Fast in production.

Temu Open Platform is checked daily against the live service.

Daily averagePeak 1064ms
Aug 20Today
Fastest day
742ms
Slowest day
1064ms
14-day trend
Stable+3%

Connect your client

One URL. Every client.

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

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

Temu Open Platform Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_mtb77oW7IVhqdBaJB40BYqcRlkI88KnPtFxCFHA4/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 — Temu Open Platform capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "temu-seller-hub-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_mtb77oW7IVhqdBaJB40BYqcRlkI88KnPtFxCFHA4/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 Temu Open Platform owners ask.

  • 01

    How do I obtain the Access Token required for authentication?

    You must complete the OAuth 2.0 authorization flow using your App Key through your specific seller account on the Temu Open Platform. The flow will generate an Access Token that grants scoped permissions to your store's order, inventory, and logistics data.

  • 02

    Can I manage inventory across multiple SKU variants simultaneously?

    Yes! The sync_inventory capability accepts batch SKU updates. You can push quantity changes for multiple product variants in a single call, and the engine handles all MD5 signature computation and parameter encoding automatically.

  • 03

    Is there any risk of accidentally modifying live product listings or canceling orders?

    All write operations require explicit parameters. order IDs, SKU identifiers, tracking numbers. that must be deliberately specified. The Access Token is scoped to your seller account, and the MD5 signature layer prevents request forgery. Critical actions like order cancellation are logged and require confirmation parameters.