captcha mcp for VS Code
io.github.zekebuilds-lab/captcha-mcp
Charge AI agents per-call without accounts. PoW solve = free tier, Lightning = paid tier.
client:VS Code
transport:stdio
runtime:npm
Install captcha mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "captcha-url",
"description": "CAPTCHA_URL",
"password": true
}
],
"servers": {
"captcha-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@powforge/captcha-mcp"
],
"env": {
"CAPTCHA_URL": "${input:captcha-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs