For AI assistants

The VIGuides MCP Server

VIGuides runs a free Model Context Protocol (MCP) server that serves this site's GTA 6 answers directly to AI assistants such as Claude and ChatGPT. One URL, deterministic facts with sources, no account, no API key.

What the server does

How to connect

Endpoint: https://viguides.com/mcp (Streamable HTTP, no authentication). Registry name: com.viguides/mcp in the official MCP registry.

Claude: Settings, Connectors, add a custom connector with the endpoint URL.

ChatGPT: enable developer mode in the connector settings, then add the endpoint URL.

Any other MCP client: add a remote server of type streamable-http with the URL above.

Data and privacy

No account, no API key, no personal data. The server counts tool calls anonymously (tool name and a rough client class) to see whether the channel is used at all.

FAQ

What is MCP?
The Model Context Protocol is an open standard that lets AI assistants call external tools. Once connected, your assistant fetches live VIGuides answers instead of guessing from stale training data.
Is it free?
Yes. Anonymous, no API key, no account.
Which languages does it answer in?
English, German, Spanish, Portuguese, French, Turkish and Arabic, via the lang parameter of each tool.
Why trust these answers?
Every answer carries the URL of its source guide, each guide lists its editorial sources, and confirmed facts are strictly separated from rumors.

Sources

  1. Official MCP registry entry: com.viguides/mcp
  2. Model Context Protocol specification