
Genesys Cloud
STDIOModel Context Protocol server for Genesys Cloud API integration with contact center analytics
Model Context Protocol server for Genesys Cloud API integration with contact center analytics
A Model Context Protocol (MCP) server for Genesys Cloud's Platform API.
An overview of the tools that this MCP server makes available. Read more about each specific tool in the tools doc.
Tool | Description |
---|---|
Search Queues | Searches for queues by their name (supports wildcards) |
Query Queue Volumes | Retrieves conversation volumes and member count by Queue IDs |
Sample Conversations By Queue | Retrieves a representative sample of Conversation IDs for a Queue ID |
Voice Call Quality | Retrieves voice call quality metrics for one or more conversations by ID |
Conversation Sentiment | Retrieves the sentiment for one or more conversations by ID |
Conversation Topics | Retrieves the topics for a conversation by ID |
Search Voice Conversation | Searches voice conversations by optional criteria |
Conversation Transcript | Retrieves conversation transcript |
This currently only supports a stdio server. To configure authentication you'll need to:
GENESYSCLOUD_REGION
GENESYSCLOUD_OAUTHCLIENT_ID
GENESYSCLOUD_OAUTHCLIENT_SECRET
nvm use npm install npm run dev
This is part of personal project to create a conversational Business Insights tool. It is a practical way for me to learn MCP servers, and how best to represent Genesys Cloud's Platform APIs in a way that can be easily consumed by LLMs.
There will be a lot of changes, and I will be sure to share my learnings in my newsletter.