Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Captcha Server Capsolver

БесплатноНе проверен

A mock-first MCP server for CAPTCHA solving with CapSolver, featuring scoped tools, redacted responses, and bounded polling to detect and solve challenges witho

GitHubEmbed

Описание

A mock-first MCP server for CAPTCHA solving with CapSolver, featuring scoped tools, redacted responses, and bounded polling to detect and solve challenges without leaking credentials.

README

A mock-first mcp server with scoped tools, redacted responses, and bounded polling.

English cover for How to Build a CAPTCHA MCP Server with CapSolver

English · 简体中文 · 日本語 · Español · Português · 한국어

Introduction

Developers using MCP can encounter CAPTCHA during a permitted browser or workflow step, causing the automation to stop or return the wrong state. This repository shows how to connect MCP with CapSolver, recognize the challenge, request a solution through an isolated adapter, and resume once with clear stop conditions. It focuses only on the MCP integration pattern and does not bind the example to a particular business scenario.

Content type: Agent integration. Primary keyword: MCP server for CAPTCHA solving guide (keyword-library row 74).

Problem

Mcp clients need a small auditable server that exposes captcha operations without leaking credentials to the model. The implementation returns explicit challenge_detected, ready, or stopped states instead of silently guessing.

Features

  • Mock-first and deterministic local demonstration
  • Allowlisted hosts and one bounded resume attempt
  • CapSolver API isolated behind a small adapter
  • Redacted output with structured stop reasons
  • Unit tests and CI-ready project layout

How It Works

  1. Validate that the target host is explicitly allowlisted.
  2. Classify the browser or workflow observation.
  3. Send only the authorized CAPTCHA task through the adapter.
  4. Poll with a fixed attempt budget and stop conditions.
  5. Resume once and emit a minimal normalized result.

The adapter follows the official createTask API concept and getTaskResult API concept.

Quick Start

python -m unittest discover -s tests -v
PYTHONPATH=src python examples/mock_workflow.py

Project Structure

src/captcha_workflow/  bounded workflow and adapter
examples/              offline demonstration
tests/                 behavior and policy checks
docs/                  five localized README files
assets/                shared English cover

Testing

Tests verify the successful mock path, allowlist rejection, and bounded challenge handling. No live key or production target is required.

Responsible Use

Use only public data, owned systems, or targets for which you have explicit authorization. Respect terms, rate limits, purpose limitation, field minimization, retention limits, and stop conditions. Do not use this example for private or restricted data, credential access, detection evasion, or unbounded collection. Travel, pricing, inventory, personal, financial, employment, or contact data requires a documented lawful purpose and proportionate human review.

Conclusion

This repository provides a mock-first MCP server with scoped tools, redacted responses, and bounded polling. Developer sharing CapSolver integration examples. The final product reference is CapSolver.

License

MIT

from github.com/Osenga33/captcha-mcp-server-capsolver

Установка Captcha Server Capsolver

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/Osenga33/captcha-mcp-server-capsolver

FAQ

Captcha Server Capsolver MCP бесплатный?

Да, Captcha Server Capsolver MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Captcha Server Capsolver?

Нет, Captcha Server Capsolver работает без API-ключей и переменных окружения.

Captcha Server Capsolver — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Captcha Server Capsolver в Claude Desktop, Claude Code или Cursor?

Открой Captcha Server Capsolver на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Captcha Server Capsolver with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development