Genesys MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | HTTP bind host | 127.0.0.1 |
| MCP_PORT | No | HTTP bind port | 8000 |
| LOG_LEVEL | No | Log level (DEBUG/INFO/WARNING/ERROR/CRITICAL) | INFO |
| MCP_TRANSPORT | No | Transport selection (stdio or http) | stdio |
| GENESYS_REGION | No | Genesys Cloud region (e.g. mypurecloud.com, mypurecloud.de, apne2.pure.cloud) | mypurecloud.com |
| GENESYS_CLIENT_ID | Yes | OAuth Client Credentials client id | |
| GENESYS_CLIENT_SECRET | Yes | OAuth Client Credentials client secret | |
| GENESYS_MCP_ENABLE_WRITES | No | Opt-in to low-blast-radius write tools | false |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |