Akia MCP Server

Akia's remote Model Context Protocol server, advertised through RFC 9728 OAuth protected-resource metadata at api.akia.com and sys.akia.com. The endpoint requires a Bearer token issued by the Akia authorization server at sys.akia.ai, which supports dynamic client registration (RFC 7591) and PKCE S256. The advertised resource scopes are customers:read and messages:read.

API entry from apis.yml

apis.yml Raw ↑
aid: akia:akia-mcp
name: Akia MCP Server
description: Akia's remote Model Context Protocol server, advertised through RFC 9728 OAuth protected-resource
  metadata at api.akia.com and sys.akia.com. The endpoint requires a Bearer token issued by the Akia authorization
  server at sys.akia.ai, which supports dynamic client registration (RFC 7591) and PKCE S256. The advertised
  resource scopes are customers:read and messages:read.
humanURL: https://api.akia.com/docs
baseURL: https://sys.akia.ai/mcp
tags:
- MCP
- Agents
x-evidence:
  verified: '2026-08-06'
  method: probed
  url: https://sys.akia.ai/mcp
  http_status: 401
  www_authenticate: Bearer resource_metadata="https://sys.akia.ai/.well-known/oauth-protected-resource"
  note: tools/list and initialize both return 401 with an RFC 9728 challenge — the server is genuinely
    published but the tool schemas require an authenticated introspection.
properties:
- type: MCPServer
  url: mcp/akia-mcp.yml
- type: Authentication
  url: authentication/akia-authentication.yml