Smithery
ux_review
Run an AI-powered UX review on any URL. Captures a screenshot and analyzes it along with accessibility tree, SEO metadata, and performance metrics using Kimi k2.5 vision. Returns actionable UX feedback across categories: Accessibility, SEO, Performance, Navigation, Content, and Mobile-friendliness.
Remote relievedattention992-smithery/screenshotsmcp
Other tools also called ux_review?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "The URL to review"
},
"width": {
"type": "integer",
"default": 1280,
"maximum": 3840,
"minimum": 320,
"description": "Viewport width"
},
"height": {
"type": "integer",
"default": 800,
"maximum": 2160,
"minimum": 240,
"description": "Viewport height"
}
}
}