OSSIO · Authentication Profile

Ossio Authentication

Authentication

OSSIO publishes no product API and no developer authentication documentation. The one authenticated surface it serves is the site MCP server, whose auth profile is fully described by the RFC 8414 authorization-server metadata and RFC 9728 protected-resource metadata documents saved in well-known/. Everything below is read from those documents.

OSSIO declares 2 security scheme(s) across its OpenAPI definitions.

CompanyMedical DevicesHealthOrthopedicsLife SciencesManufacturingMCPAgents
Methods: Schemes: 2 OAuth flows: API key in:

Security Schemes

oauth2
apiKey

Source

Authentication Profile

ossio-authentication.yml Raw ↑
generated: '2026-08-26'
method: probed
source: https://ossio.io/.well-known/oauth-authorization-server
name: OSSIO Authentication Profile
description: >-
  OSSIO publishes no product API and no developer authentication documentation. The one
  authenticated surface it serves is the site MCP server, whose auth profile is fully
  described by the RFC 8414 authorization-server metadata and RFC 9728 protected-resource
  metadata documents saved in well-known/. Everything below is read from those documents.
schemes:
- id: oauth2_mcp
  type: oauth2
  flow: authorization_code
  issuer: https://ossio.io
  authorization_endpoint: https://ossio.io/oauth/authorize
  token_endpoint: https://ossio.io/oauth/token
  revocation_endpoint: https://ossio.io/oauth/revoke
  response_types_supported:
  - code
  grant_types_supported:
  - authorization_code
  - refresh_token
  pkce:
    required: true
    code_challenge_methods_supported:
    - S256
  token_endpoint_auth_methods_supported:
  - none
  client_registration:
    dynamic: true
    mechanism: client_id_metadata_document
    note: >-
      client_id_metadata_document_supported is true and token_endpoint_auth_methods_supported
      is ["none"], i.e. public clients identified by a hosted client-metadata document
      rather than a pre-registered secret. No RFC 7591 registration_endpoint is advertised.
  scopes:
  - mcp
  applies_to:
  - https://ossio.io/wp-json/mcp/mcp-oauth-server
- id: wordpress_rest
  type: apiKey
  flow: null
  note: >-
    /wp-json/mcp/mcp-adapter-default-server, /wp-json/wp-abilities/v1/* and the private
    WordPress REST routes reject anonymous calls with rest_forbidden (HTTP 401), i.e. they
    expect a WordPress cookie+nonce or an application password. This is WordPress core
    behaviour, not a documented OSSIO auth product.
  applies_to:
  - https://ossio.io/wp-json/mcp/mcp-adapter-default-server
  - https://ossio.io/wp-json/wp-abilities/v1/abilities
anonymous_surface:
  note: >-
    Parts of the WordPress REST API are readable anonymously (e.g. /wp-json/wp/v2/types,
    HTTP 200). These are CMS content routes, not an OSSIO API product.
docs: null
docs_note: OSSIO publishes no authentication documentation page.

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/ossio-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.