F
licenseNot graded
qualityC
maintenanceEnables AI coding assistants to search, discover, and retrieve UI HUB components, source code, dependencies, templates, and animations via MCP.
-
No user-submitted related servers found.
Scored across 3 tools
Each tool targets a distinct operation: retrieving a single item, listing with filters, and searching. There is no overlap in purpose.
Tool names follow a verb_Noun pattern in camelCase, though getRegistryItem uses singular RegistryItem while the others use plural RegistryItems, a minor inconsistency.
Three tools cover the core retrieval and search operations for a registry. The count is reasonable, though slightly low if full CRUD were expected.
The set covers reading, listing, and searching items but lacks create, update, or delete operations. This may be intentional for a read-only registry, but it's a notable gap.