
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
@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 20 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.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.