INDIVIDUAL MCP TOOL
gta6_countdown
Days until the GTA 6 release on November 19, 2026, plus preload date and the honest state of the launch unlock time.
LIVE ENDPOINT
https://viguides.com/mcp
Connect to this endpoint to inspect the live schema for gta6_countdown 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
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.viguides]
url = "https://viguides.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"viguides": {
"type": "http",
"url": "https://viguides.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: viguides
Remote MCP URL: https://viguides.com/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": {
"viguides": {
"url": "https://viguides.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"viguides": {
"type": "http",
"url": "https://viguides.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "viguides",
"transport": "streamable-http",
"url": "https://viguides.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
gta6_answer— Answer any GTA 6 question from the VIGuides editorial knowledge base (43 guides, 7 languages).gta6_release_info— The confirmed GTA 6 release facts: date, platforms, preload, prices, and what is still unconfirmed.gta6_guides— List all VIGuides GTA 6 guides with their URLs, optionally filtered by a topic keyword.gta6_trending_searches— What the world is asking about GTA 6 right now: the newest search questions from the VIGuides demand radar (daily Google-Suggest collector across 14+ markets), each mapped to the matching answer page.