# zipBoard MCP for AI Agents AI Agent Connect

> zipBoard MCP lets you manage visual feedback and bug tracking directly through your AI client. It handles project metadata, task creation, and file monitoring so you can run QA cycles and design reviews without switching tabs.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/undefined/ai-agent-connect
- **Tags:** bug-tracking, visual-feedback, issue-management, document-review, quality-assurance, task-tracking

## Description

zipBoard lets you manage your visual review projects and bug tracking from a single chat interface. Instead of jumping between different tabs to check on a design mockup or a live URL, you can ask your AI client to pull up specific project details or list the most urgent issues. It connects your feedback loops to your daily workflow, making it easier to keep track of who owns what and what needs fixing next. You can see the files and URLs being reviewed, create new tasks with specific priorities, and get a high-level view of your organization's structure. It is a practical way to handle high-volume QA and design iterations without losing your place in the conversation. By adding this to your toolkit on the Vinkius catalog, you get a direct line into your project management data. You can check on active feedback cycles or update task statuses using plain English, ensuring that the visual review process stays moving.

## Tools

### list_projects
See every zipBoard project you have active. This helps you quickly identify which review is currently in progress.

### list_tasks
Pull a list of all tasks and issues for a specific project. Use this to see what bugs need attention right now.

### create_project
Set up a new project by sending a JSON string. This lets you initialize a new review cycle instantly.

### create_task
Add a new task or bug report to a project. You can set the priority and assignee in one go.

### get_organization
View your organization's details and structure. This is useful for getting a high-level view of your team's setup.

### list_files
See all files and URLs included in your projects. It helps you keep track of what's being reviewed.

## Prompt Examples

**Prompt:** 
```
List all active review projects.
```

**Response:** 
```
I've retrieved your projects. You have 3 active environments:

* **Website Redesign**
* **Mobile App QA**
* **Landing Page Review**

Which one should we check for issues?
```

**Prompt:** 
```
Show me the pending bugs for the 'Mobile App QA' project.
```

**Response:** 
```
There are 5 pending bugs for **Mobile App QA**. Here are the top ones:

| Bug Description | Priority |
| :--- | :--- |
| Login button alignment | High |
| Splash screen delay | Medium |
| Header overlap | Low |

Would you like more details on any of these?
```

**Prompt:** 
```
Create a new project for a logo review.
```

**Response:** 
```
I've created your new **Logo Review** project. It's ready for you to start adding files and feedback. What would you like to do next?
```

## Capabilities

### List all review projects
See every active project you have in zipBoard.

### Retrieve project metadata
Get details on owners and configurations for any project.

### Create new projects
Start a new visual review project with custom data.

### List project tasks
See all bugs and issues assigned to a project.

### Create new tasks
Add a bug report with a specific priority and assignee.

### Get organization details
View your team's structure and organization info.

### List review files
See all files and URLs being reviewed in your projects.

## Use Cases

### Quickly identifying pending bugs
A QA engineer asks for all pending bugs in the Mobile App project and gets a summarized list of high priority issues.

### Starting a new design review
A designer wants to start a new review for a landing page and asks the agent to create the project for them.

### Monitoring review assets
A developer wants to see which URLs are currently being reviewed and uses the agent to list all active files.

### Organizing team feedback
A project manager asks for the organization details to see which team owns which review project.

## Benefits

- Get a bird's-eye view of all active review projects using list_projects to see what's currently in the pipeline.
- Create new review projects instantly with create_project without having to navigate away from your chat.
- Track every bug and issue in a project using list_tasks to keep your QA team organized.
- Add new bugs or tasks quickly with create_task while you're still discussing the feedback in your chat.
- View your organization's details and structure using get_organization to see how your team is set up.
- Keep track of all review assets, including PDFs and URLs, by using list_files to see what's being looked at.

## How It Works

The bottom line is you get a way to manage visual feedback and bug tracking without leaving your chat window.

1. Subscribe to the zipBoard MCP and grab your API key from your account settings.
2. Connect the Connector to your AI client by pasting that key into the configuration.
3. Ask your agent to list projects, create bugs, or check feedback status.

## Frequently Asked Questions

**Can I manage bugs and tasks with zipBoard MCP?**
Yes. You can use it to list all current tasks in a project or create new bug reports with specific priorities and assignees directly through your chat.

**Does zipBoard MCP support reviewing URLs and PDFs?**
Yes, it allows you to see all the files, documents, and URLs that are currently being reviewed within your projects.

**Can I see my team's structure with zipBoard MCP?**
Yes, you can pull organization details to see how your team is structured and who is involved in your projects.

**How do I create a new project using zipBoard MCP?**
You can ask your agent to create a new project for you. It will handle the setup using the project data you provide in the chat.

**Is zipBoard MCP good for QA engineers?**
It's specifically built for high-volume QA and visual feedback. It helps engineers manage bug reports and task assignments without leaving their primary workspace.

**Can I see which projects are active?**
Yes, you can ask the agent to list all active review projects to see what's currently in the pipeline.

**How do I find my zipBoard API Key?**
Log in to your zipBoard account, navigate to **Settings** > **Account**, and you will find your unique secret API Key in the API section.

**Can I assign tasks to specific team members via AI?**
Yes! When creating a task with the `create_task` tool, you can provide an `assignee_id` to direct the issue to the correct person automatically.