Account Pool runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 28 Jun 2026.
Exclusive, crash-safe leases on a pool of test accounts for parallel agent QA runs.
Today is the operative word: we check Account Pool every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add account-pool-mcp -- npx -y account-pool-mcp
{
"mcpServers": {
"account-pool-mcp": {
"args": [
"-y",
"account-pool-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.account-pool-mcp]
command = "npx"
args = ["-y", "account-pool-mcp"]
{
"mcpServers": {
"account-pool-mcp": {
"args": [
"-y",
"account-pool-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"account-pool-mcp": {
"args": [
"-y",
"account-pool-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
APM_ACCOUNTS_FILE (Path to the JSON file defining pools + accounts to load on startup.), APM_DB_PATH (Path to the SQLite file. Every session that should coordinate must point at the SAME path.), APM_DEFAULT_TTL_SECONDS (How long a lease lasts before it is reclaimable if a session crashes without releasing.), APM_LEASE_WAIT_MS (0 = fail fast when the pool is empty; >0 = wait this many ms for an account to free up.).
The author declared them in the registry entry; get the values from the project itself.
Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.
Local test execution and coverage summaries for onboarding agents.
Regex test, explain, replace patterns for AI agents
JSON-driven E2E test runner with parallel Chrome pool execution and 16 MCP tools.
Free agent tests (no account or payment); paid ping.
AI testing agents for web apps — dispatch test runs, crawls, fetch artifacts and status.
End-to-end tests from one sentence: an agent drives a real browser, and passing runs replay free.
AI-powered test case generator ai MCP server for agents. Supports generate test cases, generate
Answers built from our own checks of this server.