PayPal Invoice MCP Server
@techflavors
PayPal Invoice MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"paypal-invoice-mcp-server": {
"command": "python",
"args": [
"-m",
"paypal-invoice-mcp-server"
]
}
}
}ツール
1Create 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_invoicetool. - 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.
「金融とコマース」の他のコンテンツ
Yahoo Finance MCP Server
narumirunaMarket Fiyatı MCP Server
EnesCinrAKShare One MCP Server
zwldarrenMCP server that provides access to Chinese stock market data using akshare-one
中国股票数据
elsejj这是一个为大模型提供 A 股数据的的 MCP(Model Content Protocol) 服务。
✅ Official Alpha Vantage MCP Server
calvernazA MCP server for the stock market data API, Alphavantage API.
コメント