ui-diff-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NVIDIA_API_KEY | No | Your NVIDIA API key (optional) | |
| OPENROUTER_API_KEY | Yes | Your OpenRouter API key | |
| NVIDIA_VLM_BASE_URL | No | Base URL for NVIDIA VLM (optional) | |
| LOCATEANYTHING_SIDECAR_URL | No | URL for the sidecar (optional) | http://127.0.0.1:39731 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| compare_ui_imagesC | Compares an expected mobile mockup image against an actual mobile screenshot using only deterministic methods (no visual models). |
| discover_ui_diffsC | Runs full UI diff analysis, including visual model-based target discovery and classification. Compares expected mockup against actual screenshot. |
| ui_diff_model_healthA | Checks health of all visual models used by the diff pipeline. |
| read_ui_diff_reportB | Reads and returns a previously generated UI diff report JSON file. |
| capture_mobile_screenB | Captures a screenshot from a connected mobile device using adb or ios-simctl. |
| start_ui_diff_runA | Starts a UI diff run in the background without holding the MCP request open. Returns a runId to poll with get_ui_diff_run_status. Use this for large or slow audits like Calorix full scans. |
| get_ui_diff_run_statusB | Returns the status of a background UI diff run started by start_ui_diff_run. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ia23a-lachnita/ui-diff-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server