Give Claude eyes, ears & hands
22 tools. 120-module engine. Screenshot live pages, pull production errors, run tests, query your DB, and prove fixes worked — all without leaving your AI assistant.
Cancel anytime · API key emailed instantly
After subscribing
claude mcp add gatetest \ -e GATETEST_API_KEY=gtmcp_xxx \ -- npx -y @gatetest/mcp-server
22 tools — what's free vs paid
| Tool | What it does | Access |
|---|---|---|
| check_health | Verify GateTest engine is operational | FREE |
| list_modules | List all 120 modules with descriptions | FREE |
| get_badge | Get embeddable README badge for any repo | FREE |
| scan_url | Quick scan any live URL via hosted API | FREE |
| scan_local (quick) | 4-module quick scan — syntax, lint, secrets, codeQuality | FREE |
| scan_local (full/smart) | 120-module full or diff-aware smart scan | 🔒 $29/mo |
| run_module | Run one specific module against a path | 🔒 $29/mo |
| fix_issue | AI-driven auto-fix for a specific finding | 🔒 $29/mo |
| explain_finding | Nuclear-tier Claude diagnosis per finding | 🔒 $29/mo |
| compose_pr | Render a PR body for a set of fixes | 🔒 $29/mo |
| capture_screenshot | 👁 Eyes — screenshot any live URL or localhost | 🔒 $29/mo |
| get_visual_diff | 👁 Eyes — baseline vs current visual diff | 🔒 $29/mo |
| run_live_checks | 👂 Ears — runtime errors, console, API health | 🔒 $29/mo |
| get_production_errors | 👂 Ears — Sentry / Datadog / Rollbar top errors | 🔒 $29/mo |
| verify_fix | 🤝 Hands — prove the fix worked (re-scan changed files) | 🔒 $29/mo |
| run_tests | 🤝 Hands — auto-detect + run the project's test suite (Jest/Vitest/pytest/cargo/go) | 🔒 $29/mo |
| stream_logs | 🤝 Hands — tail a running process or log file in real time (up to 60s) | 🔒 $29/mo |
| query_db | 🤝 Hands — read-only SQL/NoSQL queries (Postgres/MySQL/SQLite/MongoDB/Redis) | 🔒 $29/mo |
| http_request | 🤝 Hands — call any API with auth headers, follow redirects, inspect responses | 🔒 $29/mo |
| audit_log | Query past local scans in the memory store | 🔒 $29/mo |
| compare_repos | Cross-repo prior-art lookup via memory store | 🔒 $29/mo |
| get_report | Retrieve full result of the last scan this session | 🔒 $29/mo |
Eyes
capture_screenshot — see what the rendered page actually looks like. Works on localhost, staging, and production.
get_visual_diff — baseline vs current comparison so Claude spots regressions before you do.
Ears
get_production_errors — pull your top Sentry, Datadog, or Rollbar errors with file:line attribution so Claude fixes what prod says is broken, first.
run_live_checks — runtime error sweep, console warnings, and API health against any URL.
Hands
verify_fix — re-run the relevant modules on changed files. Pass/fail verdict so Claude knows the fix actually worked.
run_tests — auto-detect and run Jest, Vitest, pytest, cargo test, or go test. Structured pass/fail per test.
stream_logs — tail a running process or log file live for up to 60s while Claude is debugging.
query_db — read-only SQL and NoSQL queries (Postgres, MySQL, SQLite, MongoDB, Redis) without leaving the session.
http_request — call any API with auth headers, inspect responses, follow redirects. Closes the loop: scan → fix → test → verify → done.
FAQ
What's free without a key?
check_health, list_modules, get_badge, scan_url, and scan_local with the quick suite (syntax, lint, secrets, codeQuality — 4 modules, runs in seconds). Everything else requires a key.
How do I get my API key?
Subscribe below. Your key (format: gtmcp_xxx) is emailed to you within seconds of checkout completing.
How do I add it to Claude Code?
Run: claude mcp add gatetest -e GATETEST_API_KEY=gtmcp_xxx -- npx -y @gatetest/mcp-server Or set GATETEST_API_KEY in your MCP server config environment.
Does the key expire?
Your key is valid as long as your subscription is active. Cancel anytime — the key stops working at the end of your billing period.
Can I use it with Cursor, Windsurf, or other MCP clients?
Yes. GateTest MCP follows the MCP spec — any client that supports stdio transport works. Set GATETEST_API_KEY in the environment for that server.
Ready?
Subscribe and your key arrives in seconds.
Cancel anytime · API key emailed instantly · Works with Claude Code, Cursor, Windsurf, Cline