Loading MCP server directory, please wait...
Quality scoring and progressive gates for AI-generated API tests. Stripe/Twilio profiles. Free tier.
npx @getmcp/cli add ai.apithreshold/apithresholdRequires Docker Engine. Community-contributed server. Review source before installing.
APITHRESHOLD_LLM_PROVIDERLLM provider to use: openai or anthropic.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai.apithreshold/apithreshold": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"APITHRESHOLD_LLM_PROVIDER",
"-e",
"OPENAI_API_KEY",
"-e",
"ANTHROPIC_API_KEY",
"-e",
"APITHRESHOLD_LICENSE",
"ghcr.io/apithreshold/apithreshold:0.1.0",
"serve",
"--transport",
"stdio"
],
"env": {
"APITHRESHOLD_LLM_PROVIDER": "",
"OPENAI_API_KEY": "",
"ANTHROPIC_API_KEY": "",
"APITHRESHOLD_LICENSE": ""
}
}
}
}