{"name":"Prompt Determinism Scorer","version":"1.0.0","description":"Send N completions of the same prompt — get a determinism score (0-1), variance breakdown, semantic clusters, and concrete fix suggestions. Catch flaky prompts in CI.","endpoints":{"health":"GET /prompt-determinism/health","score":"POST /prompt-determinism/score (body: { completions: string[] })","compare":"POST /prompt-determinism/compare (body: { a: string, b: string })","mcp":"POST /prompt-determinism/mcp"},"pricing":{"free":"500 scoring requests/mo","pro":"$19/mo — 50K requests, CI integration, custom thresholds"},"limits":{"max_completions":32,"max_chars_per_completion":32000}}