Skip to content

MCP Integration

Hydex provides an MCP (Model Context Protocol) endpoint that gives AI coding assistants direct access to the full documentation corpus. Instead of crawling the website, agents can search 5,500+ documented types programmatically.

https://mcp.pre.hydex.dev/mcp

Add to your MCP settings:

{
"mcpServers": {
"hydex-pre": {
"url": "https://mcp.pre.hydex.dev/mcp"
}
}
}

Any MCP-compatible client can connect using Streamable HTTP transport at https://mcp.pre.hydex.dev/mcp.

Search the Hytale source documentation. Returns relevant chunks from 5,500+ documented types.

ParameterTypeDefaultDescription
querystring(required)Search query — type names, method names, or natural language questions
max_resultsnumber10Maximum results to return (1-20)
  • "PluginBase lifecycle methods" — find plugin lifecycle documentation
  • "how to register a command" — find command registration patterns
  • "BlockType JSON schema fields" — find block configuration options
  • "NPC behavior tree actions" — find NPC AI documentation
  • "EcsEvent vs IEvent" — compare event system hierarchies

The MCP endpoint returns clean, structured documentation chunks with relevance scoring. Crawling the website gives you HTML wrapped in navigation and layout markup. For AI-assisted development, the MCP provides better results with less noise.

The website’s robots.txt discourages automated crawling. Use the MCP endpoint for programmatic access.

Last updated:

Hydex is an independent community resource. Hytale is a trademark of Hypixel Studios. Hydex is not affiliated with or endorsed by Hypixel Studios.