generated: '2026-08-01' method: probed status: published source: https://portal.deepinstinct.com/.well-known/oauth-protected-resource server: name: deep-instinct-portal transport: http url: https://portal.deepinstinct.com/mcp service_documentation: https://portal.deepinstinct.com/mcp host: portal.deepinstinct.com platform: >- The Deep Instinct customer portal runs on Magentrix (portal.deepinstinct.com CNAMEs to deepinstinct.magentrixcloud.com); the MCP endpoint is served from Deep Instinct's own host and issuer, so it is a Deep Instinct surface, but the server implementation is the portal platform's. authorization: model: OAuth 2.1 issuer: https://portal.deepinstinct.com authorization_endpoint: https://portal.deepinstinct.com/oauth/authorize token_endpoint: https://portal.deepinstinct.com/oauth/token registration_endpoint: https://portal.deepinstinct.com/oauth/register revocation_endpoint: https://portal.deepinstinct.com/oauth/revoke grant_types: [authorization_code, refresh_token] code_challenge_methods: [S256] token_endpoint_auth_methods: [client_secret_post] dynamic_client_registration: true bearer_methods_supported: [header] scopes: [mcp:read, mcp:write] scopes_artifact: scopes/deep-instinct-scopes.yml tools: discovered: false gated: true note: >- An anonymous JSON-RPC tools/list POST returns HTTP 200 with a JSON-RPC error (code -32600, "MCP is not available for guest users. Please log in to access this feature."), as does initialize. The live tool set and per-tool inputSchema therefore require an authenticated portal session and cannot be harvested anonymously. No tool list is published in docs, llms.txt or any registry, so NOTHING is recorded here rather than guessed. x-evidence: fetched: '2026-08-01' probes: - url: https://portal.deepinstinct.com/.well-known/oauth-protected-resource method: GET http_status: 200 content_type: application/json file: ../well-known/deep-instinct-oauth-protected-resource.json - url: https://portal.deepinstinct.com/.well-known/oauth-authorization-server method: GET http_status: 200 content_type: application/json file: ../well-known/deep-instinct-oauth-authorization-server.json - url: https://portal.deepinstinct.com/mcp method: 'POST {"jsonrpc":"2.0","id":1,"method":"tools/list"}' http_status: 200 body: 'jsonrpc error -32600: MCP is not available for guest users. Please log in to access this feature.' - url: https://portal.deepinstinct.com/mcp method: 'POST {"jsonrpc":"2.0","id":1,"method":"initialize"}' http_status: 200 body: 'jsonrpc error -32600: MCP is not available for guest users. Please log in to access this feature.'