Registry Server API reference
ToolHive Registry API (0.1)
Download OpenAPI specification:Download
API for accessing MCP server registry data and deployed server information This API provides endpoints to query the MCP (Model Context Protocol) server registry, get information about available servers, and check the status of deployed servers.
Authentication is required by default. Use Bearer token authentication with a valid OAuth/OIDC access token. The /.well-known/oauth-protected-resource endpoint provides OAuth discovery metadata (RFC 9728).
Get specific MCP server version in specific registry
Returns detailed information about a specific version of an MCP server from a specific registry.
Use the special version latest to get the latest version.
Authorizations:
path Parameters
| registryName required | string Registry name |
| serverName required | string URL-encoded server name (e.g., \ |
| version required | string URL-encoded version to retrieve (e.g., \ |
Responses
Response samples
- 200
- 400
- 401
- 404
{- "_meta": {
- "io.modelcontextprotocol.registry/official": {
- "isLatest": true,
- "publishedAt": "2019-08-24T14:15:22Z",
- "status": "active",
- "statusChangedAt": "2019-08-24T14:15:22Z",
- "statusMessage": "string",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}, - "server": {
- "_meta": {
- "io.modelcontextprotocol.registry/publisher-provided": {
- "property1": null,
- "property2": null
}
}, - "description": "MCP server providing weather data and forecasts via OpenWeatherMap API",
- "icons": [
- {
- "mimeType": "image/png",
- "sizes": [
- "string"
], - "theme": "string"
}
], - "name": "io.github.user/weather",
- "packages": [
- {
- "environmentVariables": [
- {
- "choices": [
- "string"
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRequired": true,
- "isSecret": true,
- "name": "SOME_VARIABLE",
- "placeholder": "string",
- "value": "string",
- "variables": {
- "property1": {
- "choices": [
- "string"
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRequired": true,
- "isSecret": true,
- "placeholder": "string",
- "value": "string"
}, - "property2": {
- "choices": [
- "string"
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRequired": true,
- "isSecret": true,
- "placeholder": "string",
- "value": "string"
}
}
}
], - "fileSha256": "fe333e598595000ae021bd27117db32ec69af6987f507ba7a63c90638ff633ce",
- "identifier": "@modelcontextprotocol/server-brave-search",
- "packageArguments": [
- {
- "choices": [
- "string"
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRepeated": true,
- "isRequired": true,
- "isSecret": true,
- "name": "--port",
- "placeholder": "string",
- "type": "positional",
- "value": "string",
- "valueHint": "file_path",
- "variables": {
- "property1": {
- "choices": [
- "string"
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRequired": true,
- "isSecret": true,
- "placeholder": "string",
- "value": "string"
}, - "property2": {
- "choices": [
- "string"
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRequired": true,
- "isSecret": true,
- "placeholder": "string",
- "value": "string"
}
}
}
], - "registryType": "npm",
- "runtimeArguments": [
- {
- "choices": [
- "string"
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRepeated": true,
- "isRequired": true,
- "isSecret": true,
- "name": "--port",
- "placeholder": "string",
- "type": "positional",
- "value": "string",
- "valueHint": "file_path",
- "variables": {
- "property1": {
- "choices": [
- "string"
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRequired": true,
- "isSecret": true,
- "placeholder": "string",
- "value": "string"
}, - "property2": {
- "choices": [
- "string"
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRequired": true,
- "isSecret": true,
- "placeholder": "string",
- "value": "string"
}
}
}
], - "runtimeHint": "npx",
- "transport": {
- "headers": [
- {
- "choices": [
- "string"
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRequired": true,
- "isSecret": true,
- "name": "SOME_VARIABLE",
- "placeholder": "string",
- "value": "string",
- "variables": {
- "property1": {
- "choices": [
- null
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRequired": true,
- "isSecret": true,
- "placeholder": "string",
- "value": "string"
}, - "property2": {
- "choices": [
- null
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRequired": true,
- "isSecret": true,
- "placeholder": "string",
- "value": "string"
}
}
}
], - "type": "stdio",
- "variables": {
- "property1": {
- "choices": [
- "string"
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRequired": true,
- "isSecret": true,
- "placeholder": "string",
- "value": "string"
}, - "property2": {
- "choices": [
- "string"
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRequired": true,
- "isSecret": true,
- "placeholder": "string",
- "value": "string"
}
}
}, - "version": "1.0.2"
}
], - "remotes": [
- {
- "headers": [
- {
- "choices": [
- "string"
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRequired": true,
- "isSecret": true,
- "name": "SOME_VARIABLE",
- "placeholder": "string",
- "value": "string",
- "variables": {
- "property1": {
- "choices": [
- "string"
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRequired": true,
- "isSecret": true,
- "placeholder": "string",
- "value": "string"
}, - "property2": {
- "choices": [
- "string"
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRequired": true,
- "isSecret": true,
- "placeholder": "string",
- "value": "string"
}
}
}
], - "type": "stdio",
- "variables": {
- "property1": {
- "choices": [
- "string"
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRequired": true,
- "isSecret": true,
- "placeholder": "string",
- "value": "string"
}, - "property2": {
- "choices": [
- "string"
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRequired": true,
- "isSecret": true,
- "placeholder": "string",
- "value": "string"
}
}
}
], - "repository": {
- "id": "b94b5f7e-c7c6-d760-2c78-a5e9b8a5b8c9",
- "source": "github",
- "subfolder": "src/everything",
}, - "title": "Weather API",
- "version": "1.0.2",
}
}List all versions of an MCP server in specific registry
Returns all available versions for a specific MCP server from a specific registry
Authorizations:
path Parameters
| registryName required | string Registry name |
| serverName required | string URL-encoded server name (e.g., \ |
Responses
Response samples
- 200
- 400
- 401
- 404
{- "metadata": {
- "count": 0,
- "nextCursor": "string"
}, - "servers": [
- {
- "_meta": {
- "io.modelcontextprotocol.registry/official": {
- "isLatest": true,
- "publishedAt": "2019-08-24T14:15:22Z",
- "status": "active",
- "statusChangedAt": "2019-08-24T14:15:22Z",
- "statusMessage": "string",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}, - "server": {
- "_meta": {
- "io.modelcontextprotocol.registry/publisher-provided": {
- "property1": null,
- "property2": null
}
}, - "description": "MCP server providing weather data and forecasts via OpenWeatherMap API",
- "icons": [
- {
- "mimeType": "image/png",
- "sizes": [
- "string"
], - "theme": "string"
}
], - "name": "io.github.user/weather",
- "packages": [
- {
- "environmentVariables": [
- {
- "choices": [
- "string"
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRequired": true,
- "isSecret": true,
- "name": "SOME_VARIABLE",
- "placeholder": "string",
- "value": "string",
- "variables": {
- "property1": {
- "choices": [ ],
- "default": null,
- "description": null,
- "format": null,
- "isRequired": null,
- "isSecret": null,
- "placeholder": null,
- "value": null
}, - "property2": {
- "choices": [ ],
- "default": null,
- "description": null,
- "format": null,
- "isRequired": null,
- "isSecret": null,
- "placeholder": null,
- "value": null
}
}
}
], - "fileSha256": "fe333e598595000ae021bd27117db32ec69af6987f507ba7a63c90638ff633ce",
- "identifier": "@modelcontextprotocol/server-brave-search",
- "packageArguments": [
- {
- "choices": [
- "string"
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRepeated": true,
- "isRequired": true,
- "isSecret": true,
- "name": "--port",
- "placeholder": "string",
- "type": "positional",
- "value": "string",
- "valueHint": "file_path",
- "variables": {
- "property1": {
- "choices": [ ],
- "default": null,
- "description": null,
- "format": null,
- "isRequired": null,
- "isSecret": null,
- "placeholder": null,
- "value": null
}, - "property2": {
- "choices": [ ],
- "default": null,
- "description": null,
- "format": null,
- "isRequired": null,
- "isSecret": null,
- "placeholder": null,
- "value": null
}
}
}
], - "registryType": "npm",
- "runtimeArguments": [
- {
- "choices": [
- "string"
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRepeated": true,
- "isRequired": true,
- "isSecret": true,
- "name": "--port",
- "placeholder": "string",
- "type": "positional",
- "value": "string",
- "valueHint": "file_path",
- "variables": {
- "property1": {
- "choices": [ ],
- "default": null,
- "description": null,
- "format": null,
- "isRequired": null,
- "isSecret": null,
- "placeholder": null,
- "value": null
}, - "property2": {
- "choices": [ ],
- "default": null,
- "description": null,
- "format": null,
- "isRequired": null,
- "isSecret": null,
- "placeholder": null,
- "value": null
}
}
}
], - "runtimeHint": "npx",
- "transport": {
- "headers": [
- {
- "choices": [
- null
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRequired": true,
- "isSecret": true,
- "name": "SOME_VARIABLE",
- "placeholder": "string",
- "value": "string",
- "variables": {
- "property1": null,
- "property2": null
}
}
], - "type": "stdio",
- "variables": {
- "property1": {
- "choices": [
- null
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRequired": true,
- "isSecret": true,
- "placeholder": "string",
- "value": "string"
}, - "property2": {
- "choices": [
- null
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRequired": true,
- "isSecret": true,
- "placeholder": "string",
- "value": "string"
}
}
}, - "version": "1.0.2"
}
], - "remotes": [
- {
- "headers": [
- {
- "choices": [
- "string"
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRequired": true,
- "isSecret": true,
- "name": "SOME_VARIABLE",
- "placeholder": "string",
- "value": "string",
- "variables": {
- "property1": {
- "choices": [ ],
- "default": null,
- "description": null,
- "format": null,
- "isRequired": null,
- "isSecret": null,
- "placeholder": null,
- "value": null
}, - "property2": {
- "choices": [ ],
- "default": null,
- "description": null,
- "format": null,
- "isRequired": null,
- "isSecret": null,
- "placeholder": null,
- "value": null
}
}
}
], - "type": "stdio",
- "variables": {
- "property1": {
- "choices": [
- "string"
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRequired": true,
- "isSecret": true,
- "placeholder": "string",
- "value": "string"
}, - "property2": {
- "choices": [
- "string"
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRequired": true,
- "isSecret": true,
- "placeholder": "string",
- "value": "string"
}
}
}
], - "repository": {
- "id": "b94b5f7e-c7c6-d760-2c78-a5e9b8a5b8c9",
- "source": "github",
- "subfolder": "src/everything",
}, - "title": "Weather API",
- "version": "1.0.2",
}
}
]
}List servers in specific registry
Get a list of available servers from a specific registry
Authorizations:
path Parameters
| registryName required | string Registry name |
query Parameters
| cursor | string Pagination cursor for retrieving next set of results |
| limit | integer Maximum number of items to return |
| search | string Search servers by name (substring match) |
| version | string Filter by version ('latest' for latest version, or an exact version like '1.2.3') |
Responses
Response samples
- 200
- 400
- 401
- 404
{- "metadata": {
- "count": 0,
- "nextCursor": "string"
}, - "servers": [
- {
- "_meta": {
- "io.modelcontextprotocol.registry/official": {
- "isLatest": true,
- "publishedAt": "2019-08-24T14:15:22Z",
- "status": "active",
- "statusChangedAt": "2019-08-24T14:15:22Z",
- "statusMessage": "string",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}, - "server": {
- "_meta": {
- "io.modelcontextprotocol.registry/publisher-provided": {
- "property1": null,
- "property2": null
}
}, - "description": "MCP server providing weather data and forecasts via OpenWeatherMap API",
- "icons": [
- {
- "mimeType": "image/png",
- "sizes": [
- "string"
], - "theme": "string"
}
], - "name": "io.github.user/weather",
- "packages": [
- {
- "environmentVariables": [
- {
- "choices": [
- "string"
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRequired": true,
- "isSecret": true,
- "name": "SOME_VARIABLE",
- "placeholder": "string",
- "value": "string",
- "variables": {
- "property1": {
- "choices": [ ],
- "default": null,
- "description": null,
- "format": null,
- "isRequired": null,
- "isSecret": null,
- "placeholder": null,
- "value": null
}, - "property2": {
- "choices": [ ],
- "default": null,
- "description": null,
- "format": null,
- "isRequired": null,
- "isSecret": null,
- "placeholder": null,
- "value": null
}
}
}
], - "fileSha256": "fe333e598595000ae021bd27117db32ec69af6987f507ba7a63c90638ff633ce",
- "identifier": "@modelcontextprotocol/server-brave-search",
- "packageArguments": [
- {
- "choices": [
- "string"
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRepeated": true,
- "isRequired": true,
- "isSecret": true,
- "name": "--port",
- "placeholder": "string",
- "type": "positional",
- "value": "string",
- "valueHint": "file_path",
- "variables": {
- "property1": {
- "choices": [ ],
- "default": null,
- "description": null,
- "format": null,
- "isRequired": null,
- "isSecret": null,
- "placeholder": null,
- "value": null
}, - "property2": {
- "choices": [ ],
- "default": null,
- "description": null,
- "format": null,
- "isRequired": null,
- "isSecret": null,
- "placeholder": null,
- "value": null
}
}
}
], - "registryType": "npm",
- "runtimeArguments": [
- {
- "choices": [
- "string"
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRepeated": true,
- "isRequired": true,
- "isSecret": true,
- "name": "--port",
- "placeholder": "string",
- "type": "positional",
- "value": "string",
- "valueHint": "file_path",
- "variables": {
- "property1": {
- "choices": [ ],
- "default": null,
- "description": null,
- "format": null,
- "isRequired": null,
- "isSecret": null,
- "placeholder": null,
- "value": null
}, - "property2": {
- "choices": [ ],
- "default": null,
- "description": null,
- "format": null,
- "isRequired": null,
- "isSecret": null,
- "placeholder": null,
- "value": null
}
}
}
], - "runtimeHint": "npx",
- "transport": {
- "headers": [
- {
- "choices": [
- null
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRequired": true,
- "isSecret": true,
- "name": "SOME_VARIABLE",
- "placeholder": "string",
- "value": "string",
- "variables": {
- "property1": null,
- "property2": null
}
}
], - "type": "stdio",
- "variables": {
- "property1": {
- "choices": [
- null
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRequired": true,
- "isSecret": true,
- "placeholder": "string",
- "value": "string"
}, - "property2": {
- "choices": [
- null
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRequired": true,
- "isSecret": true,
- "placeholder": "string",
- "value": "string"
}
}
}, - "version": "1.0.2"
}
], - "remotes": [
- {
- "headers": [
- {
- "choices": [
- "string"
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRequired": true,
- "isSecret": true,
- "name": "SOME_VARIABLE",
- "placeholder": "string",
- "value": "string",
- "variables": {
- "property1": {
- "choices": [ ],
- "default": null,
- "description": null,
- "format": null,
- "isRequired": null,
- "isSecret": null,
- "placeholder": null,
- "value": null
}, - "property2": {
- "choices": [ ],
- "default": null,
- "description": null,
- "format": null,
- "isRequired": null,
- "isSecret": null,
- "placeholder": null,
- "value": null
}
}
}
], - "type": "stdio",
- "variables": {
- "property1": {
- "choices": [
- "string"
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRequired": true,
- "isSecret": true,
- "placeholder": "string",
- "value": "string"
}, - "property2": {
- "choices": [
- "string"
], - "default": "string",
- "description": "string",
- "format": "string",
- "isRequired": true,
- "isSecret": true,
- "placeholder": "string",
- "value": "string"
}
}
}
], - "repository": {
- "id": "b94b5f7e-c7c6-d760-2c78-a5e9b8a5b8c9",
- "source": "github",
- "subfolder": "src/everything",
}, - "title": "Weather API",
- "version": "1.0.2",
}
}
]
}Get latest skill version
Get the latest version of a skill by namespace and name.
Authorizations:
path Parameters
| registryName required | string Registry name |
| namespace required | string Skill namespace (reverse-DNS) |
| name required | string Skill name |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "_meta": {
- "property1": null,
- "property2": null
}, - "allowedTools": [
- "string"
], - "compatibility": "string",
- "description": "string",
- "icons": [
- {
- "label": "string",
- "size": "string",
- "src": "string",
- "type": "string"
}
], - "license": "string",
- "metadata": {
- "property1": null,
- "property2": null
}, - "name": "string",
- "namespace": "string",
- "packages": [
- {
- "commit": "string",
- "digest": "string",
- "identifier": "string",
- "mediaType": "string",
- "ref": "string",
- "registryType": "string",
- "subfolder": "string",
- "url": "string"
}
], - "repository": {
- "type": "string",
- "url": "string"
}, - "status": "string",
- "title": "string",
- "version": "string"
}Get specific skill version
Get a specific version of a skill.
Authorizations:
path Parameters
| registryName required | string Registry name |
| namespace required | string Skill namespace (reverse-DNS) |
| name required | string Skill name |
| version required | string Skill version |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "_meta": {
- "property1": null,
- "property2": null
}, - "allowedTools": [
- "string"
], - "compatibility": "string",
- "description": "string",
- "icons": [
- {
- "label": "string",
- "size": "string",
- "src": "string",
- "type": "string"
}
], - "license": "string",
- "metadata": {
- "property1": null,
- "property2": null
}, - "name": "string",
- "namespace": "string",
- "packages": [
- {
- "commit": "string",
- "digest": "string",
- "identifier": "string",
- "mediaType": "string",
- "ref": "string",
- "registryType": "string",
- "subfolder": "string",
- "url": "string"
}
], - "repository": {
- "type": "string",
- "url": "string"
}, - "status": "string",
- "title": "string",
- "version": "string"
}List skill versions
List all versions of a skill.
Authorizations:
path Parameters
| registryName required | string Registry name |
| namespace required | string Skill namespace (reverse-DNS) |
| name required | string Skill name |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "metadata": {
- "count": 0,
- "nextCursor": "string"
}, - "skills": [
- {
- "_meta": {
- "property1": null,
- "property2": null
}, - "allowedTools": [
- "string"
], - "compatibility": "string",
- "description": "string",
- "icons": [
- {
- "label": "string",
- "size": "string",
- "src": "string",
- "type": "string"
}
], - "license": "string",
- "metadata": {
- "property1": null,
- "property2": null
}, - "name": "string",
- "namespace": "string",
- "packages": [
- {
- "commit": "string",
- "digest": "string",
- "identifier": "string",
- "mediaType": "string",
- "ref": "string",
- "registryType": "string",
- "subfolder": "string",
- "url": "string"
}
], - "repository": {
- "type": "string",
- "url": "string"
}, - "status": "string",
- "title": "string",
- "version": "string"
}
]
}List skills in registry
List skills in a registry (paginated, latest versions).
Authorizations:
path Parameters
| registryName required | string Registry name |
query Parameters
| search | string Filter by name/description substring |
| status | string Filter by status (comma-separated, e.g. active,deprecated) |
| limit | integer Max results (default 50, max 100) |
| cursor | string Pagination cursor |
Responses
Response samples
- 200
- 400
- 500
{- "metadata": {
- "count": 0,
- "nextCursor": "string"
}, - "skills": [
- {
- "_meta": {
- "property1": null,
- "property2": null
}, - "allowedTools": [
- "string"
], - "compatibility": "string",
- "description": "string",
- "icons": [
- {
- "label": "string",
- "size": "string",
- "src": "string",
- "type": "string"
}
], - "license": "string",
- "metadata": {
- "property1": null,
- "property2": null
}, - "name": "string",
- "namespace": "string",
- "packages": [
- {
- "commit": "string",
- "digest": "string",
- "identifier": "string",
- "mediaType": "string",
- "ref": "string",
- "registryType": "string",
- "subfolder": "string",
- "url": "string"
}
], - "repository": {
- "type": "string",
- "url": "string"
}, - "status": "string",
- "title": "string",
- "version": "string"
}
]
}Create or update registry
Create a new registry or update an existing one
path Parameters
| name required | string Registry Name |
Request Body schema: application/jsonrequired
Registry configuration
Responses
Request samples
- Payload
{ }Response samples
- 200
- 201
- 400
- 403
- 500
{- "claims": {
- "property1": null,
- "property2": null
}, - "createdAt": "string",
- "creationType": "API",
- "name": "string",
- "sources": [
- "string"
], - "updatedAt": "string"
}Create or update source
Create a new source or update an existing one
path Parameters
| name required | string Source Name |
Request Body schema: application/jsonrequired
Source configuration
Responses
Request samples
- Payload
{ }Response samples
- 200
- 201
- 400
- 403
- 409
- 500
{- "claims": {
- "property1": null,
- "property2": null
}, - "createdAt": "string",
- "creationType": "API",
- "filterConfig": {
- "names": {
- "exclude": [
- "string"
], - "include": [
- "string"
]
}, - "tags": {
- "exclude": [
- "string"
], - "include": [
- "string"
]
}
}, - "name": "string",
- "sourceConfig": null,
- "sourceType": "git",
- "syncSchedule": "string",
- "syncStatus": {
- "attemptCount": 0,
- "lastAttempt": "string",
- "lastSyncTime": "string",
- "message": "string",
- "phase": "string",
- "serverCount": 0,
- "skillCount": 0
}, - "type": "string",
- "updatedAt": "string"
}Get entry claims
Get the claims for an API-published entry name within the managed source.
Claims are stored at the entry-name level and are shared by every version of that name.
Synced-source entries (git/api/file/kubernetes) are out of scope: their claims come from
upstream (the source manifest or the toolhive.stacklok.dev/authz-claims annotation) and
are surfaced through the /v1/sources/{name}/entries and /v1/registries/{name}/entries lists.
path Parameters
| type required | string Entry Type (server or skill) |
| name required | string Entry Name |
Responses
Response samples
- 200
- 400
- 403
- 404
- 500
- 503
{- "claims": {
- "property1": null,
- "property2": null
}
}Response samples
- 200
- 400
- 404
- 500
{- "claims": {
- "property1": null,
- "property2": null
}, - "createdAt": "string",
- "creationType": "API",
- "name": "string",
- "sources": [
- "string"
], - "updatedAt": "string"
}Response samples
- 200
- 400
- 404
- 500
{- "claims": {
- "property1": null,
- "property2": null
}, - "createdAt": "string",
- "creationType": "API",
- "filterConfig": {
- "names": {
- "exclude": [
- "string"
], - "include": [
- "string"
]
}, - "tags": {
- "exclude": [
- "string"
], - "include": [
- "string"
]
}
}, - "name": "string",
- "sourceConfig": null,
- "sourceType": "git",
- "syncSchedule": "string",
- "syncStatus": {
- "attemptCount": 0,
- "lastAttempt": "string",
- "lastSyncTime": "string",
- "message": "string",
- "phase": "string",
- "serverCount": 0,
- "skillCount": 0
}, - "type": "string",
- "updatedAt": "string"
}List registry entries
List all entries for a registry
path Parameters
| name required | string Registry Name |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "entries": [
- {
- "createdAt": "string",
- "description": "string",
- "entryType": "string",
- "name": "string",
- "position": 0,
- "sourceName": "string",
- "title": "string",
- "updatedAt": "string",
- "version": "string"
}
]
}List source entries
List all entries for a source
path Parameters
| name required | string Source Name |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "entries": [
- {
- "claims": {
- "property1": null,
- "property2": null
}, - "entryType": "string",
- "name": "string",
- "versions": [
- {
- "createdAt": "string",
- "description": "string",
- "title": "string",
- "updatedAt": "string",
- "version": "string"
}
]
}
]
}Response samples
- 200
- 500
{- "sources": [
- {
- "claims": {
- "property1": null,
- "property2": null
}, - "createdAt": "string",
- "creationType": "API",
- "filterConfig": {
- "names": {
- "exclude": [
- "string"
], - "include": [
- "string"
]
}, - "tags": {
- "exclude": [
- "string"
], - "include": [
- "string"
]
}
}, - "name": "string",
- "sourceConfig": null,
- "sourceType": "git",
- "syncSchedule": "string",
- "syncStatus": {
- "attemptCount": 0,
- "lastAttempt": "string",
- "lastSyncTime": "string",
- "message": "string",
- "phase": "string",
- "serverCount": 0,
- "skillCount": 0
}, - "type": "string",
- "updatedAt": "string"
}
]
}Publish entry
Publish a new server or skill entry. Exactly one of 'server' or 'skill' must be provided.
Request Body schema: application/jsonrequired
Entry to publish (server or skill)
Responses
Request samples
- Payload
{ }Response samples
- 201
- 400
- 409
- 500
{ }Update entry claims
Update claims for a published entry name
path Parameters
| type required | string Entry Type (server or skill) |
| name required | string Entry Name |
Request Body schema: application/jsonrequired
Claims to set
Responses
Request samples
- Payload
{ }Response samples
- 400
- 403
- 404
- 500
- 503
{- "property1": "string",
- "property2": "string"
}