# WebVizio MCP for AI Agents AI Agent Connect

> WebVizio MCP lets you manage website visual feedback and QA tasks directly through your AI client. You can create projects, log bugs, and add comments to specific pages without switching tabs. It's built for teams who need to keep design and QA conversations organized in one place.

## Overview
- **Category:** collaboration
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_mbe3gsQD6J9toWA5ZBHlLdR7c6LRtQtGEkOkxTfF/ai-agent-connect
- **Tags:** visual-feedback, website-review, bug-tracking, qa-testing, annotation, remote-collaboration

## Description

Most teams handle website QA by taking screenshots, sending them over Slack, and then manually creating tickets in a separate project management tool. It's a fragmented process that leads to lost context and constant questions about where a bug is located. This Connector changes that by letting you manage the entire visual review process through a natural conversation with your AI client. You can ask your agent to create a new project for a staging site, log a UI improvement on a specific page, or pull up the history of comments on a bug. It handles the heavy lifting of updating statuses and organizing feedback so you don't have to jump back and forth between your browser and your task manager. Because it's part of the Vinkius catalog, you get a centralized way to manage these visual reviews across your entire portfolio. It turns a manual feedback loop into a conversation where your agent actually moves the needle on the project. You get a single source of truth for your site reviews and a much faster way to clear your QA backlog.

## Tools

### create_webvizio_project
Create a new project. This lets you start a new website review with a unique URL.

### list_webvizio_comments
List comments on a task. This lets you see the full history of conversation on a bug.

### list_webvizio_projects
List all website feedback projects. This gives you a high-level view of all sites you're monitoring.

### update_webvizio_task
Update a task status or details. Use this to move tasks through your QA pipeline.

### list_webvizio_tasks
List tasks in a project. This shows every bug or improvement needed for a specific website.

### list_webvizio_webhooks
List configured webhooks. This helps you verify that your automated workflows are active.

### add_webvizio_comment
Add a comment to a task. This keeps your feedback conversation organized in one place.

### create_webvizio_task
Create a new feedback task. Use this to log bugs or UI improvements on specific pages.

### get_webvizio_project_details
Get project details. This retrieves metadata for a specific project you're tracking.

### get_webvizio_task_details
Get task details. This shows the specific information for a single feedback item.

## Prompt Examples

**Prompt:** 
```
List all the websites I'm currently reviewing.
```

**Response:** 
```
I've pulled up your active projects from WebVizio. Here is what you're currently monitoring:

| Website | Project Status |
| :--- | :--- |
| vinkius.com | In Review |
| client-landing.com | QA Testing |
| dev-staging.net | Planning |

Which one would you like to dive into?
```

**Prompt:** 
```
Create a task for a broken Submit button on the home page of the vinkius.com project.
```

**Response:** 
```
Done! I've created a new feedback task for the **vinkius.com** project.

*   **Task:** Fix broken Submit button
*   **Project:** vinkius.com
*   **Status:** New

Would you like me to add a specific comment to this task or move on to something else?
```

**Prompt:** 
```
What are the latest comments on the 'Fix Header' task?
```

**Response:** 
```
Here are the recent comments for the **Fix Header** task:

*   **User A:** "The contrast on the mobile view is too low."
*   **Designer:** "I'll adjust the hex code for the mobile override."
*   **User A:** "Thanks, let me know when it's ready for a re-check."
```

## Capabilities

### Create website projects
Start a new review cycle for any URL by creating a dedicated project.

### Log visual bugs
Turn a visual issue into a trackable task with a single command.

### Add feedback comments
Keep the conversation organized by adding notes to specific tasks.

### Track project metadata
Retrieve detailed logs and information for any site you're monitoring.

### Monitor webhooks
Check your event-driven workflows to ensure your integrations are active.

### View task lists
See every bug or improvement needed for a specific website in one view.

## Use Cases

### Live QA Audit
A tester finds a broken button on a landing page and asks the agent to create a task for it using create_webvizio_task.

### Design Review
A designer wants to know what the client said about the header and asks the agent to list comments using list_webvizio_comments.

### Project Kickoff
A manager wants to set up a new site for review and tells the agent to create a project for a new URL using create_webvizio_project.

### Status Check
A project lead asks for a summary of all pending tasks on a specific project to prepare for a meeting using list_webvizio_tasks.

## Benefits

- Cut out the 'where is that bug?' talk by using list_webvizio_tasks to see every issue in one list.
- Speed up QA cycles by using create_webvizio_task to log bugs immediately during a review.
- Keep feedback threads clean by adding specific notes with add_webvizio_comment.
- Stay on top of your portfolio by using list_webvizio_projects to see every site you're tracking.
- Automate your workflow by checking list_webvizio_webhooks to make sure your events are firing correctly.
- Get instant access to project metadata using get_webvizio_project_details to keep your records accurate.

## How It Works

The bottom line is you stop jumping between your browser and your task manager to handle website reviews.

1. Connect your WebVizio API token to your AI client.
2. Describe the website project or task you want to manage or create.
3. Get status updates, create new feedback, or add comments instantly.

## Frequently Asked Questions

**How does WebVizio MCP help with website QA?**
It allows your AI client to log bugs, update statuses, and manage feedback directly on your websites. You can skip the manual work of moving data between tools and keep everything in one place.

**Can I use it to track bugs on multiple sites?**
Yes. You can list all your projects and see tasks for each site, making it easy to manage a large portfolio of websites from a single chat.

**How do I add comments to a specific page?**
You can just ask your agent to add a comment to a specific task. It will handle the communication with WebVizio to keep your feedback organized.

**Can it update my project status automatically?**
Yes. You can tell your agent to update the status of a task, and it will sync that change with your WebVizio project immediately.

**Is this for designers or just developers?**
It's for anyone involved in the website review process. Designers can use it to manage feedback, while developers and QA engineers can use it to track and resolve bugs.

**How do I see all my active projects?**
Just ask your agent to list your projects. It will pull a complete list of every website you are currently monitoring in WebVizio.

**Can I create a new project using just a URL?**
Yes! Use the `create_webvizio_project` tool and provide the website URL. Your agent will add it to your WebVizio dashboard for monitoring.

**How do I see all the bugs reported for a specific site?**
Run the `list_webvizio_tasks` query with your Project ID. It will return a complete list of all feedback tasks, including status and descriptions.

**Is it possible to reply to feedback comments via AI?**
Absolutely. Use the `add_webvizio_comment` tool by providing the Task ID and your text to post a new comment to the visual discussion thread.