Hi everyone,
I’m exploring how to integrate Pega workflows with (LLMs) using the (MCP) and would appreciate guidance from anyone who has worked on a similar architecture.
My goal is to expose Pega business capabilities as MCP tools so that an LLM (such as ChatGPT or Claude) can orchestrate Pega workflows through natural language.
For example:
- A user says, “I want to apply for a personal loan.”
- The LLM invokes an MCP tool like createLoanCase().
- Pega creates the case and returns the required/missing fields (loan amount, income, PAN, etc.).
- The LLM collects the missing information conversationally.
- The LLM calls another MCP tool to update the case.
- Pega advances the case through stages, performs validations, and invokes integrations with external systems.
Thanks in advance..