io.github.getrelove/solve
NPM · @USEAGENTSTORE/SOLVE-MCP · SCANNED AUG 3
Cloudflare Turnstile CAPTCHA solver for AI agents. $0.002/call, 100 free on signup. P95 2.2s.
Available components
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. How we score →
Supply Chain Security86
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency6
- Repository check failed: no source repository is declared. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: no license is declared. See how to fix → Fail
- Actively maintained (last published 102 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 144 tokens (~144/item across 1 items; 1 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @useagentstore/solve-mcp
claude mcp add getrelove-solve -- npx -y @useagentstore/solve-mcp
codex mcp add getrelove-solve -- npx -y @useagentstore/solve-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"getrelove-solve": {
"type": "local",
"command": [
"npx",
"-y",
"@useagentstore/solve-mcp"
],
"enabled": true
}
}
} openclaw mcp add getrelove-solve --command npx --arg -y --arg @useagentstore/solve-mcp
mcp_servers:
getrelove-solve:
command: "npx"
args: ["-y", "@useagentstore/solve-mcp"] {
"mcpServers": {
"getrelove-solve": {
"command": "npx",
"args": [
"-y",
"@useagentstore/solve-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +30
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- License: unverified → fail ▼ functional
- MCP protocol: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Schema quality: unverified → excellent ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- 31 Jul 26 −9
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 40
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@useagentstore/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
solve_turnstile ~144
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.
| Name | Type | Req | Description |
|---|---|---|---|
| sitekey | string | yes | 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 | yes | The full URL of the page where the Turnstile widget is embedded (used as the referrer for the solve attempt). |
No output schema declared.
No examples provided.