2,500+ MCP servers ready to use
Vinkius

Chuanglan 253 MCP Server for AutoGen 10 tools — connect in under 2 minutes

Built by Vinkius GDPR 10 Tools Framework

Microsoft AutoGen enables multi-agent conversations where agents negotiate, delegate, and execute tasks collaboratively. Add Chuanglan 253 as an MCP tool provider through Vinkius and every agent in the group can access live data and take action.

Vinkius supports streamable HTTP and SSE.

python
import asyncio
from autogen_agentchat.agents import AssistantAgent
from autogen_ext.tools.mcp import McpWorkbench

async def main():
    # Your Vinkius token. get it at cloud.vinkius.com
    async with McpWorkbench(
        server_params={"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"},
        transport="streamable_http",
    ) as workbench:
        tools = await workbench.list_tools()
        agent = AssistantAgent(
            name="chuanglan_253_1_agent",
            tools=tools,
            system_message=(
                "You help users with Chuanglan 253. "
                "10 tools available."
            ),
        )
        print(f"Agent ready with {len(tools)} tools")

asyncio.run(main())
Chuanglan 253
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure

About Chuanglan 253 MCP Server

Connect your Chuanglan 253 SMS gateway to any AI agent and transform your communication workflows through natural conversation. Chuanglan (创蓝) is one of China's largest CPaaS providers, handling billions of SMS messages monthly for verification, notifications, and marketing.

AutoGen enables multi-agent conversations where agents negotiate, delegate, and collaboratively use Chuanglan 253 tools. Connect 10 tools through Vinkius and assign role-based access. a data analyst queries while a reviewer validates, with optional human-in-the-loop approval for sensitive operations.

What you can do

  • Send SMS Messages — Deliver text messages to any phone number worldwide with country code support
  • Verification Codes — Send one-time passwords (OTP) for 1-click login flows and two-factor authentication
  • Voice Verification — Fallback to automated voice calls when SMS delivery is unreliable
  • Balance Monitoring — Check your SMS credit balance and quota in real-time before campaigns
  • Delivery Tracking — Query the status of individual messages or entire batches with message IDs
  • Template Management — List, create, and manage pre-approved SMS templates for compliance
  • Account Management — View account settings, permissions, and enabled features

The Chuanglan 253 MCP Server exposes 10 tools through the Vinkius. Connect it to AutoGen in under two minutes — no API keys to rotate, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.

How to Connect Chuanglan 253 to AutoGen via MCP

Follow these steps to integrate the Chuanglan 253 MCP Server with AutoGen.

01

Install AutoGen

Run pip install "autogen-ext[mcp]"

02

Replace the token

Replace [YOUR_TOKEN_HERE] with your Vinkius token

03

Integrate into workflow

Use the agent in your AutoGen multi-agent orchestration

04

Explore tools

The workbench discovers 10 tools from Chuanglan 253 automatically

Why Use AutoGen with the Chuanglan 253 MCP Server

AutoGen provides unique advantages when paired with Chuanglan 253 through the Model Context Protocol.

01

Multi-agent conversations: multiple AutoGen agents discuss, delegate, and collaboratively use Chuanglan 253 tools to solve complex tasks

02

Role-based architecture lets you assign Chuanglan 253 tool access to specific agents. a data analyst queries while a reviewer validates

03

Human-in-the-loop support: agents can pause for human approval before executing sensitive Chuanglan 253 tool calls

04

Code execution sandbox: AutoGen agents can write and run code that processes Chuanglan 253 tool responses in an isolated environment

Chuanglan 253 + AutoGen Use Cases

Practical scenarios where AutoGen combined with the Chuanglan 253 MCP Server delivers measurable value.

01

Collaborative analysis: one agent queries Chuanglan 253 while another validates results and a third generates the final report

02

Automated review pipelines: a researcher agent fetches data from Chuanglan 253, a critic agent evaluates quality, and a writer produces the output

03

Interactive planning: agents negotiate task allocation using Chuanglan 253 data to make informed decisions about resource distribution

04

Code generation with live data: an AutoGen coder agent writes scripts that process Chuanglan 253 responses in a sandboxed execution environment

Chuanglan 253 MCP Tools for AutoGen (10)

These 10 tools become available when you connect Chuanglan 253 to AutoGen via MCP:

01

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

02

get_account_info

). Get Chuanglan 253 account information and settings

03

get_sms_balance

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

04

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

05

query_sms_status

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

06

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

07

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

08

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

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)

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

Example Prompts for Chuanglan 253 in AutoGen

Ready-to-use prompts you can give your AutoGen agent to start working with Chuanglan 253 immediately.

01

"Send a verification code 837462 to phone number 8615800000000."

02

"Check my SMS balance and account status."

03

"What's the delivery status of message ID 162575412960104448?"

Troubleshooting Chuanglan 253 MCP Server with AutoGen

Common issues when connecting Chuanglan 253 to AutoGen through the Vinkius, and how to resolve them.

01

McpWorkbench not found

Install: pip install "autogen-ext[mcp]"

Chuanglan 253 + AutoGen FAQ

Common questions about integrating Chuanglan 253 MCP Server with AutoGen.

01

How does AutoGen connect to MCP servers?

Create an MCP tool adapter and assign it to one or more agents in the group chat. AutoGen agents can then call Chuanglan 253 tools during their conversation turns.
02

Can different agents have different MCP tool access?

Yes. AutoGen's role-based architecture lets you assign specific MCP tools to specific agents, so a querying agent has different capabilities than a reviewing agent.
03

Does AutoGen support human approval for tool calls?

Yes. Configure human-in-the-loop mode so agents pause and request approval before executing sensitive MCP tool calls.

Connect Chuanglan 253 to AutoGen

Get your token, paste the configuration, and start using 10 tools in under 2 minutes. No API key management needed.