Skip to main content

MCP Server Use Cases

A guide to building Nuvei payments into any app with a coding agent.

How is it used?

A plain-language request goes to the AI agent - "add a checkout to this app," "connect this to the backend," "remove Google Pay" - and the agent decides which capability of the MCP server to use, in what order, based on what it finds in the project. This guide documents each of those capabilities as a separate use case, along with example prompts that trigger it.

How to read this guide

Each use case can show two labels:

Example prompts

Shows the kind of plain-language request that triggers this use case. It can be generic ("add checkout") or specific, if the SDK module is already known ("add Simply Connect").

Dependencies

Other use cases that need to happen first. If it can, it just does that step automatically in the background. If it needs a decision only a person can make (like which backend to use), it stops and asks first.