ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Chuanglan 253 with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Ultra-high volume SMS & 1-click login API. send verification codes, notifications, and bulk messages globally via Chuanglan 253.

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 Chuanglan 253 capability set.

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

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Chuanglan 253.

  1. 01

    Get SMS balance

    Use this to monitor available messaging capacity before sending campaigns. Check SMS account balance on Chuanglan 253

  2. 02

    Query template list

    Templates are pre-approved message formats that can be used for sending. Each template has an ID, name, content, and approval status. List all SMS templates in your Chuanglan account

  3. 03

    Send SMS

    The phone number must include the country code (e.g., 86 for China, 55 for Brazil). For Chinese domestic SMS, the message content must start with a signature in brackets like [YourBrand]. Returns submission status and message ID. Send an SMS message via Chuanglan 253 platform

  4. 04

    Get account info

    ). Get Chuanglan 253 account information and settings

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Chuanglan 253.

  1. 05

    Create template

    The template must be approved before it can be used. Template content should include variable placeholders like {1}, {2} for dynamic content. Approval typically takes a few minutes to hours. Create a new SMS template in Chuanglan 253

  2. 06

    Query batch SMS status

    This is useful for checking the status of bulk SMS campaigns where multiple messages were sent with the same tracking identifier. Query delivery status for a batch of SMS messages

  3. 07

    Query SMS status

    Returns whether the message was delivered, is pending, or failed, along with timestamps. Query delivery status of a specific SMS message

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Chuanglan 253.

  1. 08

    Send international SMS

    The phone number must include the country code without 00 prefix (e.g., 5511999999999 for Brazil). This endpoint uses the international gateway and requires proper permissions. Send an international SMS message via Chuanglan 253

  2. 09

    Send verification SMS

    This is commonly used for 1-click login flows, phone number verification, and two-factor authentication. The message format should follow the template registered in your account. Phone number must include country code. Send a verification code SMS (1-click login style)

  3. 10

    Send voice verification

    This is an alternative to SMS verification, useful when SMS delivery fails or for enhanced security. The code will be spoken in the call. Send a voice verification call with a code

Observed, not estimated

852ms average. Fast in production.

Chuanglan 253 is checked daily against the live service.

Daily averagePeak 1049ms
Aug 20Today
Fastest day
722ms
Slowest day
1049ms
14-day trend
Slowing+29%

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 Chuanglan 253, so you can see the experience inside your AI.

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

Chuanglan 253 Connector

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

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

  • 01

    How do I format phone numbers for sending SMS?

    Phone numbers must include the country code without the 00 prefix. For example: China uses 86 (e.g., 8615800000000), Brazil uses 55 (e.g., 5511999999999), US uses 1 (e.g., 12025551234). The number should be 5-20 digits total. For Chinese domestic SMS, the message must start with a registered signature like [YourBrand].

  • 02

    What's the difference between send_sms and send_international_sms capabilities?

    The send_sms capability uses the standard SMS gateway (smssh.253.com) optimized for Chinese domestic messages and requires pre-registered templates and signatures. The send_international_sms capability uses the international gateway (intapi.253.com) for global delivery outside China, which supports SenderId and doesn't require Chinese-style signatures. International SMS permissions must be separately enabled in your account.

  • 03

    How does the MD5 signature authentication work?

    The Chuanglan API uses MD5 signature authentication for security. Your password is NEVER sent in the request body. Instead, it's combined with the request parameters and timestamp (nonce), then hashed with MD5 to generate a sign header. The server validates this signature to ensure request integrity. The framework handles all signature generation automatically. you only need to provide your account and password.