HokAI MCP Server
HokAI MCP Server
An MCP server that exposes the HokAI catalogue of AI tools, agents, models, companies and infrastructure services to any MCP-compatible client.
Listed in the official MCP Registry as io.hokai/hokai.
Hosted endpoint (no install)
The server is hosted, so you do not need to run anything locally:
https://hokai.io/mcpTransport: Streamable HTTP. No authentication required — the catalogue is public.
Claude Desktop / Claude Code
{
"mcpServers": {
"hokai": {
"type": "http",
"url": "https://hokai.io/mcp"
}
}
}Tools
Tool | Description |
| Returns the full HokAI catalogue tree — AI tools, agents, models, companies and services, with categories. |
| Health check. Returns |
Run it yourself
pip install "mcp[cli]" requests
python server.pyServes Streamable HTTP on 127.0.0.1:8000/mcp.
About HokAI
HokAI is an AI tool discovery platform. It catalogues AI tools, agents, models, companies and infrastructure providers with structured pricing, capability and comparison data — and Smart Match, which recommends tools from a plain-language description of what you are trying to do.
License
MIT