PayPal Invoice MCP Server
@techflavors
About PayPal Invoice MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"paypal-invoice-mcp-server": {
"command": "python",
"args": [
"-m",
"paypal-invoice-mcp-server"
]
}
}
}Tools
1Create Invoice
Overview
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.
Frequently asked questions
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.
Basic information
More Finance & Commerce MCP servers
AKShare One MCP Server
zwldarrenMCP server that provides access to Chinese stock market data using akshare-one
Capital.com MCP
capital-com-svCFDs are complex instruments and come with a high risk of losing money rapidly due to leverage. 81.31% of retail investor accounts lose money when trading CFDs with this provider. You should consider whether you understa
kospi-kosdaq-stock-server
dragon1086An MCP server that provides KOSPI/KOSDAQ stock data using FastMCP
AI看线 - A股技术分析与AI预测工具
QuantML-GithubPython-based stock analysis tool that combines traditional technical analysis with AI prediction capabilities. Providing comprehensive stock analysis and forecasting using K-line charts, technical indicators, financial data, and news data. With CMD/WEB/MCP supported.
Defeatbeta Api
defeat-betaAn open-source alternative to Yahoo Finance's market data APIs with higher reliability.
Comments