What an agent can do
Scope of the tools#
Of the 27 tools, 18 only read and 9 change state. 5 of those 9 are marked as sensitive.
The ones marked as sensitive are refunds and captures, charges with stored cards, deleting payment links, deleting contacts and managing subscribers.
Permission inheritance#
The server uses the merchant API credentials, so it inherits exactly its permissions: it does not impose additional barriers per tool. An active user can issue refunds and run bulk charges.
Controls that do exist#
- A per-user activation switch, which cuts access without deleting the account.
- A separate administrator role, which only serves to manage users and credentials.
- A rate limit of 60 calls per minute per user.
Human confirmation#
Human confirmation before a sensitive operation depends on the MCP client, not on Tilopay. Always require it for write tools, and do not negotiate it for refunds or bulk charges.
The per-tool detail, with parameters and output, lives on each group page and in the
mcp.json.
Last verified: 2026-08-29 · Owner: equipo-integraciones