MCP AI Toolkit Overview
What is it?
The MCP AI Toolkit is a server that enables AI assistants (like GitHub Copilot, Claude, ChatGPT) to perform payment operations on the GetNet platform without human interaction.
What problem does it solve?
Today, to process a payment, an operator needs to:
- Access the GetNet portal
- Search for the customer
- Select the card
- Fill in amount, installments, description
- Confirm the transaction
With the MCP AI Toolkit, an LLM can do all this through natural conversation:
User: "Charge R$150 on customer João Silva's Visa card, in 3 installments"
LLM: executeslist_cards→process_payment
LLM: "Payment approved. Transaction #txn_001, authorization 123456."
Who is it for?
| Persona | How they use it |
|---|---|
| AI Agents | Integrate via MCP protocol to automate operations |
| Developers | Use as template to create MCP servers for other domains |
| Operators | Interact via natural language in integrated assistants |