MCP.so
ログイン

PayPal Invoice MCP Server

@techflavors

PayPal Invoice MCP Server について

概要はまだありません

基本情報

カテゴリ

金融とコマース

ランタイム

python

トランスポート

stdio

公開者

techflavors

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "paypal-invoice-mcp-server": {
      "command": "python",
      "args": [
        "-m",
        "paypal-invoice-mcp-server"
      ]
    }
  }
}

ツール

1

Create Invoice

概要

What is PayPal Invoice MCP Server?

PayPal Invoice MCP Server is a Model Context Protocol (MCP) server that enables LLMs to create PayPal invoices. It provides a single tool, create_paypal_invoice, for generating invoices based on provided details.

How to use PayPal Invoice MCP Server?

Install via uvx (no installation needed) or pip install paypal-invoice-mcp-server. Configure it in Claude.app by adding the server to your MCP settings, then ask your LLM to create an invoice by supplying invoice details like recipient email, amount, due date, and description.

Key features of PayPal Invoice MCP Server

  • Creates PayPal invoices via the create_paypal_invoice tool.
  • Supports zero-install execution using uvx.
  • Configurable with Claude.app and other MCP hosts.
  • Accepts invoice details as a dictionary argument.
  • Provides example interactions for quick testing.
  • Open-source under the MIT License.

Use cases of PayPal Invoice MCP Server

  • Generate an invoice directly from a chat conversation.
  • Automate invoice creation for recurring services.
  • Integrate invoice generation into AI‑driven workflows.
  • Quickly send invoices by specifying recipient email and amount.

FAQ from PayPal Invoice MCP Server

What tools does the server provide?

It provides one tool: create_paypal_invoice, which requires an invoice_details dictionary.

How can I install the server?

You can run it directly with uvx paypal-invoice-mcp-server or install it via pip install paypal-invoice-mcp-server and then run python -m paypal-invoice-mcp-server.

How do I configure it for Claude.app?

Add the server configuration to your Claude settings JSON, using either the uvx or pip method as shown in the README.

What does an example interaction look like?

A sample request: {"amount": 1, "due_date": "2025-04-01", "description": "Music Service", "recipient_email": "[email protected]"}.

How can I debug the server?

Use the MCP inspector: npx @modelcontextprotocol/inspector uvx paypal-invoice-mcp-server or the equivalent for locally installed versions.

コメント

「金融とコマース」の他のコンテンツ