MCP AI Toolkit Overview
What is it?
What problem does it solve?
Today, to process a payment, your customer needs to:
- Your customer acess ecommerce website or app
- Search products, add to cart, and proceed to checkout
- Select payment method and fill in card details
- Confirm the transaction
With the MCP AI Toolkit, an LLM can do all this through natural conversation with the customer in chat or voice, without the need for a traditional checkout flow. For example:
π§ π¬: "List t-shirts available with size M" π€ π¬: "I found 3 t-shirts in size M: Red T-shirt for $50, Blue T-shirt for $60, Green T-shirt for $55. Which one would you like to choose?" π§ π¬: "I like the Blue T-shirt" π€ π¬: "Great choice! Do you want to add it to your cart?" π§ π¬: "Yes, add it" π€ π¬: "The Blue T-shirt has been added to your cart. Would you like to proceed to checkout?" π§ π¬: "Let's proceed" π€ π¬: "The total purchase price is $60. Would you like use your saved card in wallet with end 0001 or 1234?" π§ π¬: "Use with 0001" π€ π¬: "Do you want to pay in 3 installments?" π§ π¬: "Yes, 3" π€ π¬: "Processing your payment now..." π€ π¬: "Payment approved. Transaction authorization 123456."
Who is it for?
| Who is it for? | How they use it |
|---|---|
| Developers | Use the MCP AI Toolkit to create solutions for Agentic Commerce |
| Your Solution | Use MCP AI Toolkit to create seamless payment experiences |
| Your Customers | Interact using natural language in your Agentic Commerce solution to purchase products and services with a more intuitive and efficient shopping experience |
| AI Agents | Integrate via MCP protocol to automate operations |
MCP Server vs. MCP Client
| Component | Role | Example |
|---|---|---|
| MCP Server | Exposes capabilities (tools) that agents can use | Getnet MCP AI Toolkit |
| MCP Client | The AI agent or framework that connects to and uses MCP Servers | LangChain, N8N and custom agents |