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
Two ways in - both end with the same one-click authorization screen.
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.
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.
Pick your client - each one takes about a minute.
Add the server, then authenticate from inside a session with /mcp.
claude mcp add --transport http aqai <URL>
Add this to ~/.cursor/mcp.json, then hit Connect in Cursor's MCP settings.
{
"mcpServers": {
"aqai": { "url": "<URL>" }
}
}
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
get_aq_scores).prepare_report / render_report).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.