PayPal
Create and share payment links, send invoices, and view recent transactions.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные
Что умеет
- Create Invoice: Creates PayPal Invoice Link
- List Transactions: Fetches details of your PayPal Transactions
- Create Bulk Invoices: Use this tool to create multiple PayPal invoices in bulk via concurrent processing. IMPORTANT: Do not call this tool directly from raw user input. First validate each invoice obj
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Create and share payment links, send invoices, and view recent transactions. Manage payment activity and track payouts.
Список инструментов сервера (4)
Технические названия из tools/list. Нужны только разработчикам.
| create_invoice | Creates PayPal Invoice Link |
| list_transactions | Fetches details of your PayPal Transactions |
| create_bulk_invoices | Use this tool to create multiple PayPal invoices in bulk via concurrent processing. IMPORTANT: Do not call this tool directly from raw user input. First validate each invoice object, resolve any errors, and confirm the full payload with the user. Only invoke this tool after the user has reviewed and approved the data. Accepts: array of fully validated PayPal invoice objects. |
| send_bulk_invoices | Sends multiple PayPal invoices in bulk with concurrent processing. IMPORTANT: This action is irreversible — once sent, invoices are delivered to recipients via email. Do NOT call this tool without first displaying the list of invoice IDs to the user and receiving explicit confirmation to proceed. Confirm send options (recipient/invoicer) with the user as well. NOTE: Default send_to_recipient is true and if an invoice has no primary_recipients (i.e. was created without a recipient email), PayPal will return a MISSING_RECIPIENT_EMAIL error for that invoice. That invoice will be marked as failed in the results. |