Deep Instinct Portal MCP Server

Model Context Protocol server hosted on Deep Instinct's customer portal at https://portal.deepinstinct.com/mcp, advertised through RFC 9728 protected-resource metadata and an RFC 8414 authorization-server document on the same host. Access is OAuth 2.1 (authorization code + PKCE S256, refresh tokens, dynamic client registration) scoped by mcp:read and mcp:write. An anonymous tools/list call is refused with "MCP is not available for guest users", so the live tool schemas require an authenticated portal session.

API entry from apis.yml

apis.yml Raw ↑
name: Deep Instinct Portal MCP Server
description: Model Context Protocol server hosted on Deep Instinct's customer portal at https://portal.deepinstinct.com/mcp,
  advertised through RFC 9728 protected-resource metadata and an RFC 8414 authorization-server document
  on the same host. Access is OAuth 2.1 (authorization code + PKCE S256, refresh tokens, dynamic client
  registration) scoped by mcp:read and mcp:write. An anonymous tools/list call is refused with "MCP is
  not available for guest users", so the live tool schemas require an authenticated portal session.
humanURL: https://portal.deepinstinct.com/mcp
baseURL: https://portal.deepinstinct.com/mcp
tags:
- mcp
- agent-native
- cybersecurity
properties:
- type: MCPServer
  url: mcp/deep-instinct-mcp.yml
- type: MCP
  url: https://portal.deepinstinct.com/mcp
- type: OAuthScopes
  url: scopes/deep-instinct-scopes.yml
- type: Authentication
  url: authentication/deep-instinct-authentication.yml
- type: WellKnown
  url: well-known/deep-instinct-well-known.yml