PayPal MCP Server
PayPal MCP サーバー
PayPal APIとの統合を実現するモデルコンテキストプロトコル(MCP)サーバー。このサーバーは、標準化されたインターフェースを通じて、PayPalの支払い処理、請求、サブスクリプション管理、そしてビジネスオペレーションとのシームレスな連携を実現します。
特徴
支払い処理: 支払い、注文、支払いトークンの作成と取得
サブスクリプション管理: 定期サブスクリプションの作成と管理
ビジネスオペレーション:製品、請求書を作成し、支払いを処理する
ユーザー管理: ユーザー情報を取得し、Webプロファイルを作成します
安全な認証: リフレッシュ処理による自動トークン管理
入力検証: Zodスキーマを使用した包括的な検証
エラー処理: 堅牢なエラー処理とログ記録
Related MCP server: PayPal
インストール
# Clone the repository
git clone https://github.com/arbuthnot-eth/PayPal-MCP-Backdated.git
cd PayPal-MCP-Backdated
# Install dependencies
npm install
# Build the project
npm run build構成
PayPal API 認証情報を使用して、ルート ディレクトリに.envファイルを作成します。
PAYPAL_CLIENT_ID=your_client_id_here
PAYPAL_CLIENT_SECRET=your_client_secret_here
PAYPAL_ENVIRONMENT=sandbox # or 'live' for production使用法
サーバーの実行
# Start the server
npm start
# For development with auto-reload
npm run devMCP構成
MCP 構成ファイルにサーバーを追加します。
{
"mcpServers": {
"paypal": {
"command": "node",
"args": ["path/to/paypal-mcp/build/index.js"],
"env": {
"PAYPAL_CLIENT_ID": "your_client_id",
"PAYPAL_CLIENT_SECRET": "your_client_secret",
"PAYPAL_ENVIRONMENT": "sandbox"
},
"disabled": false,
"autoApprove": []
}
}
}利用可能なツール
支払いツール
create_payment_token: 将来使用するために支払いトークンを作成するcreate_order: PayPalで新しい注文を作成するcapture_order: 承認された注文の支払いをキャプチャするcreate_payment: 直接支払いを作成するcreate_subscription: 定期課金のサブスクリプションを作成する
ビジネスツール
create_product: カタログに新しい製品を作成するcreate_invoice: 新しい請求書を生成するcreate_payout: 一括支払いを処理する
ユーザーツール
get_userinfo: ユーザー情報を取得するcreate_web_profile: Webエクスペリエンスプロファイルを作成するget_web_profiles: Webエクスペリエンスプロファイルのリストを取得する
発達
# Run linting
npm run lint
# Run tests
npm test
# Format code
npm run formatライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細については LICENSE ファイルを参照してください。
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
The Mercado Pago MCP Server implements the Model Context Protocol to provide AI agents and LLMs with access to Mercado Pago's APIs and tools within compatible development environments. It acts as an intermediary that translates Mercado Pago resources into executable functions (tools) that AI applications can invoke to perform actions and automate flows. The server simplifies integration, enables using documentation to implement or improve code, and optimizes operations through natural language interactions without manual implementations.
Unified MCP server for 70+ eCommerce platforms: products, orders, customers, and more.
The HubSpot MCP Server acts as a bridge that enables AI assistants and Large Language Models to securely interact with HubSpot CRM data through natural conversation, without requiring users to understand complex API structures. It provides read-only access to standard CRM objects (contacts, companies, deals, tickets, products, invoices, and more) and their associations, secured via OAuth 2.0, allowing AI agents to perform tasks like summarizing deals, fetching company updates, and looking up record changes.
- mcpOAuthcom.stripe
MCP server integrating with Stripe - tools for customers, products, payments, and more.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides comprehensive integration with PayPal's APIs, enabling seamless interaction with payment processing, invoicing, subscription management, and business operations through a standardized interface.7Apache 2.0
- AlicenseNot gradedqualityCmaintenanceThe PayPal Model Context Protocol server allows you to integrate with PayPal APIs through function calling. This protocol supports various tools to interact with different PayPal services.603190-
- AlicenseNot gradedqualityDmaintenanceA Python implementation that enables Large Language Models to interact with PayPal's APIs through function calling, supporting features like invoices, orders, products, subscriptions, and transactions.1MIT
- AlicenseNot gradedqualityDmaintenanceThis read-only MCP Server allows you to connect to PayPal data from Claude Desktop through CData JDBC Drivers. Free (beta) read/write servers available at https://www.cdata.com/solutions/mcpMIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/arbuthnot-eth/PayPal-MCP-defunct'
If you have feedback or need assistance with the MCP directory API, please join our Discord server