APIThreshold
About
Quality scoring and progressive gates for AI-generated API tests. Stripe/Twilio profiles. Free tier.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
APITHRESHOLD_LLM_PROVIDER OPENAI_API_KEY ANTHROPIC_API_KEY APITHRESHOLD_LICENSEClaude Code
claude mcp add --env APITHRESHOLD_LLM_PROVIDER= --env OPENAI_API_KEY= --env ANTHROPIC_API_KEY= --env APITHRESHOLD_LICENSE= apithreshold -- docker ghcr.io/apithreshold/apithreshold:0.1.0
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"apithreshold","command":"docker","args":["ghcr.io/apithreshold/apithreshold:0.1.0"],"env":{"APITHRESHOLD_LLM_PROVIDER":"","OPENAI_API_KEY":"","ANTHROPIC_API_KEY":"","APITHRESHOLD_LICENSE":""}}'
JSON
{
"mcpServers": {
"apithreshold": {
"command": "docker",
"args": [
"ghcr.io/apithreshold/apithreshold:0.1.0"
],
"env": {
"APITHRESHOLD_LLM_PROVIDER": "",
"OPENAI_API_KEY": "",
"ANTHROPIC_API_KEY": "",
"APITHRESHOLD_LICENSE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.