NicoChatNicoChatDocsSearch the docs…
Sign in

Paypal - MCP

Here is the complete documentation to integrate the PayPal MCP Server with NicoChat, already with the correct URL and authentication:

2026-08-12

📘 Integrating the PayPal MCP Server with NicoChat

✅ What is the PayPal MCP Server?

The PayPal MCP Server lets NicoChat interact directly with your PayPal account using natural language commands.
Through this integration, your AI can:

✅ What is the URL of PayPal's MCP Server?

The default URL of PayPal's MCP endpoint is:

texto
https://mcp.paypal.com/sse

It is a public URL, with authentication done via Bearer Token.

✅ How authentication works

Authentication is by Bearer Token, using a PayPal Access Token.

To obtain it:

  • Go to the PayPal Developer Dashboard.
  • Open REST API Apps and create or select an app (Sandbox or Production).
  • Copy the Client ID and the Secret, and generate the Access Token via OAuth.
  • The token will be used as the Bearer in the configuration.

✅ How to register the PayPal MCP Server in NicoChat

  • In NicoChat's side menu, go to:
texto
Centro de IA → Servidores MCP → Adicionar Servidor MCP
  • Fill in the fields:
Field
Value
Name
Example: PayPal
URL
https://mcp.paypal.com/sse
Authentication
Bearer Token
Access Token
Paste the Access Token from your PayPal app

✅ Important note

  • Enable only the tools you need for your flow, to avoid the risk of misuse.
  • Fewer tools = lower token consumption + more security.
  • Pay attention to sensitive operations, such as creating invoices, refunds or managing subscriptions.

📌 Learn more about how to set this up in your flow at:
👉 MCP Servers

If you want, I can continue with integrations for systems such as Supabase, Asana or another one. Shall I go on?