Connect via ChatGPT or Claude

NeurionOcta Gateway implementira RFC 8414 (Authorization Server Metadata) i RFC 9728 (Protected Resource Metadata) discovery, RFC 7591 Dynamic Client Registration, i PKCE (S256) po OAuth 2.1 specifikaciji. ChatGPT i Claude otkrivaju i registruju se automatski — nije potrebna ručna konfiguracija client ID-a.

MCP server URL

Use this endpoint for both ChatGPT and Claude custom connector configuration:

URL
https://neurionid-production.up.railway.app/v1/mcp

ChatGPT

  1. Open ChatGPT → Settings → Apps (Aplikacije).
  2. Enable Developer mode if not already active.
  3. Select Create app (Izradi aplikaciju).
  4. Enter the MCP server URL below and complete the OAuth authorization flow.
  5. On the NeurionOcta consent screen, sign in with your organization API key and select the agent identity to authorize.

Claude

  1. Open Claude → Settings → Customize → Connectors.
  2. Select Add custom connector.
  3. Enter the MCP server URL below and complete the OAuth authorization flow.
  4. On the NeurionOcta consent screen, sign in with your organization API key and select the agent identity to authorize.

Token scope i sigurnosni model

  • Access token je vezan za jedan agentDid, ne za cijelu organizaciju. Claims u JWT-u identificiraju tačan agent identitet pri svakom MCP pozivu.
  • Consent ekran na /interaction/:uid eksplicitno traži izbor agenta prije autorizacije. Korisnik mora autentificirati organizaciju API ključem, zatim odabrati koji agent dobija pristup.
  • Policy engine (OPA/Rego) i blockchain-anchored audit trail primjenjuju se identično bez obzira na auth mehanizam — OAuth bearer token ili ?apiKey= fallback na istom /v1/mcp endpointu.
  • Osjetljivi alati (npr. purchase_licence) mogu zahtijevati eksplicitnu potvrdu na strani AI platforme prije izvršenja, uz NeurionOcta policy provjeru prije same egzekucije alata.

Discovery endpoints: Authorization Server Metadata (RFC 8414) · Protected Resource Metadata (RFC 9728)