LIVE ENDPOINT
https://mcp.vynix.in/mcp
Connect to this endpoint to inspect the live schema for create_github_issue and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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_analysis— Read the latest stored AI diagnosis for an annotation (root causes, confidence, suggested fix, and likely source files).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.