MCPServers

Summary

This MCP server implementation provides integration with PayPal's APIs, enabling AI assistants to perform various payment and financial operations. Developed by DynamicEndpoints, it offers tools for managing orders, payments, payouts, invoices, products, and disputes. Built with TypeScript and integrating the Model Context Protocol SDK, the server focuses on secure API key management and supports Docker deployment. It is particularly useful for AI applications that need to automate e-commerce tasks, handle billing operations, or integrate payment processing into their workflows.

Available Actions(8)

create_payment_token

Create a payment token for future use. Parameters: customer (object with id and optional email_address), payment_source (object with optional card or paypal details)

create_order

Create a new order in PayPal. Parameters: intent (string), purchase_units (array of objects with amount, description, and reference_id)

create_payment

Create a direct payment. Parameters: intent (string), payer (object with payment_method and optional funding_instruments), transactions (array of objects with amount and description)

create_product

Create a new product in the catalog. Parameters: name (string), description (string), type (string - PHYSICAL, DIGITAL, or SERVICE), category (string), optional image_url and home_url

create_invoice

Generate a new invoice. Parameters: invoice_number (string), reference (string), currency_code (string), recipient_email (string), items (array of objects with name, quantity, and unit_amount)

create_payout

Process a batch payout. Parameters: sender_batch_header (object with sender_batch_id and optional email_subject and recipient_type), items (array of objects with recipient_type, amount, receiver, and optional note)

get_userinfo

Retrieve user information. Parameters: access_token (string)

create_web_profile

Create a web experience profile. Parameters: name (string), optional presentation (object with brand_name, logo_image, and locale_code), input_fields (object with no_shipping and address_override), flow_config (object with landing_page_type and bank_txn_pending_url)

Last Updated: April 29, 2025

コミュニティレビュー

0.0
0 レビュー
5
0
4
0
3
0
2
0
1
0

まだレビューはありません. 最初のレビューを投稿しましょう!

会話に参加するにはサインインしてください

Coming soon to
HighlightHighlight AI

言語

TypeScript

カテゴリ

タグ