This endpoint is in preview and may be modified or removed at any time.
To use this endpoint, add preview=true to the request query parameters.
Get details of an MCP server.
Third-party applications using this endpoint via OAuth2 must request the following operation scope: api:ontology-mcp-read.
objectstringThe RID of the MCP server.
stringThe display name of the MCP server.
stringAn LLM-oriented description of the MCP server.
1
2
3
curl \
\t-H "Authorization: Bearer $TOKEN" \
"https://$HOSTNAME/api/v2/ontologyMcp/mcpServers/ri.third-party-applications.main.application.a1b2c3d4-e5f6-7890-abcd-ef1234567890?preview=true"1
2
3
4
5
{
"name": "My MCP Server",
"description": "An MCP server that provides access to custom tools.",
"rid": "ri.third-party-applications.main.application.a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}| Error Name | ||
|---|---|---|
Mcp | Error Code | NOT_FOUND |
| Status Code | 404 | |
| Description | The given McpServer could not be found. | |
| Parameters | mcpServerRid | |
See Errors for a general overview of errors in the platform.