How to Use the Aliyun CAPTCHA / 阿里云验证码 MCP in Cursor
Code your Aliyun CAPTCHA integration with live data directly inside the Cursor editor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Aliyun CAPTCHA / 阿里云验证码 MCP to Cursor
Create your Vinkius account to connect Aliyun CAPTCHA / 阿里云验证码 to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Generate Scenes, Get Real IDs
The `create_captcha_scene` tool lets your agent generate a new CAPTCHA instance and get a real Scene ID from Aliyun. You can ask the agent, "scaffold the frontend code for a login form with Aliyun CAPTCHA." It will call the tool, get a valid ID, and inject it directly into the JavaScript it's writing for you. You go from a prompt to working code that uses actual credentials, not placeholder text.
Test Verification Logic in Your Code
With `verify_captcha`, you can write and test your backend verification endpoint without leaving the editor. Have your agent draft a server route that takes a CAPTCHA token and uses this tool to check it. The agent can run a test case right there in the chat, sending a sample token and showing you the 'pass' or 'fail' response. This closes the loop, letting you build and validate the entire flow in one place.
A Project-Scoped MCP Server for Your Repo
Setting this up is simple. Just add an `mcp.json` file to your project's `.cursor` directory. This links the Aliyun CAPTCHA tools to this specific project, so they're available whenever you're working on it. This MCP configuration can be committed to your repository. That means anyone who clones the project and opens it in Cursor gets the exact same toolset automatically. It's a clean way to share development tools.
Set up Aliyun CAPTCHA / 阿里云验证码 MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Aliyun CAPTCHA / 阿里云验证码 MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Aliyun CAPTCHA / 阿里云验证码 transactions." If the MCP tools are loaded correctly, Cursor will call the Aliyun CAPTCHA / 阿里云验证码 tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"aliyun-captcha-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Aliyun CAPTCHA / 阿里云验证码. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Aliyun CAPTCHA / 阿里云验证码 MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Aliyun CAPTCHA / 阿里云验证码 MCP today
We host it, we monitor it, we maintain it. You just paste one token.