Search Zibu Games from your AI agent
Zibu Games exposes a Model Context Protocol (MCP) server so AI assistants can search and browse our catalog of free online games — over HTTP, or directly in the browser with WebMCP.
MCP endpoint
Connect any MCP-compatible client (Claude, Cursor, and others) to this remote server URL. It speaks JSON-RPC over HTTP and requires no authentication for read-only game search.
https://v3.zibugames.com/api/mcp
Capabilities
Available tools
search_gamesSearch the catalog by keyword and get matching games with their play URL, description and categories.
list_categoriesList all game categories with their keys and browse URLs.
get_gameGet full details for a single game by its slug, including the direct play URL.
Connect a client
Add Zibu Games to an MCP client by pointing it at the endpoint above. For example, in a client that uses a JSON config:
{
"mcpServers": {
"zibu-games": {
"url": "https://v3.zibugames.com/api/mcp"
}
}
}
In-browser with WebMCP
When you open Zibu Games in a WebMCP-capable browser or agent, the page automatically registers a search_games tool via navigator.modelContext. That lets an in-browser AI assistant search our games directly while you browse — no setup required.