{ "name": "solvegate-mcp", "version": "0.1.1", "mcpName": "io.github.SolveGate/solvegate-mcp", "description": "MCP server for SolveGate — let an agent clear Cloudflare Turnstile and WAF challenges, and inspect a page for Turnstile without an API key.", "keywords": [ "mcp", "model-context-protocol", "mcp-server", "turnstile", "cloudflare-turnstile", "cloudflare", "captcha", "waf", "agent", "tools", "automation", "e2e-testing" ], "type": "module", "bin": { "solvegate-mcp": "./dist/index.js" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "files": [ "dist" ], "scripts": { "build": "tsc -p tsconfig.json", "test": "npm run build && node --test", "start": "node dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^22.10.0", "typescript": "^5.5.0" }, "engines": { "node": ">=18" }, "repository": { "type": "git", "url": "git+https://github.com/SolveGate/solvegate-mcp.git" }, "bugs": { "url": "https://github.com/SolveGate/solvegate-mcp/issues" }, "homepage": "https://solvegate.io/docs", "author": { "name": "SolveGate", "email": "support@solvegate.io", "url": "https://solvegate.io" }, "license": "MIT" }