For the complete documentation index, see llms.txt. This page is also available as Markdown.

cloudMcpServer

Detection evidence that classified a cloud asset as an MCP server.

Examples

type CloudMcpServer {
  signals: [McpServerSignal]
  tools: [McpServerTool]
}

Fields

Field
Description
Supported fields

Signals that classified the asset as an MCP server. Absent when no signals were recorded.

signal String where String matched String

Tools the MCP server advertises to its clients. Absent when the server did not report a tool list.

name String type String description String args [String]

References

Fields with this object:

Last updated