io.github.zekebuilds-lab/captcha-mcp✓
io.github.zekebuilds-lab/captcha-mcp · v0.1.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.zekebuilds-lab/captcha-mcp",
"description": "Charge AI agents per-call without accounts. PoW solve = free tier, Lightning = paid tier.",
"repository": {
"url": "https://github.com/zekebuilds-lab/captcha-mcp",
"source": "github"
},
"version": "0.1.1",
"websiteUrl": "https://powforge.dev/captcha",
"packages": [
{
"registryType": "npm",
"identifier": "@powforge/captcha-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "PowForge captcha backend URL. Defaults to public production endpoint when running via npx; override for self-hosted or local dev.",
"format": "string",
"default": "https://captcha.powforge.dev",
"name": "CAPTCHA_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}