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.1.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.1.tar.gz.

File metadata

File hashes

Hashes for mseep_paypal_invoice_mcp_server-0.1.1.tar.gz
Algorithm Hash digest
SHA256 238505caaee797329cc0b64c702b496991f47c4ad8d65cebe9b2afd1de8e03f8
MD5 edbbd02159cef066240465044abffa2d
BLAKE2b-256 5ca0f033d84420f5c263820f5b72a9c5f26ad5240a44195544bdcbbe38fb2f3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mseep_paypal_invoice_mcp_server-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c616a1f4bd6dab5061e21fae432b64c7a294e748c3dc60a42745c5fdef680a2e
MD5 07f4b8d5daf722702926ae26943a6d5d
BLAKE2b-256 6ba748b664322e54a901f319e93029bd213c63fcb3ed2742f9f48c55803262ea

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