Noctrix Health · Authentication Profile

Noctrix Health Authentication

Authentication

Noctrix Health publishes no developer program, no API keys and no documented auth page. The only authenticated surface that could be established anonymously is the OAuth 2.0 authorization server backing the Nidra MCP server on nidrarls.com, whose configuration was read verbatim from RFC 8414 Authorization Server Metadata. Everything below comes from that document and from the WWW-Authenticate challenge the MCP endpoint returns — nothing is inferred from marketing prose.

Noctrix Health declares 1 security scheme(s) across its OpenAPI definitions.

CompanyHealthMedical DevicesDigital HealthSleepNeurologyNeurostimulationWearablesMCPAgent Readiness
Methods: Schemes: 1 OAuth flows: API key in:

Security Schemes

oauth2
· flows:

Source

Authentication Profile

noctrix-health-authentication.yml Raw ↑
generated: '2026-08-26'
method: probed
source: https://nidrarls.com/.well-known/oauth-authorization-server
name: Noctrix Health authentication profile
description: >-
  Noctrix Health publishes no developer program, no API keys and no documented auth page.
  The only authenticated surface that could be established anonymously is the OAuth 2.0
  authorization server backing the Nidra MCP server on nidrarls.com, whose configuration
  was read verbatim from RFC 8414 Authorization Server Metadata. Everything below comes
  from that document and from the WWW-Authenticate challenge the MCP endpoint returns —
  nothing is inferred from marketing prose.
schemes:
- id: nidra-mcp-oauth2
  type: oauth2
  applies_to: https://nidrarls.com/wp-json/mcp/mcp-oauth-server
  flows:
    authorization_code:
      authorization_url: https://nidrarls.com/oauth/authorize
      token_url: https://nidrarls.com/oauth/token
      refresh_url: https://nidrarls.com/oauth/token
      revocation_url: https://nidrarls.com/oauth/revoke
      scopes:
        mcp: Access to the Model Context Protocol server.
  pkce:
    required_methods: [S256]
  grant_types: [authorization_code, refresh_token]
  response_types: [code]
  token_endpoint_auth_methods: [none]
  public_client: true
  client_registration:
    dynamic_registration_endpoint: null
    client_id_metadata_document_supported: true
    note: >-
      No registration_endpoint is advertised. The server declares
      client_id_metadata_document_supported, i.e. a client identifies itself with a URL
      that resolves to its own client metadata document rather than pre-registering.
  bearer:
    methods_supported: [header]
    challenge_observed: >-
      Bearer realm="https://nidrarls.com",
      resource_metadata="https://nidrarls.com/.well-known/oauth-protected-resource"
    http_status_on_missing_token: 401
    error_body: '{"code":"mcp_unauthorized","message":"MCP authentication required.","data":{"status":401}}'
  iss_parameter_supported: true
unauthenticated_surfaces:
- surface: https://nidrarls.com/wp-json/wp/v2/*
  auth: none
  note: >-
    The site's WordPress REST API answers read requests anonymously (HTTP 200). This is a
    CMS default on the marketing/product site, not a published Noctrix Health developer
    API, and is recorded for completeness only.
not_found:
  api_keys: No API key issuance, key prefix or key management surface is published.
  openid_connect: /.well-known/openid-configuration returned 404 on nidrarls.com.
  mutual_tls: Not advertised.
  docs_page: >-
    No developer or authentication documentation page exists on either host. The
    corporate host noctrixhealth.com is behind a SiteGround bot challenge (HTTP 202)
    for every path, so it could not be read anonymously.
checked: '2026-08-26'

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/noctrix-health-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.