- Diagnose tickets - trace workflow execution and identify root causes
“Pull up ticket #12345. What went wrong and why did the customer get escalated?”
- Audit knowledge bases - analyze articles at scale, find gaps, and spot quality issues
“Review all our knowledge base articles. Which ones are outdated, which topics have gaps, and are there any quality issues?”
- Explore your setup - inspect workflows, tools, and integrations
“Give me a summary of what integrations are configured.”
- Build workflows - create and iterate on workflows using natural language
“Create a new natural language workflow that handles refund requests by checking order status, verifying the return window, and processing the refund.”
- Test tools - run and validate tool configurations directly from your AI assistant
“Test the ‘get-order-status’ tool with order ID 98765 and check if the response matches what we expect.”
- Run simulations - test workflows against different customer scenarios
“Set up a simulation batch for the refund workflow with 3 different customer scenarios — a valid refund, an expired return window, and a missing order — and run it.”
MCP server URLs
Lorikeet is available in multiple regions. Use the URL that matches your account’s region.| Region | URL |
|---|---|
| US (default) | https://api.lorikeetcx.ai/v1/mcp |
| AU | https://api.au.lorikeetcx.ai/v1/mcp |
| EU | https://api.eu.lorikeetcx.ai/v1/mcp |
Most accounts are hosted in the US region. If you’re unsure which region your account is in, contact the Lorikeet team.
Setup
- ChatGPT
- Claude
- Claude Code
Prerequisites
- Access to ChatGPT with a Team, Business, or Enterprise subscription
- Workspace Admin access is required for the initial setup (Steps 1–5). Once complete, all workspace members can use the app.
Connect
Open Workspace Settings
Go to chatgpt.com, click your profile icon in the bottom-left corner, and select Workspace settings.
Configure the app
Fill in the app configuration:Click Create to proceed.
- Name:
Lorikeet - Description:
Access your Lorikeet account. - MCP Server URL:
https://api.lorikeetcx.ai/v1/mcp - Authentication: Select
OAuth
Replace the URL with your region’s URL if you are not on the US region.
Authorize
You will be redirected to the Lorikeet authorization page. Sign in to your Lorikeet account and click Authorize.
Publish the app
After authorization, the Lorikeet app will appear in the Drafts section. Click on the app, then click Publish to make it available to your workspace.
Troubleshooting
For troubleshooting connection issues, refer to the ChatGPT apps docs.If you’re still having trouble, reach out to the Lorikeet team.Technical details
| Property | Value |
|---|---|
| Protocol | Model Context Protocol (MCP) |
| Transport | Streamable HTTP |
| Authentication | OAuth 2.0 with PKCE |
| Token Lifetime | 1 hour (auto-refresh) |