Skip to main content
Glama
arbuthnot-eth

PayPal MCP Server

Servidor MCP de PayPal

Licencia: MIT

Un servidor de Protocolo de Contexto de Modelo (MCP) que proporciona integración con las API de PayPal. Este servidor permite una interacción fluida con el procesamiento de pagos, la facturación, la gestión de suscripciones y las operaciones comerciales de PayPal mediante una interfaz estandarizada.

Características

  • Procesamiento de pagos : cree y capture pagos, pedidos y tokens de pago

  • Gestión de suscripciones : crea y gestiona suscripciones recurrentes

  • Operaciones comerciales : crear productos, facturas y procesar pagos

  • Gestión de usuarios : recuperar información de usuarios y crear perfiles web

  • Autenticación segura : gestión automática de tokens con gestión de actualizaciones

  • Validación de entrada : validación integral mediante esquemas Zod

  • Manejo de errores : manejo y registro de errores robustos

Related MCP server: PayPal

Instalación

# Clone the repository
git clone https://github.com/arbuthnot-eth/PayPal-MCP-Backdated.git
cd PayPal-MCP-Backdated

# Install dependencies
npm install

# Build the project
npm run build

Configuración

Cree un archivo .env en el directorio raíz con sus credenciales de API de PayPal:

PAYPAL_CLIENT_ID=your_client_id_here
PAYPAL_CLIENT_SECRET=your_client_secret_here
PAYPAL_ENVIRONMENT=sandbox  # or 'live' for production

Uso

Ejecución del servidor

# Start the server
npm start

# For development with auto-reload
npm run dev

Configuración de MCP

Agregue el servidor a su archivo de configuración MCP:

{
  "mcpServers": {
    "paypal": {
      "command": "node",
      "args": ["path/to/paypal-mcp/build/index.js"],
      "env": {
        "PAYPAL_CLIENT_ID": "your_client_id",
        "PAYPAL_CLIENT_SECRET": "your_client_secret",
        "PAYPAL_ENVIRONMENT": "sandbox"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

Herramientas disponibles

Herramientas de pago

  • create_payment_token : Crea un token de pago para uso futuro

  • create_order : Crea un nuevo pedido en PayPal

  • capture_order : Capturar el pago de un pedido autorizado

  • create_payment : Crea un pago directo

  • create_subscription : Crea una suscripción para facturación recurrente

Herramientas de negocios

  • create_product : Crea un nuevo producto en el catálogo

  • create_invoice : Generar una nueva factura

  • create_payout : Procesar un pago por lotes

Herramientas de usuario

  • get_userinfo : Recuperar información del usuario

  • create_web_profile : Crea un perfil de experiencia web

  • get_web_profiles : Obtener lista de perfiles de experiencia web

Desarrollo

# Run linting
npm run lint

# Run tests
npm test

# Format code
npm run format

Licencia

Este proyecto está licenciado bajo la licencia MIT: consulte el archivo de LICENCIA para obtener más detalles.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

  • The Mercado Pago MCP Server implements the Model Context Protocol to provide AI agents and LLMs with access to Mercado Pago's APIs and tools within compatible development environments. It acts as an intermediary that translates Mercado Pago resources into executable functions (tools) that AI applications can invoke to perform actions and automate flows. The server simplifies integration, enables using documentation to implement or improve code, and optimizes operations through natural language interactions without manual implementations.

  • Unified MCP server for 70+ eCommerce platforms: products, orders, customers, and more.

  • The HubSpot MCP Server acts as a bridge that enables AI assistants and Large Language Models to securely interact with HubSpot CRM data through natural conversation, without requiring users to understand complex API structures. It provides read-only access to standard CRM objects (contacts, companies, deals, tickets, products, invoices, and more) and their associations, secured via OAuth 2.0, allowing AI agents to perform tasks like summarizing deals, fetching company updates, and looking up record changes.

  • MCP server integrating with Stripe - tools for customers, products, payments, and more.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server that provides comprehensive integration with PayPal's APIs, enabling seamless interaction with payment processing, invoicing, subscription management, and business operations through a standardized interface.
    7
    Apache 2.0
  • A
    license
    Not graded
    quality
    C
    maintenance
    The PayPal Model Context Protocol server allows you to integrate with PayPal APIs through function calling. This protocol supports various tools to interact with different PayPal services.
    603
    190
    -
  • A
    license
    Not graded
    quality
    D
    maintenance
    A Python implementation that enables Large Language Models to interact with PayPal's APIs through function calling, supporting features like invoices, orders, products, subscriptions, and transactions.
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    This read-only MCP Server allows you to connect to PayPal data from Claude Desktop through CData JDBC Drivers. Free (beta) read/write servers available at https://www.cdata.com/solutions/mcp
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/arbuthnot-eth/PayPal-MCP-defunct'

If you have feedback or need assistance with the MCP directory API, please join our Discord server