Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Vynix

REMOTE · MCP.VYNIX.IN · 2 COMPONENTS · SCANNED AUG 3

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

74 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security77
Transport & Reachability100
Schema Quality & AI Usability82
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1168 tokens (~68/item across 17 items; 17 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management20
  • Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage84
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 45% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · mcp.vynix.in

# add to Claude Code
claude mcp add --transport http in-vynix-vynix-mcp https://mcp.vynix.in/mcp
# ~/.codex/config.toml
[mcp_servers.in-vynix-vynix-mcp]
url = "https://mcp.vynix.in/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "in-vynix-vynix-mcp": {
      "type": "remote",
      "url": "https://mcp.vynix.in/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add in-vynix-vynix-mcp --url https://mcp.vynix.in/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  in-vynix-vynix-mcp:
    url: "https://mcp.vynix.in/mcp"
// mcp.json
{
  "mcpServers": {
    "in-vynix-vynix-mcp": {
      "type": "http",
      "url": "https://mcp.vynix.in/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

  • 1 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 +3
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 +1
    • Stability: unverified → 0.03 functional
  • 28 Jul 26 67

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://mcp.vynix.in/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=vynix.in CN=WE1,O=Google Trust Services,C=US 30 Jun 2026 28 Sept 2026 ECDSA 256 ECDSA-SHA256 87eba19a25adeb8913e5d04008338756
SANs: vynix.in, *.vynix.in
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC secure

Validation of mcp.vynix.in. Secure

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
in. present 10094 13 Verified
vynix.in. present 2371 13 Verified
mcp.vynix.in. Verified address RRset verified with the apex keys
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.vynix.in/mcp Verified 200
http (plaintext) http://mcp.vynix.in/mcp HTTPS enforced 301 https://mcp.vynix.in/mcp
MCP tools — 17 exposed · ~935 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
add_comment ~49

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

NameTypeReqDescription
annotation_idstringyes
bodystringyesThe comment text.
NameTypeReqDescription
annotation_id
body
created_at
idstring

No examples provided.

create_github_issue ~93

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.

NameTypeReqDescription
annotation_idstringyesThe id of the annotation to file as an issue.
assigneesarrayGitHub usernames to assign. Optional.
repostringowner/repository to file the issue in. Optional.
NameTypeReqDescription
annotation_id
created_at
idstring
issue_numbernumber|null
issue_urlstring|null
provider
repo
state

No examples provided.

create_share_link ~70

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.

NameTypeReqDescription
expires_in_daysintegerDays until the link expires. 0 or omitted means it never expires.
project_idstringyes
NameTypeReqDescription
created_at
expires_atstring|null
idstring
is_expiredboolean
path
project_id
scope

No examples provided.

diagnose_annotation ~118

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 files. Calls an AI provider (uses tokens / may cost money) and stores the result. Requires AI + diagnosis enabled by the workspace admin and a key set.

NameTypeReqDescription
annotation_idstringyes
modelstringOverride the model. Optional.
providerstringOverride the AI provider. Defaults to the workspace default.
NameTypeReqDescription
annotation_id
confidencenumber|null
created_at
idstring
model
providerstring|null
root_causesarray
status
suggested_files
suggested_fix
summary
updated_at

No examples provided.

generate_prompt ~76

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.

NameTypeReqDescription
annotation_idstringyesThe id of the annotation to turn into a prompt.
targetstringWhich assistant to format for. Defaults to generic.
NameTypeReqDescription
prompt
targetstring

No examples provided.

get_activity ~32

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

NameTypeReqDescription
project_idstringyes
NameTypeReqDescription
activityarrayyes

No examples provided.

get_annotation ~54

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

NameTypeReqDescription
annotation_idstringyesThe id of the annotation to fetch.
NameTypeReqDescription
created_at
descriptionstring|null
dom
element
idstring
page
page_title
page_url
priority
project_id
selector
status
title
type
updated_at

No examples provided.

get_annotation_analysis ~56

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 create one.

NameTypeReqDescription
annotation_idstringyes
NameTypeReqDescription
analysis
diagnosis_enabledboolean

No examples provided.

get_annotation_screenshots ~43

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

NameTypeReqDescription
annotation_idstringyes
NameTypeReqDescription
countnumber
screenshotsarrayyes

No examples provided.

get_metrics ~28

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

Input schema present but exposes no named parameters.

NameTypeReqDescription
kpis
recent_activity
status_breakdownarray
timeseries

No examples provided.

list_annotation_issues ~71

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).

NameTypeReqDescription
annotation_idstringyes
refreshbooleanReconcile live state from GitHub. Optional.
NameTypeReqDescription
issuesarrayyes

No examples provided.

list_annotations ~100

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

NameTypeReqDescription
limitintegerPage size, 1-200 (default 50).
offsetinteger
prioritystring
project_idstringyesThe id of the project to list annotations for.
statusstring
typestring
NameTypeReqDescription
itemsarrayyes
limit
offset
totalnumber

No examples provided.

list_comments ~24

Read the discussion thread on an annotation.

NameTypeReqDescription
annotation_idstringyes
NameTypeReqDescription
commentsarrayyes

No examples provided.

list_members ~28

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

NameTypeReqDescription
project_idstringyes
NameTypeReqDescription
membersarrayyes
owner

No examples provided.

list_project_issues ~35

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

NameTypeReqDescription
project_idstringyes
NameTypeReqDescription
issuesarrayyes
summaryobjectyes

No examples provided.

list_projects ~17

List the Vynix projects you own.

Input schema present but exposes no named parameters.

NameTypeReqDescription
projectsarrayyes

No examples provided.

update_annotation_status ~41

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

NameTypeReqDescription
annotation_idstringyes
statusstringyes
NameTypeReqDescription
created_at
descriptionstring|null
dom
element
idstring
page
page_title
page_url
priority
project_id
selector
status
title
type
updated_at

No examples provided.