
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
@useagentstore/solve-mcp
Advanced tools
MCP server for useagentstore.com — exposes CAPTCHA solving as a tool to any MCP-enabled AI agent.
MCP server that exposes CAPTCHA solving as a tool to any MCP-enabled AI agent (Claude Desktop, Claude Agent SDK, Cursor, Windsurf, etc.).
Pluggable in seconds. Auto-signup on first use — 100 free calls, no account required.
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"solve": {
"command": "npx",
"args": ["-y", "@useagentstore/solve-mcp"]
}
}
}
Restart Claude Desktop. Your agent now has a solve_turnstile tool.
import { Agent } from '@anthropic-ai/claude-agent-sdk';
const agent = new Agent({
mcpServers: {
solve: {
command: 'npx',
args: ['-y', '@useagentstore/solve-mcp'],
},
},
});
Same mcpServers block structure — drop it in their MCP settings.
On first run the server auto-signs-up and logs the generated key to stderr:
[solve-mcp] auto-signed-up. To persist, set SOLVE_API_KEY=sk_... in your MCP server config.
Copy that key into your config to survive restarts:
{
"mcpServers": {
"solve": {
"command": "npx",
"args": ["-y", "@useagentstore/solve-mcp"],
"env": { "SOLVE_API_KEY": "sk_..." }
}
}
}
solve_turnstileSolves a Cloudflare Turnstile challenge and returns a valid token.
Input:
| Param | Type | Required |
|---|---|---|
url | string | yes — the page URL where Turnstile is embedded |
sitekey | string | yes — the widget's data-sitekey |
Output: JSON SolveResult with { success, token, backend, solvedInMs, confidence } or { success: false, error }.
MIT
FAQs
MCP server for useagentstore.com — exposes CAPTCHA solving as a tool to any MCP-enabled AI agent.
The npm package @useagentstore/solve-mcp receives a total of 22 weekly downloads. As such, @useagentstore/solve-mcp popularity was classified as not popular.
We found that @useagentstore/solve-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.