Skip to main content

Add your description here

Project description

PayPal Invoice MCP Server

A Model Context Protocol server that creates PayPal Invoice capabilities. This server enables LLMs to create invoice.

Available Tools

  • create_paypal_invoice - Create Invoice
    • Required arguments:
      • invoice_details (Dict[str, Any]): Invoice Details

Installation

Using uv (recommended)

When using uv no specific installation is needed. We will use uvx to directly run paypal-invoice-mcp-server.

Using PIP

Alternatively you can install paypal-invoice-mcp-server via pip:

pip install paypal-invoice-mcp-server

After installation, you can run it as a script using:

python -m paypal-invoice-mcp-server

Configuration

Configure for Claude.app

Add to your Claude settings:

Using uvx
"mcpServers": {
  "time": {
    "command": "uvx",
    "args": ["paypal-invoice-mcp-server"]
  }
}
Using pip installation
"mcpServers": {
  "time": {
    "command": "python",
    "args": ["-m", "paypal-invoice-mcp-server"]
  }
}

Example Interactions

  1. Create Invoice:
{
     "amount": 1,
     "due_date": "2025-04-01",
     "description": "Music Service",
     "recipient_email": "test@gmail.com"
   }

Debugging

You can use the MCP inspector to debug the server. For uvx installations:

npx @modelcontextprotocol/inspector uvx paypal-invoice-mcp-server

Or if you've installed the package in a specific directory or are developing on it:

cd path/to/servers/src/time
npx @modelcontextprotocol/inspector uv run paypal-invoice-mcp-server

Examples of Questions for Claude

  1. "Create a paypal invoice for joe@gmail.com for $200 for a Music Class, show me the invoice link"

Build

Contributing

We encourage contributions to help expand and improve paypal-invoice-mcp-server. Whether you want to add new time-related tools, enhance existing functionality, or improve documentation, your input is valuable.

For examples of other MCP servers and implementation patterns, see: https://github.com/modelcontextprotocol/servers

Pull requests are welcome! Feel free to contribute new ideas, bug fixes, or enhancements to make paypal-invoice-mcp-server even more powerful and useful.

License

paypal-invoice-mcp-server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mseep_paypal_invoice_mcp_server-0.1.0.tar.gz (2.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file mseep_paypal_invoice_mcp_server-0.1.0.tar.gz.

File metadata

File hashes

Hashes for mseep_paypal_invoice_mcp_server-0.1.0.tar.gz
Algorithm Hash digest
SHA256 4e50c4cddf1b62a98e342f15917e956c163da70d56dc688f2f609250df775d16
MD5 2f1ed5e0ac9dfadd787308a00bfb90c7
BLAKE2b-256 08c785f9904222f9420f3a3cad6838ab5df463fb8f721bc00ac77c789504780c

See more details on using hashes here.

File details

Details for the file mseep_paypal_invoice_mcp_server-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for mseep_paypal_invoice_mcp_server-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 42ce9b7b03cd048b35ff4637300f55ac5a73a38fafe4103732da055580048974
MD5 f39804a0996fbcd75c8cdee650f319e8
BLAKE2b-256 62a558b1462361b8f9b89c25000673844517d5417200359d56c924d0cb2c620d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page