How to Use the Geetest MCP in Claude Code
Automate Geetest v4 bot mitigation and validation audits directly from your terminal with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Geetest MCP to Claude Code
Create your Vinkius account to connect Geetest to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Validate live CAPTCHA tokens via Geetest MCP Server
The `validate_captcha` tool processes Geetest v4 challenge responses directly from your shell environment. When debugging authentication webhooks, you can feed raw JSON payloads containing `lot_number` and `pass_token` to Claude Code to run instant validations. This terminal-based execution allows you to pipe verification results to other CLI utilities. You can quickly check if a suspicious login attempt was a valid human session or a bot bypass attempt without leaving your terminal.
Scripted policy updates and risk mitigation
The `set_policy` tool lets you modify Geetest security levels and challenge configurations using simple shell prompts. When your monitoring alerts trigger during a DDoS attack, you can tell Claude Code to immediately raise the threat level. The agent invokes the tool to update your policy settings instantly. It then runs `get_captcha_config` to verify the new rules are live, ensuring your web forms are protected against automated credential stuffing.
Extract threat intelligence and blocked IPs
The `get_validation_stats` tool pulls real-time validation metrics and bot failure rates directly into your terminal. SREs can run Claude Code to fetch these metrics during an incident, analyzing the ratio of passed to failed challenges. To trace the attack source, the agent calls `get_blocked_ips` to extract the blacklisted addresses. You can easily export this data to your security information tools or update your edge firewall rules.
Set up Geetest MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seegeetest-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Geetest transactions." It will automatically discover and invoke the available Geetest tools.
claude mcp add --transport http geetest-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp 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 Geetest MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Geetest MCP today
We host it, we monitor it, we maintain it. You just paste one token.