# Userback MCP for AI Agents AI Agent Connect

> Userback MCP lets you manage visual feedback and bug reports directly through your AI client. It connects your account to your agent so you can pull screenshots, check project statuses, and create new feedback entries without leaving your workspace. It's built for teams who need to turn user complaints into actionable dev tasks quickly.

## Overview
- **Category:** developer-tools
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_SXdhrnFVVjmEdHcyXL9o7DSlSvwcKxkdQq2xKo7n/ai-agent-connect
- **Tags:** visual-feedback, bug-reporting, user-experience, annotated-screenshots, product-development

## Description

Userback MCP lets you manage visual feedback and bug reports directly through your AI client. Imagine you're in the middle of a sprint and a user sends over a messy, annotated screenshot of a broken checkout page. Usually, you'd have to jump over to a different tab, log in, and hunt through a dashboard to see what everyone else is saying about that specific bug. With this Connector, you can just ask your agent to pull the latest reports for a specific project. It brings the data to you. Instead of manual clicking, you're just having a conversation about what needs fixing. You can see who's on the team, check the status of a specific bug, and even create a new entry for a feature request on the fly. It makes the loop between hearing from a user and starting the fix much tighter. If you're looking for a way to manage this without the context switching, finding this in the Vinkius catalog is your best bet for getting your agent connected to the right data. It turns a messy pile of visual reports into a structured list of tasks you can actually act on.

## Tools

### get_feedback_details
Pull the full text, screenshots, and metadata for a specific user report. This helps you see exactly what the user saw.

### get_project_details
Show the specific configuration and status of a Userback project. Use this to check which project a report belongs to.

### list_feedbacks
Grab a list of all feedback entries currently in your account. This gives you a bird's eye view of all user input.

### list_userback_projects
Show every project you have set up for different parts of your product. It helps you organize your feedback spaces.

### list_account_users
List everyone who has access to your Userback account for team visibility. Use this to see who is on your review team.

### create_feedback_entry
Let your agent submit a new bug report or suggestion directly to a project. This saves you from switching tabs to log a bug.

## Prompt Examples

**Prompt:** 
```
What are the most recent bugs reported on the mobile app?
```

**Response:** 
```
I've pulled the latest reports for the mobile app. Here are the most recent issues:

| Report | Status | Priority |
| :--- | :--- | :--- |
| **Login Timeout** | Open | High |
| **Button Overlap** | In Progress | Medium |
| **Missing Icon** | Resolved | Low |

Would you like me to pull the screenshots for the Login Timeout issue?
```

**Prompt:** 
```
Create a bug report for the checkout page: 'Button is unclickable'.
```

**Response:** 
```
Success! I've created a new feedback entry for the **Checkout Project**. 

**Details:**
- **Issue:** Button is unclickable
- **Status:** New
- **ID:** fb_88291

It's now visible in your Userback dashboard for the team to review.
```

**Prompt:** 
```
Who has access to our Userback account?
```

**Response:** 
```
Here are the users currently listed in your account:

- **Alex Chen** (Admin)
- **Sarah Miller** (Reviewer)
- **Jordan Smith** (Designer)
- **Taylor Reed** (QA)

Let me know if you need to check their specific permissions.
```

## Capabilities

### Pull specific feedback details
Get the full text, screenshots, and metadata for a specific user report.

### Create new bug reports
Submit a new feedback entry or bug report directly to a project.

### List all active projects
See every project you have set up for different parts of your product.

### Check team member lists
See who has access to your account for better team visibility.

### Retrieve project metadata
Get the specific configuration and status of a Userback project.

### View all feedback entries
Grab a list of all feedback currently in your account.

## Use Cases

### Summarizing user complaints
A PM wants to know what users think of the new dashboard. They ask the agent to list all feedback and summarize the top three complaints.

### Logging bugs on the fly
A QA tester finds a bug during a call and tells the agent to create a new report for the Login project immediately.

### Verifying project settings
A designer needs to see the specific project settings. They ask the agent to get the details to verify the correct URL.

### Checking team permissions
A dev lead wants to see who is on the review team. They ask the agent to list the account users to check permissions.

## Benefits

- Stop jumping between tabs by pulling feedback directly into your chat.
- Save time on manual data entry by logging bugs from your conversation.
- Get a clear view of your team's workload by checking who has access to the account.
- Keep your roadmap organized by quickly scanning your projects.
- Access visual evidence like screenshots immediately by pulling specific report details.
- Track progress faster by checking the status of specific reports without manual searching.

## How It Works

The bottom line is you get a direct line to your user feedback without leaving your workflow.

1. Subscribe to the Connector and grab your API token from your Userback account settings.
2. Paste that token into your AI client's configuration.
3. Ask your agent to list projects or pull the latest bug reports.

## Frequently Asked Questions

**How does Userback MCP help with bug tracking?**
It lets your AI agent pull and manage visual bug reports directly. You can ask for specific reports, see the screenshots users provided, and check the status of fixes without leaving your chat.

**Can I create reports with this Connector?**
Yes, you can tell your agent to create a new feedback entry or bug report. It will submit the details directly to the project you specify.

**Does this work with my current projects?**
It connects to your existing Userback account, so it works with all the projects you have already set up for your product.

**Can I see the screenshots users sent?**
Yes, the Connector can pull the visual data and screenshots from specific reports so your agent can describe them to you or provide context.

**How do I connect Userback to my AI client?**
You just need to subscribe to the Connector and add your Userback API token to your client's configuration. Once connected, your agent can access all your feedback data.

**Who can use this Connector?**
It's designed for product managers, designers, and QA teams who need to manage user feedback and visual bug reports more efficiently.

**Can I filter feedback by project ID?**
Yes! Use the `list_feedbacks` tool and provide the optional `project_id` parameter to retrieve entries only for that specific project.

**How do I see the comments on a specific feedback item?**
Run the `get_feedback_details` query with the unique Feedback ID. Your agent will retrieve the complete metadata, including any internal or user comments.

**Is it possible to create a new bug report via AI?**
Absolutely. Use the `create_feedback_entry` action. Provide the Project ID, a title, and an optional comment to log a new entry in your Userback account.