A
licenseNot graded
qualityB
maintenanceMCP server that wraps the StupidAPIs' 'The Committee' tool, which convenes five random number generators to argue and vote with one always dissenting.
20 npm
MIT
No user-submitted related servers found.
Scored across 4 tools
Each tool has a distinct purpose: counting records, retrieving by ID, listing with options, and server health. No ambiguity among them.
Most tools follow verb_noun pattern (count_records, get_record, list_records), but server_info deviates as a noun_verb? phrase, causing minor inconsistency.
Four tools is well-scoped for a simple read-only data server, each tool earns its place without unnecessary complexity.
The server covers basic read operations (list, get, count) but lacks create, update, delete functionalities, leaving notable gaps for a full data API.