Frontend Review MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Frontend Review MCPreview the new button placement against the mockup"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CS-Wallet 
Wallet for CoinSpace app.
Available Tools
1 toolreviewEditA
Perform a visual review of a UI edit request. The 'before screenshot' is a screenshot of the page before the edit, and the 'after screenshot' is the screenshot of the page after the edit. You will recieve either a yes or no response, indicating whether the edit visually satisfies the edit request. If no, it will provide a detailed explanation of why the edit does not satisfy the request so you can continue to work on it.
| Name | Required | Description | Default |
|---|---|---|---|
| beforeScreenshotPath | Yes | Absolute path to the 'before' screenshot file (png) | |
| afterScreenshotPath | Yes | Absolute path to the 'after' screenshot file (png) | |
| editRequest | Yes | A detailed description of the UI edit request made by the user. Do not describe the changes you made, but just summarize what the user asked you to change on the page. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses key behavioral traits: the tool returns a yes/no decision with detailed explanations for 'no' responses, which helps understand the output format. However, it does not cover aspects like error handling, performance characteristics (e.g., processing time), or any limitations (e.g., file size constraints), leaving gaps in transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is appropriately sized and front-loaded, starting with the core action and immediately detailing inputs and outputs. Each sentence adds necessary information without redundancy. Minor improvements could include bullet points for clarity, but it remains efficient and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity (a review tool with visual inputs) and lack of annotations or output schema, the description is moderately complete. It explains the decision process and feedback mechanism, but it does not fully address potential edge cases (e.g., invalid file formats) or provide examples, which could aid an AI agent in handling diverse scenarios effectively.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents all parameters thoroughly. The description adds value by explaining the semantic relationship between parameters (e.g., 'before screenshot' vs. 'after screenshot' and their role in the review process) and clarifying the 'editRequest' as a user-provided description, not a change summary. This enhances understanding beyond the schema's technical details.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose with specific verbs ('perform a visual review') and resources ('UI edit request'), detailing the input components (before/after screenshots) and the decision outcome (yes/no response). It distinguishes itself by focusing on visual validation of UI changes, which is unambiguous even without sibling tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for reviewing UI edit requests based on screenshots, but it does not provide explicit guidance on when to use this tool versus alternatives (e.g., other review methods or tools). With no sibling tools, this is less critical, but it lacks context on prerequisites or exclusions, leaving usage somewhat open-ended.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
1 tool update
- First observed
reviewEdit
TDQS
With only one tool, there is no possibility of ambiguity or overlap with other tools. The tool 'reviewEdit' has a single, clearly defined purpose focused on visual review of UI edits.
Since there is only one tool, naming consistency is inherently perfect. The tool name 'reviewEdit' follows a clear verb_noun pattern, and there are no other tools to compare it against for inconsistency.
A single tool is generally too few for a server's purpose, as it limits functionality and can feel thin. For a 'Frontend Review MCP', one might expect additional tools for tasks like listing reviews, managing requests, or handling different types of edits, making this count inappropriate for the apparent scope.
The tool set is severely incomplete for a frontend review domain. While 'reviewEdit' handles the core review action, there are obvious gaps such as tools for creating, listing, updating, or deleting review requests, which would be essential for a complete workflow and could cause agent failures due to missing operations.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
MCP server for visual regression testing: triage a PR's UI diffs from your coding agent.
9118An MCP server that automatically collects feedback on your MCP server.
UX-review and product-feedback MCP: annotated screenshots and reviews your AI agent can act on.
91MCP server for Midjourney AI image generation and editing
Related MCP Servers
- FlicenseBqualityNot gradedmaintenanceAn MCP server that visually reviews UI edit requests by comparing screenshots before and after edits, ensuring changes satisfy user requests.11431-
- FlicenseNot gradedqualityDmaintenanceAn MCP server that provides agentic vision capabilities for visual regression testing by capturing and comparing screenshots using Gemini Flash. It enables users to detect UI changes and conduct conversational investigations to distinguish between intended and unintended visual modifications.-
- FlicenseAqualityNot gradedmaintenanceAn MCP server that enables users to review and refine AI outputs through a local web UI, returning feedback as free tool call results to save on GitHub Copilot premium requests. It allows for multiple rounds of iterative improvements within a single request session.130-
- AlicenseAqualityCmaintenanceAn MCP server that enables automated quality control for generated images, evaluating them against reference images and rules to return structured scores and issues.2MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/fefergrgrgrg/cs-wallet'
If you have feedback or need assistance with the MCP directory API, please join our Discord server