Skip to main content
npm & MCPVS Code & JetBrainsClaude Code pluginAtlassian Forge

One QA engine,
six places to install it.

QAEverest ships as an MCP server and wraps it in a listing for every place you already work — the npm registry, the VS Code and JetBrains marketplaces, the Claude Code plugin catalog, Atlassian Jira and GitHub. Each one is free to install, connects with a short device code instead of a pasted key, and bills straight to your own QAEverest account.

QAEverest — AI Test Case Generation
qaeverest·v1.5.4·MIT
Install
AITestingMCPFree to install
$npm install -g qaeverest-mcpcopy
Tools registered on connect
generate_testcases1 credit
generate_api_tests2 credits
security_scan10 credits
usagefree
Billed to your own QAEverest account — no marketplace revenue share
6
Distribution channels
npm, VS Code, JetBrains, Claude Code, Atlassian Jira and GitHub — every listing installs the same QAEverest engine
7
Tools exposed over MCP
Test-case, API, UI and mobile generation plus security scans, performance tests and a free usage check
1000+
Free credits on signup
No card required — roughly 100 test-case generations before you pay for anything
0%
Marketplace revenue cut
Every listing is free to install and bills to your own QAEverest account — bring-your-own-key, no middleman
Where QAEverest Is Listed

Pick the marketplace you already open

The listings differ only in how they sign you in. Behind every one of them sits the same qaeverest-mcp server calling the same public API, so a suite generated in Cursor is the same suite your teammate sees in Jira.

v1.1.0

npm — MCP server

qaeverest-mcp

The stdio MCP server every other listing wraps. Install it globally and register it in any MCP-compatible client — Claude Code, Cursor, Windsurf — to expose the full QAEverest tool set to your agent.

npm install -g qaeverest-mcp
Node 18+stdio transportMIT licence
v1.5.4

VS Code Marketplace

qaeverest.qaeverest-mcp

“QAEverest — AI Test Case Generation” registers the MCP server for Copilot Chat and any MCP-capable agent in the editor, so test generation happens beside the code it covers.

ext install qaeverest.qaeverest-mcp
AI · TestingCopilot ChatVS Code 1.101+
v0.1.1

JetBrains Marketplace

ai.qaeverest.jetbrains

A deliberately thin onboarding plugin: Tools → QAEverest → Sign In runs the device flow, stores your key in the IDE PasswordSafe — never plain settings — and hands off to AI Assistant’s MCP client.

Tools → QAEverest → Sign In
IntelliJ 2025.1+PasswordSafeAI Assistant
v1.1.0

Claude Code plugin

qaeverest

A plugin catalog you can install from directly, wrapping qaeverest-mcp through .mcp.json and adding first-class slash commands to the Claude Code session.

/qaeverest:generate-tests
/qaeverest:security-scan/qaeverest:usageself-hosted catalog
Forge · nodejs22

Atlassian — Jira Forge app

QAEverest Test Generator

An issue panel and issue-context module that reads only the summary and description of the issue you open it on, generates test cases, and pushes the ones you approve back as sub-tasks.

read:jira-work · write:jira-work
Issue panelSub-task pushNothing written automatically
Marketplace listing

GitHub

PR-native QA bot

Bring QAEverest into the pull request itself — branch and PR diffs import as ready-to-test stories, and the QA bot comments risk analysis on the changes under review.

Branch / PR → story → tests
PR risk commentsDiff importCI/CD triggers
Connecting

No key to copy, no config file to hand-edit

Every extension uses the same device-authorization flow. You never see a credential in your clipboard, and the key that reaches your editor is minted fresh for that device.

1
Run “Sign in to QAEverest”
The extension calls /api/v1/device/start and shows a short user code such as WDJB-MJHT
2
Approve it in the browser
Your browser opens app.qaeverest.ai/device already carrying the code — sign in or create a free account and approve
3
The key lands in the IDE
A fresh qae_ key is minted, returned exactly once to the polling client, and stored in the IDE’s secure credential store
QAEverest: Sign Inwaiting…
Enter this code to connect your IDE
WDJBMJHT
app.qaeverest.ai / device
POST /api/v1/device/pollauthorization_pending
POST /api/v1/device/pollauthorization_pending
POST /api/v1/device/pollapproved · key issued
Returned exactly once, then stored in the IDE credential store — never pasted, never logged.
Two credentials, two jobs
A qae_ key (or a v1 JWT exchanged from it) signs service calls. A separate portal token, valid for eight hours, handles account work — regenerating keys, billing and approving devices.
Stored as a hash, shown once
QAEverest keeps only a one-way hash of your key. The raw value is displayed at generation and never again — rotating a key kills the old one on the next request.
Manual setup still works
Prefer to wire it yourself? Create an account, copy your key and setQAEVEREST_API_KEY in the environment — the same variable every listing reads.
Revocable per developer
Issue a key per teammate under one account, then label, expire or revoke any of them independently without disturbing the rest.
What Your Agent Gets

Seven tools, one catalogue, priced per call

Once the server is registered, these arrive in your agent’s tool list. Cost is metered per unit against your credit balance and written to your usage log — checking the balance itself is free.

ToolWhat it doesCredits / call
generate_testcasesUser story → functional, negative, edge and accessibility test cases1
generate_api_testsREST story or spec → an API test suite2
generate_ui_testsUI test generation, returned as an async job you poll5
generate_mobile_testsMobile test generation, returned as an async job you poll5
security_scanOWASP, security-header and SSL/TLS scan of a URL10
performance_testLoad, stress, spike or soak test of an endpoint10
usageRemaining credits, request quota and current per-call ratesfree
Which tools appear is up to your accountTest-case generation, API, UI and mobile automation, security and performance scanning are toggled per account. A tool your plan doesn’t cover returns a clear “service not enabled” response rather than failing silently.
Bring Your Own Account

Free to install, billed where you can see it

Nothing is charged through a marketplace. Usage lands on the QAEverest account you control, so the same balance covers the web app, the IDE and the API no matter which listing spent it.

Free tier
Free credits
A starter credit allocation granted the moment you sign up, with a request allowance and all six services switched on. No card, no trial clock.
Pay as you go
Top-up packs
Buy credits in 1,000, 5,000 or 20,000 packs whenever you need them. Purchase intent is stored server-side and the granted amount is read back from the database on verify.
Plans
Monthly · quarterly · annual
Included credits plus higher rate limits, managed from the same API dashboard that shows your usage log and remaining balance.
Enterprise
Talk to us
SSO, invoicing and on-premises deployment under separately agreed commercial terms — the whole stack inside your own network.

See It In Action

Type a user story the way you would inside your editor and preview what the MCP tool call hands back to your agent — before you install anything.

The tool call and its response will appear here.