Lorikeet
A universal concierge for complex businesses
About Lorikeet
Lorikeet supports complex customer-service workflows with a concierge-style AI layer. Its connector gives assistants business-process and customer-context signals for resolving sophisticated support or service requests.
Connection details
https://api.lorikeetcx.ai/v1/mcpTransport
Streamable HTTP
Authentication
OAuth
Setup
claude mcp add lorikeet --transport http https://api.lorikeetcx.ai/v1/mcpFrequently asked questions
What is the Lorikeet remote MCP server?
The Lorikeet remote MCP server is a hosted Model Context Protocol endpoint at https://api.lorikeetcx.ai/v1/mcp, so AI assistants can connect to it without installing or running anything locally.
How do I connect to the Lorikeet MCP server?
Add the endpoint https://api.lorikeetcx.ai/v1/mcp to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.
Does the Lorikeet MCP server require authentication?
Yes. Lorikeet uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.
Which transport does the Lorikeet MCP server use?
Lorikeet exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.