Skip to main content
HaiPay MCP (Model Context Protocol) is an open standard AI tool integration protocol that allows AI assistants to directly access HaiPay’s payment knowledge base, API documentation, and technical resources. When you need to repeatedly consult documentation to complete integration, connecting MCP enables the AI to directly understand and apply HaiPay’s payment capabilities, helping you quickly integrate HaiPay APIs.

What MCP Can Do for You

Once connected to HaiPay MCP, you can ask your AI assistant to:
  • Quickly integrate payment features Example: Based on HaiPay documentation, help me implement a Brazil PIX collection interface, including signature logic and callback handling.
  • Query API parameter specifications Example: Show me the required fields and signature rules for the Philippines collection interface, and generate a parameter comparison table.
  • Troubleshoot integration issues Example: The order status is always PENDING. Help me check the description of the callback notification signature verification logic.
  • Generate integration code Example: Using HaiPay’s collection and payout process, write a complete payment request example in Java/PHP/Python.
  • Understand business workflows Example: Explain HaiPay’s asynchronous notification mechanism and how merchants should respond to ensure order status synchronization.

Getting Started

HaiPay MCP will provide the AI assistant with real-time access to:
  • API documentation
  • Signature rules
  • Error code descriptions
  • Supported regions and currencies
This makes your integration process more efficient and accurate. Below are examples of connecting to HaiPay MCP:
To connect the HaiPay MCP server to Claude Desktop, follow these steps:
1

Add a custom connector

  1. Open Claude Desktop and go to Settings.
  2. Navigate to the Connectors page.
  3. Click Add custom connector.
  4. Fill in the following information:
    • Name: HaiPay
    • URL: https://doc.haipay.net/mcp
  5. Click Add.
2

Use MCP in a chat

  1. In the Claude chat interface, click the attachments button (the plus icon).
  2. Select the HaiPay MCP server.
  3. You can now ask Claude questions about HaiPay, and it will search the documentation via MCP to provide answers.
See the Model Context Protocol documentation for more details.
Last modified on July 28, 2026