Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Vynix

in.vynix/vynix-mcp

Give AI coding agents access to your Vynix visual feedback, bug reports, and AI diagnosis.

Uptime
100.0%
1 direct probes · 30d
Response
1757ms
last probe
Tools
17
callable
Resources
0
readable
Prompts
1
available

Tools · 17

list_projects

List the Vynix projects you own.

list_annotations

List a project’s annotations, optionally filtered by status, type, or priority. Start here with status "open" to see what needs fixing.

get_annotation

Fetch one annotation with its full captured context: page, target element (selector, XPath, styles), surrounding DOM, and runtime diagnostics (console + network).

list_comments

Read the discussion thread on an annotation.

get_annotation_analysis

Read the latest stored AI diagnosis for an annotation (root causes, confidence, suggested fix, and likely source files). Returns null when none has been generated yet; run diagnose_annotation to creat…

get_annotation_screenshots

Return the region screenshots attached to an annotation as viewable images, so you can see exactly what the reporter pointed at.

list_annotation_issues

List the tracker (GitHub) issues opened from an annotation, with each issue’s live state. Set refresh to reconcile against GitHub (open/closed + any linked pull request).

list_project_issues

List every tracker issue across a project, with an open/closed/agent summary.

generate_prompt

Render a ready-to-paste coding prompt for an annotation, formatted for a target assistant. A deterministic template (no AI spend); for a deeper analysis use diagnose_annotation.

get_metrics

Overview of your projects: KPI counts, status breakdown, a daily time series, and recent activity.

list_members

List a project’s team members, including role and status.

get_activity

Recent activity feed for a project (status changes, comments, issues, members).

update_annotation_status

Update an annotation’s status, e.g. to mark it in_progress or completed.

add_comment

Add a comment to an annotation’s thread, e.g. to record what you changed. Notifies the team.

diagnose_annotation

Run the AI Diagnosis Engine on an annotation: it analyses the captured page, element, DOM, and runtime errors to produce ranked root causes, a confidence score, a suggested fix, and the likely source …

create_github_issue

Create a GitHub issue from an annotation. Uses the project’s configured repo and assignee unless overridden. Embeds the generated AI prompt in the issue body.

create_share_link

Mint a read-only public review link for a project, so a stakeholder can review its annotations without an account. Reporter emails are hidden on shared views.

Prompts · 1

fix_annotation

A guided workflow to take one annotation from report to fix using the captured context and the AI diagnosis.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "vynix": {
      "url": "https://mcp.vynix.in/mcp",
      "transport": "streamable-http"
    }
  }
}