← vynix.in

INDIVIDUAL MCP TOOL

get_annotation_analysis

Read the latest stored AI diagnosis for an annotation (root causes, confidence, suggested fix, and likely source files).

vynix.innone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.vynix.in/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_annotation_analysis and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

vynix.in

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.vynix]
url = "https://mcp.vynix.in/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "vynix": {
      "type": "http",
      "url": "https://mcp.vynix.in/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: vynix
Remote MCP URL: https://mcp.vynix.in/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "vynix": {
      "url": "https://mcp.vynix.in/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "vynix": {
      "type": "http",
      "url": "https://mcp.vynix.in/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_projects — List the Vynix projects you own.
  • list_annotations — List a project’s annotations, optionally filtered by status, type, or priority.
  • 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_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.
  • 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.