Interfaces

AI Agents (MCP)

HOC Site MCP lets AI agents and MCP clients use the same platform capabilities over HTTP.

Register

MCP uses your existing platform account. It does not create accounts on its own.

See how to register in the admin panel guide

OAuth and the login tool

Your AI agent or MCP client likely supports our OAuth mechanism, which lets you authorize it through a browser session. The login tool lets the client request authentication with your platform email and password when OAuth is not used or when the client needs to refresh credentials.

Token authorization

You can also authorize MCP HTTP requests with a platform access token from the login endpoint.

POST your email and password to the login endpoint.

POST /api/v1/en/auth/login

Use the following request body shape:

{
  "email": "string",
  "password": "string"
}

You will receive a JSON body with this shape:

{
  "accessToken": "string"
}

On each subsequent request, set the authorization header as follows:

Authorization: Bearer <accessToken>

MCP tools

Every tool registered on the HOC Site MCP server. Titles and descriptions come from the shared tool catalog used at runtime.