A
licenseA
qualityC
maintenanceMCP for deploying BrandKit guardrails to LLMs across your organization.
12
42 npm
5
MIT
Scored across 4 tools
Each tool has a distinct job: searching the catalog, retrieving a prompt, checking account status, and signing in. There is no meaningful overlap in purposes.
All tools share the 'nightmarquee_' prefix and mostly use verb_noun naming like get_prompt and search_prompts. 'whoami' and 'sign_in' are minor stylistic deviations but still predictable.
Four tools is well-scoped for a narrow catalog-and-account server. Each tool covers a necessary part of the workflow without unnecessary bulk.
The core loop of searching, fetching, and authenticating is fully covered. A sign-out or account detail tool would be a nice addition, but its absence does not break the main use case.