Skip to content
Grok

APIThreshold for Grok

ai.apithreshold/apithreshold

Quality scoring and progressive gates for AI-generated API tests. Stripe/Twilio profiles. Free tier.

client:Grok transport:stdio runtime:oci

Install APIThreshold in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "apithreshold": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/apithreshold/apithreshold:0.1.0"
      ],
      "env": {
        "APITHRESHOLD_LLM_PROVIDER": "<APITHRESHOLD_LLM_PROVIDER>",
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "APITHRESHOLD_LICENSE": "<APITHRESHOLD_LICENSE>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

APIThreshold in other clients