AQ AQai MCP

Bring your Adaptability Intelligence into your AI assistant

The AQai Change Readiness MCP lets Claude, ChatGPT, and other MCP-compatible assistants fetch AQ scores and generate adaptability reports for the people you're authorized to see. Add the server below to your assistant, then sign in with your AQai account.

/mcp

How access works

Two ways in - both end with the same one-click authorization screen.

Sign in with your AQai account

When your assistant connects, you'll be sent to the AQai platform to log in and confirm. New accounts start with AQ Scores access only; an administrator grants report and skill access per user. Practitioners and partners can pull data for their organizations' members - individuals see only their own.

Use an access key

For service accounts and CI, an AQai administrator can issue an access key from the admin dashboard. On the authorization screen, expand "Use a service account access key instead" and paste it.

Set up your assistant

Pick your client - each one takes about a minute.

Claude claude.ai & Desktop

  1. Open Settings → Connectors (on claude.ai or in the Claude desktop app).
  2. Click Add custom connector, name it AQai, and paste the server URL above.
  3. Click Connect - your browser opens the AQai sign-in. Log in and press Connect.
  4. Back in Claude, enable the AQai tools in the chat's connector menu and just ask for your AQ scores.

ChatGPT connectors with developer mode

  1. Open Settings → Connectors and enable Developer mode (available on plans that support custom connectors).
  2. Choose Add custom connector (remote MCP server) and paste the server URL above.
  3. Pick OAuth as the authentication method and finish the sign-in when the AQai page opens.
  4. Start a chat, open the connector picker, and select AQai.

Claude Code CLI

Add the server, then authenticate from inside a session with /mcp.

claude mcp add --transport http aqai <URL>

Cursor mcp.json

Add this to ~/.cursor/mcp.json, then hit Connect in Cursor's MCP settings.

{
  "mcpServers": {
    "aqai": { "url": "<URL>" }
  }
}

Any other MCP client

This is a standard MCP Streamable HTTP server with OAuth 2.0 (PKCE) and dynamic client registration, so any compatible client can connect with just the URL. To try it without an assistant, run the MCP Inspector:

npx @modelcontextprotocol/inspector

What you can ask for

  1. AQ scores - adaptability dimension scores for any email you're authorized to see (get_aq_scores).
  2. PDF reports - personalized Change Readiness & Reskill Index or AQme Plus reports, when granted (prepare_report / render_report).
  3. Your authorized list - who you can pull data for (list_authorized_emails).

Seeing "you don't have access"? That's expected until an AQai administrator grants the report or skill to your account - reach out to your AQai contact. Your sign-in stays valid for 7 days, so reconnecting is a single click.