Quality scoring and progressive gates for AI-generated API tests. Stripe/Twilio profiles. Free tier.
claude mcp add apithreshold -- docker run -i --rm ghcr.io/apithreshold/apithreshold:0.1.0
claude_desktop_config.json
{
"mcpServers": {
"apithreshold": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/apithreshold/apithreshold:0.1.0"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"apithreshold": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/apithreshold/apithreshold:0.1.0"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"apithreshold": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/apithreshold/apithreshold:0.1.0"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"apithreshold": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/apithreshold/apithreshold:0.1.0"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"apithreshold": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/apithreshold/apithreshold:0.1.0"
]
}
}
}
Used it in a multi-step workflow; results were consistent.
Reliable across a long session; no dropped connections.
POST /mcp