Explore the different asset types cataloged by the AI Catalog connector.
The asset types cataloged depend on the discovery source configured for the connection.
| Discovery Source | Asset Type | Notes |
|---|---|---|
| MCP / AI Agent | MCP Server | One asset per configured endpoint. |
| MCP Tool | One asset per tool returned by tools/list. |
|
| MCP Resource | One asset per resource returned by
resources/list. |
|
| MCP Prompt | One asset per prompt returned by
prompts/list. |
|
| AI Agent, Agent Skill, AI Model | Discovered from AgentCards served at well-known paths on configured AI Agent Endpoints. AI Model assets are deduplicated across agents. | |
| Anthropic Claude | AI Model | One asset per model returned by
GET /v1/models. |
| AI Agent, Agent Skill | Discovered from Managed Agents (beta). Agent Skills are derived from tools declared on each Managed Agent. | |
| MCP Server, MCP Tool, MCP Resource, MCP Prompt | MCP server URLs declared in Managed Agent configuration are
introspected. Servers requiring authentication are cataloged as
UNREACHABLE. |
|
| OpenAI | AI Model | One asset per model returned by
GET /v1/models. |
| AI Agent | Discovered from OpenAI Assistants
(GET /v1/assistants). Note: the Assistants API
is deprecated by OpenAI and is scheduled for removal in August
2026. |
|
| GitHub Copilot | AI Agent (Copilot for org) | Built from organization metadata. Requires
read:org scope. |
| AI Agent (Enterprise custom agents) | Discovered from enterprise custom agents API. Requires enterprise admin role; skipped gracefully if not available. | |
| MCP Server, MCP Tool, MCP Resource, MCP Prompt | GitHub's own MCP server at
api.githubcopilot.com/mcp/ is introspected
using the configured PAT. Cataloged as
UNREACHABLE if the token lacks required
scopes. |
|
| Microsoft Copilot Studio | AI Agent | One asset per Copilot Studio package (agent) returned by the Microsoft Graph API. Skills and tool definitions within each agent are not enumerated. MCP server discovery is not supported for this provider. |