MCP Integration

Give Claude eyes, ears & hands

The full 120-module scanner inside your AI assistant — plus 24 tools that let it see the rendered page, hear what's breaking in production, and prove each fix worked. Claude Code, Cursor, Windsurf, any MCP agent.

$29/ month

Cancel anytime · API key emailed instantly

After subscribing

claude mcp add gatetest \
  -e GATETEST_API_KEY=gtmcp_xxx \
  -- npx -y @gatetest/mcp-server

Install anywhere — 30 seconds, any environment

No terminal? No npm? No problem. The hosted endpoint reaches every Claude user.

claude.ai web & mobile zero install

Settings → Connectors → Add custom connector

URL: https://gatetest.ai/api/mcp

Claude Desktop App one-click

Download the extension, double-click it — done

⬇ Download gatetest.mcpb

Or paste into Settings → Developer → Edit Config: { "mcpServers": { "gatetest": { "url": "https://gatetest.ai/api/mcp" } } }

Claude Code CLI full 24 tools

Local install — unlocks scan_local, run_tests, query_db, stream_logs

claude mcp add gatetest -- npx -y @gatetest/mcp-server

Cursor / Windsurf / Cline / Zed

MCP settings → Add server (URL or command, both work)

https://gatetest.ai/api/mcp

Hosted endpoint: free tools work with no key; add Authorization: Bearer gtmcp_... to unlock premium. Filesystem tools (scan_local, run_tests, query_db, stream_logs, http_request) need the local install.

24 tools — what's free vs paid

ToolWhat it doesAccess
check_healthVerify GateTest engine is operationalFREE
list_modulesList all 120 modules with descriptionsFREE
get_badgeGet embeddable README badge for any repoFREE
scan_urlQuick scan any live URL via hosted APIFREE
scan_local (quick)41-module quick scan — syntax, lint, secrets, codeQuality, and moreFREE
scan_local (standard/full/smart)45-module standard, 88-module full, or diff-aware smart scan🔒 $29/mo
run_moduleRun one specific module against a path🔒 $29/mo
fix_issueAI-driven auto-fix for a specific finding🔒 $29/mo
explain_findingForensic-tier Claude diagnosis per finding🔒 $29/mo
compose_prRender a PR body for a set of fixes🔒 $29/mo
capture_screenshot👁 Eyes — screenshot any live URL or localhost so the AI sees the rendered page🔒 $29/mo
get_visual_diff👁 Eyes — baseline vs current visual diff to catch UI regressions🔒 $29/mo
run_live_checks👂 Ears — runtime errors, console warnings, API health on any URL🔒 $29/mo
get_production_errors👂 Ears — top Sentry / Datadog / Rollbar errors with file:line attribution🔒 $29/mo
verify_fix🤝 Hands — re-scan changed files for hard pass/fail proof the fix worked🔒 $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_logQuery past local scans in the memory store🔒 $29/mo
compare_reposCross-repo prior-art lookup via memory store🔒 $29/mo
get_reportRetrieve full result of the last scan this session🔒 $29/mo
scan_repoScan any public git repo via the hosted API🔒 $29/mo
resolve_stack_traceMinified/bundled stack trace → original file:line via source maps🔒 $29/mo
blame_regressionWhich git commit introduced this line — read-only, ranks candidates across a stack trace🔒 $29/mo
👁
Eyes

See the rendered page

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

Hear what's breaking

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

Prove the fix worked

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 (41 modules — syntax, lint, secrets, codeQuality, and more, 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.

Which AI model runs my fixes — and who pays for it?

You choose, and you pay Anthropic directly (bring-your-own-key). AI fixes run on YOUR ANTHROPIC_API_KEY — calls go straight from your machine to Anthropic, never through our servers, and you control the spend. Pick the model per call: sonnet (Claude Sonnet 5, default — fast and cheapest), opus (Opus 4.8 — deeper reasoning), or fable (Fable 5 — the most capable model Anthropic ships, ~3.3x Sonnet cost). No other QA tool lets you do this.

Ready?

Subscribe and your key arrives in seconds.

Cancel anytime · API key emailed instantly · Works with Claude Code, Cursor, Windsurf, Cline