P

PayPal

Query PayPal transactions and invoices.

·No reviews yet
Repo
Share:

About

Auto-generated

PayPal is a Model Context Protocol server in the Commerce & Payments category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about PayPal.

What is the purpose of the PayPal MCP?
The PayPal MCP allows users to query transaction and invoice data from their PayPal accounts. It is designed to integrate PayPal's financial services with various client applications.
How can I authenticate with the PayPal MCP?
The PayPal MCP uses OAuth for authentication. You will need to configure your OAuth credentials in your client application to connect to the PayPal services.
Where can I find documentation for the PayPal MCP?
The documentation for the PayPal MCP is not explicitly listed. Typically, you would look for setup and usage instructions within the client application or the project repository.
What are the primary capabilities of this PayPal MCP?
This MCP's primary capabilities involve querying PayPal transactions and invoices. It enables programmatic access to financial data stored within PayPal's systems.
Is there a cost associated with using the PayPal MCP?
The MCP itself is provided by the community and is open source. Any costs associated with its use depend on your PayPal account type and specific PayPal service charges.
What is a prerequisite for using the PayPal MCP?
A key prerequisite for using the PayPal MCP is an active PayPal account. You also need to have properly configured OAuth credentials for secure access to your account data.

Install PayPal

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "paypal": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-paypal"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "paypal": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-paypal"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "paypal": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-paypal"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.