# io.github.getrelove/solve (npm · @useagentstore/solve-mcp)

Cloudflare Turnstile CAPTCHA solver for AI agents. $0.002/call, 100 free on signup. P95 2.2s.

- Trust score: 61/100 (medium)
- Change this week: +21
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@useagentstore/solve-mcp`: 61/100 (this document), [markdown](https://verifymcp.io/servers/getrelove-solve/useagentstore-solve-mcp.md), [page](https://verifymcp.io/servers/getrelove-solve/useagentstore-solve-mcp)

## Channel facts

- Registry: `npm`
- Package: `@useagentstore/solve-mcp`
- Version: `0.1.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 6/100
  - Repository check failed: no source repository is declared.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: no license is declared.
  - Actively maintained (last published 102 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 144 tokens (~144/item across 1 items; 1 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add getrelove-solve -- npx -y @useagentstore/solve-mcp
```

### Codex

```bash
codex mcp add getrelove-solve -- npx -y @useagentstore/solve-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "getrelove-solve": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@useagentstore/solve-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add getrelove-solve --command npx --arg -y --arg @useagentstore/solve-mcp
```

### Hermes

```yaml
mcp_servers:
  getrelove-solve:
    command: "npx"
    args: ["-y", "@useagentstore/solve-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "getrelove-solve": {
      "command": "npx",
      "args": [
        "-y",
        "@useagentstore/solve-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 61, +30)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [functional regression] License: unverified → fail
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass

### 2026-07-31 (score 31, −9)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 40)

First indexed and scored.

## MCP tools (1)

### `solve_turnstile` (~144 tokens)

Solve a Cloudflare Turnstile CAPTCHA and return a valid token that can be submitted with the target form. Use this whenever an autonomous agent is blocked by Turnstile on a web page. Target success rate: 95%+. Typical latency: 3-8 seconds.

Input parameters:

- `sitekey` (string, required): The Turnstile sitekey — found in the widget HTML as the `data-sitekey` attribute of the `cf-turnstile` element, or in the URL parameter for the widget iframe.
- `url` (string, required): The full URL of the page where the Turnstile widget is embedded (used as the referrer for the solve attempt).

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/getrelove-solve/useagentstore-solve-mcp#diagnostics

## Score history

- 2026-08-03: 61
- 2026-08-02: 61
- 2026-08-01: 31
- 2026-07-31: 31
- 2026-07-30: 40
- 2026-07-28: 40
- 2026-07-27: 40

## Links

- npm package: https://www.npmjs.com/package/@useagentstore/solve-mcp
- Socket report: https://socket.dev/npm/package/@useagentstore/solve-mcp
- Changelog RSS feed: https://verifymcp.io/servers/getrelove-solve/useagentstore-solve-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/getrelove-solve/useagentstore-solve-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/getrelove-solve/useagentstore-solve-mcp
