AmunCore · Authentication Profile

Amuncore Authentication

Authentication

Bearer API keys in the Authorization header, plus a separate MCP-Token header for the MCP surface.

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

DatabaseAPI ManagementBackendNo CodeSQLPostgreSQLMySQLOracleMCPAgentsData
Methods: Schemes: 2 OAuth flows: API key in:

Security Schemes

http
scheme: bearer
MCP-Token apiKey
· in: header ()

Source

Authentication Profile

amuncore-authentication.yml Raw ↑
generated: '2026-08-03'
method: searched
status: published
source: https://amuncore.com
description: Bearer API keys in the Authorization header, plus a separate MCP-Token
  header for the MCP surface.
verified: '2026-08-03'
schemes:
- id: bearer
  type: http
  scheme: bearer
  header: Authorization
  example: 'Authorization: Bearer ak_live_…'
  note: Shown on the homepage live-request demo.
- id: mcp-token
  type: apiKey
  in: header
  name: MCP-Token
  note: Required by the MCP endpoint; confirmed by its 401 error message.
signup:
  url: https://amuncore.com
  free_plan: true
  note: '"Create free account" / "Free plan forever" per the homepage.'
evidence:
- url: https://amuncore.com
  status: 200
- url: https://amuncore.com/mcp
  status: 401
  method: POST