Account Pool MCP Server
io.github.ankitsxchdeva/account-pool-mcp
What is the Account Pool MCP server?
Exclusive, crash-safe leases on a pool of test accounts for parallel agent QA runs.
How to install Account Pool
Copy-paste configuration for popular MCP clients.
APM_ACCOUNTS_FILEPath to the JSON file defining pools + accounts to load on startup.
APM_DB_PATHPath to the SQLite file. Every session that should coordinate must point at the SAME path.
APM_DEFAULT_TTL_SECONDSHow long a lease lasts before it is reclaimable if a session crashes without releasing.
APM_LEASE_WAIT_MS0 = fail fast when the pool is empty; >0 = wait this many ms for an account to free up.
{
"mcpServers": {
"account-pool-mcp": {
"command": "npx",
"args": [
"-y",
"account-pool-mcp"
],
"env": {
"APM_ACCOUNTS_FILE": "<YOUR_APM_ACCOUNTS_FILE>",
"APM_DB_PATH": "<YOUR_APM_DB_PATH>",
"APM_DEFAULT_TTL_SECONDS": "<YOUR_APM_DEFAULT_TTL_SECONDS>",
"APM_LEASE_WAIT_MS": "<YOUR_APM_LEASE_WAIT_MS>"
}
}
}
}{
"mcpServers": {
"account-pool-mcp": {
"command": "npx",
"args": [
"-y",
"account-pool-mcp"
],
"env": {
"APM_ACCOUNTS_FILE": "<YOUR_APM_ACCOUNTS_FILE>",
"APM_DB_PATH": "<YOUR_APM_DB_PATH>",
"APM_DEFAULT_TTL_SECONDS": "<YOUR_APM_DEFAULT_TTL_SECONDS>",
"APM_LEASE_WAIT_MS": "<YOUR_APM_LEASE_WAIT_MS>"
}
}
}
}{
"mcpServers": {
"account-pool-mcp": {
"command": "npx",
"args": [
"-y",
"account-pool-mcp"
],
"env": {
"APM_ACCOUNTS_FILE": "<YOUR_APM_ACCOUNTS_FILE>",
"APM_DB_PATH": "<YOUR_APM_DB_PATH>",
"APM_DEFAULT_TTL_SECONDS": "<YOUR_APM_DEFAULT_TTL_SECONDS>",
"APM_LEASE_WAIT_MS": "<YOUR_APM_LEASE_WAIT_MS>"
}
}
}
}{
"servers": {
"account-pool-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"account-pool-mcp"
],
"env": {
"APM_ACCOUNTS_FILE": "<YOUR_APM_ACCOUNTS_FILE>",
"APM_DB_PATH": "<YOUR_APM_DB_PATH>",
"APM_DEFAULT_TTL_SECONDS": "<YOUR_APM_DEFAULT_TTL_SECONDS>",
"APM_LEASE_WAIT_MS": "<YOUR_APM_LEASE_WAIT_MS>"
}
}
}
}claude mcp add account-pool-mcp --env APM_ACCOUNTS_FILE=<YOUR_APM_ACCOUNTS_FILE> --env APM_DB_PATH=<YOUR_APM_DB_PATH> --env APM_DEFAULT_TTL_SECONDS=<YOUR_APM_DEFAULT_TTL_SECONDS> --env APM_LEASE_WAIT_MS=<YOUR_APM_LEASE_WAIT_MS> -- npx -y account-pool-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.