Netskope LogoNetskope Logo
  • Security Services
  • AI Services
  • Networking Services
  • Analytics Services
  • Integrations
  • getting-started.svgGetting Started
    • Support
    • Community
    • Netskope.com
    © 2026 All Rights Reserved. Netskope Inc.
    Home
    AI Gateway
    MCP Gateway Overview
    Monitoring MCP Gateway Events

    Monitoring MCP Gateway Events

    When MCP Gateway processes traffic, it emits events to SkopeIT. You can view MCP events alongside existing AI Gateway events.

    MCP Gateway adds MCP-specific fields to the AIG event table. You can use these fields to audit agent tool-use activity, investigate policy violations, and troubleshoot connectivity issues.

    Viewing MCP Events in SkopeIT

    1. Log in to the Netskope tenant UI.
    2. Go to SkopeIT > AI Gateway Events.
    3. Use the filter bar to filter events by MCP-specific fields, such as x_rs_mcp_server_name or x_cs_activity.
    4. Select an event to view detailed fields in the event details panel.

    MCP-Specific Event Fields

    The following fields are added to the Data Search > AIG event table in v1.5:

    FieldDescription
    x_cs_mcp_session_idSession ID from the MCP client (request side).
    x_rs_mcp_session_idSession ID from the MCP server (response side).
    x_cs_activityMCP activity type from the client request.
    x_rs_activityMCP activity type from the server response.
    x_cs_mcp_client_nameName of the MCP client (AI agent) that originated the request.
    x_rs_mcp_server_nameName of the registered MCP server.
    x_cs_mcp_protocol_versionMCP protocol version reported by the client.
    x_rs_mcp_protocol_versionMCP protocol version reported by the server.
    x_rs_mcp_tool_listList of tools registered for the MCP server.
    x_mcp_directionDirection of the MCP traffic: client-to-server or server-to-client.
    x_mcp_initiatorThe party that initiated the MCP request.

    MCP Activity Types

    Each MCP activity type maps to a JSON-RPC method. Use these values in access control policies and log filters.

    CategoryActivity types
    LifecycleInitialize
    ToolsListTools, CallTool
    ResourcesListResources, ReadResource, ListResourceTemplates, Subscribe, Unsubscribe
    PromptsListPrompts, GetPrompt
    CompletionComplete
    SamplingCreateMessage
    ElicitationElicit
    RootsListRoots
    TasksCancel
    In this Topic
    • Monitoring MCP Gateway Events