PayPal Invoice MCP Server
@techflavors
About PayPal Invoice MCP Server
No overview available yet
Basic information
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.
More Finance & Commerce MCP servers
Defeatbeta Api
defeat-betaAn open-source alternative to Yahoo Finance's market data APIs with higher reliability.
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.
MetaTrader 5 MCP Server
QoyyuumA Model Context Protocol (MCP) server for interacting with the MetaTrader 5 trading platform. This server provides AI assistants with tools and resources to access market data, perform trading operations, and analyze trading history.
Alpaca Trading MCP Server
laukikkMCP for the Alpaca trading API to manage stock and crypto portfolios, place trades, and access market data
Crypto Indicators MCP Server
kukapayAn MCP server providing a range of cryptocurrency technical analysis indicators and strategies.
Comments