Skip to main content

captcha-mcp-test

MCP server for solving captchas via CapMonster Cloud. It is the solve brain: it lists supported captcha types, serves CapMonster's docs, and creates/polls solve tasks against the CapMonster Cloud REST API. It has no browser of its own — pair it with a browser-driving MCP (e.g. mcp-patchright-mainworld) that does the page work (navigation, interaction, reading the live DOM/network, and injecting the solved token back into the page).

Two equivalent implementations live in this repo, same tools/behavior:

  • Python (this directory) — published to PyPI, run with uvx.
  • TypeScript (ts/) — published to npm, run with npx. See ts/README.md.

Quick start (Python / PyPI)

{
  "mcpServers": {
    "capmonster": {
      "command": "uvx",
      "args": ["captcha-mcp-test"],
      "env": { "CM_API_KEY": "YOUR_API_KEY" }
    }
  }
}

uvx runs the published PyPI package with no local clone needed. See mcp.json for a full example that also wires up the patchright companion browser MCP.

For the npm/TypeScript version, see ts/README.md.

Configuration

This server only runs over stdio (the transport MCP clients use to launch it as a subprocess), so there are no HTTP headers to carry a per-request key — set CM_API_KEY in the client's env block (see mcp.json) and every tool call in that session uses it.

Tools

  • get_supported_tasks — list captcha task types CapMonster supports (from the live OpenAPI spec).
  • get_task_parameters(task_type) — required/optional fields, variant notes, and the solution schema for a task type.
  • get_docs(url, offset, limit, section) — fetch a CapMonster doc page (docs.capmonster.cloud/api.capmonster.cloud only), with section-jump and pagination.
  • create_task(task) — submit a captcha task, returns a taskId.
  • get_task_result(task_id) — poll a task once.
  • get_task_result_wait(task_id, timeout_seconds, poll_interval_seconds) — poll a task to completion (preferred over driving the loop yourself).
  • get_actual_user_agent() — fetch a current Windows User-Agent to use as one consistent fingerprint across the browser and the solve task.
  • get_balance() — CapMonster account balance.

Workflow

capmonster_agent/SKILL.md is the step-by-step procedure for analyzing a captcha-protected page and solving it with this server paired with a patchright (or any stateful browser-automation) MCP. capmonster_agent/PROMPT.md is a copy-paste prompt that sets an agent up with both servers (Python/PyPI capmonster server via uvx) and points it at the skill. capmonster_agent/PROMPT_JS.md is the same prompt for the TypeScript/npm capmonster server, run via npx.

Development

python -m venv .venv
.venv\Scripts\activate  # or source .venv/bin/activate on Linux/macOS
pip install -e ".[dev]"
pytest

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

captcha_mcp_test-0.1.1.tar.gz (35.0 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

captcha_mcp_test-0.1.1-py3-none-any.whl (13.1 kB view details)

Uploaded Python 3

File details

Details for the file captcha_mcp_test-0.1.1.tar.gz.

File metadata

  • Download URL: captcha_mcp_test-0.1.1.tar.gz
  • Upload date:
  • Size: 35.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.32 {"installer":{"name":"uv","version":"0.11.32","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for captcha_mcp_test-0.1.1.tar.gz
Algorithm Hash digest
SHA256 6dbc47d9f228dbdeb0828582f744bf46ad5c6b7fc1598b75b4277643b5f16e6a
MD5 276ac0c285ad61c129d310c79aafd855
BLAKE2b-256 f831cce1f733d1822fb079c39963a23e76b1567fa9b812ed7ac5f088cf4c29cb

See more details on using hashes here.

File details

Details for the file captcha_mcp_test-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: captcha_mcp_test-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 13.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.32 {"installer":{"name":"uv","version":"0.11.32","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for captcha_mcp_test-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8f2e417f84f0483ca5e78376d0f4c87ae3110e0e35e3b6ad5825858c8eea55da
MD5 a89aa23afb726930ee2dcce53308cd1e
BLAKE2b-256 1c8417aa35c7c96382db37b13436305743af30a2689dbaaadaa480965e55d42b

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.1 This release

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page