
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
@makingchatbots/genesys-cloud-mcp-server
Advanced tools
A Model Context Protocol (MCP) server exposing Genesys Cloud tools for LLMs, including sentiment analysis, conversation search, topic detection and more.
A Model Context Protocol (MCP) server for Genesys Cloud's Platform API.
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 |
Add this to your claude_desktop_config.json
:
{
"mcpServers": {
"genesys-cloud": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@makingchatbots/genesys-cloud-mcp-server"],
"env": {
"GENESYSCLOUD_REGION": "<PUT REGION HERE>",
"GENESYSCLOUD_OAUTHCLIENT_ID": "<PUT OAUTHCLIENT ID HERE>",
"GENESYSCLOUD_OAUTHCLIENT_SECRET": "<PUT OAUTHCLIENT SECRET HERE>"
}
}
}
}
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.
FAQs
A Model Context Protocol (MCP) server exposing Genesys Cloud tools for LLMs, including sentiment analysis, conversation search, topic detection and more.
The npm package @makingchatbots/genesys-cloud-mcp-server receives a total of 123 weekly downloads. As such, @makingchatbots/genesys-cloud-mcp-server popularity was classified as not popular.
We found that @makingchatbots/genesys-cloud-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.