Skip to main content
POST
/
v1
/
mcp
/
installs
Install an MCP server
curl --request POST \
  --url https://api.hq.zone/v1/mcp/installs \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "slug": "<string>",
  "config": "<unknown>"
}
'
{
  "enabled": true,
  "slug": "<string>"
}

Authorizations

Authorization
string
header
required

Personal Access Token. Send as Authorization: Bearer hq_pat_....

Body

application/json
slug
string
required
config
any

Optional per-tenant config blob. Stored as-is in tenant_skill_installs.config - the materializer can read it when staging the pack.

Response

The installed / re-enabled server

enabled
boolean
required
slug
string
required