Skip to main content
PATCH
/
api
/
v1
/
skills
/
{id}
/
mcp-config
Apply MCP interface config to the published skill
curl --request PATCH \
  --url https://api.staging.getmodus.com/api/v1/skills/{id}/mcp-config \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "config": {
    "coreTools": {},
    "mcpToolExposure": {}
  }
}
'
{
  "config": {
    "coreTools": {},
    "mcpToolExposure": {}
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
number
required

Numeric skill id.

Example:

42

Body

application/json
config
object
required

Full MCP interface config to apply live on the published skill (and mirrored to draft when forked).

Response

config
object
required

Sanitized MCP config now stored on the published variation.