icon for mcp server

Genesys Cloud

STDIO

Model Context Protocol server for Genesys Cloud API integration with contact center analytics

Genesys Cloud MCP Server

npm Follow me on LinkedIn for updates

A Model Context Protocol (MCP) server for Genesys Cloud's Platform API.

Tools Overview

An overview of the tools that this MCP server makes available. Read more about each specific tool in the tools doc.

ToolDescription
Search QueuesSearches for queues by their name (supports wildcards)
Query Queue VolumesRetrieves conversation volumes and member count by Queue IDs
Sample Conversations By QueueRetrieves a representative sample of Conversation IDs for a Queue ID
Voice Call QualityRetrieves voice call quality metrics for one or more conversations by ID
Conversation SentimentRetrieves the sentiment for one or more conversations by ID
Conversation TopicsRetrieves the topics for a conversation by ID
Search Voice ConversationSearches voice conversations by optional criteria
Conversation TranscriptRetrieves conversation transcript

Authentication

This currently only supports a stdio server. To configure authentication you'll need to:

  1. Create an OAuth Client in Genesys Cloud
  2. Assign the permissions to it for the tools you want to be used
  3. Provide the following environment variables when referencing the server:
    • GENESYSCLOUD_REGION
    • GENESYSCLOUD_OAUTHCLIENT_ID
    • GENESYSCLOUD_OAUTHCLIENT_SECRET

Getting Started

nvm use npm install npm run dev

Under active development

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.

Be the First to Experience MCP Now