Zid Docs
Merchant APIPayment APIAppsThemes
Merchant APIPayment APIAppsThemes
Help Center
Slack
  1. Payment API
  • Our custom MCP server
  • Overview
  • Merchant Activation
  • Payment
    • Overview
    • Embedded Payment
    • Gateway Error Codes
    • Direct Payment
      POST
    • Execute Payment Request
      POST
    • Get payment status
      GET
  • ApplePay
    • ApplePay Checkout
    • Register ApplePay Domain
      POST
    • Providing Merchant Validation
      POST
  • Refund
    • Request Refund
      POST
  • Webhooks
    • Overview
    • Link Merchant Event
      POST
    • Payment Paid Event
      POST
    • Refund Event
      POST
  1. Payment API

Our custom MCP server

Partners can connect to our MCP server to fetch this API documentation and get answers for their inquiries about the integration.

Configuring the MCP Client#

Prerequisites
Node.js environment installed (version 18 or higher, latest LTS recommended)
Any IDE that supports MCP:
Cursor
VSCode + Cline extension
Others
In your AI-powered IDE, Add the config of the MCP server to the json config file of the MCP servers. This is a sample code snippet of the json file:
{
  "mcpServers": {
    "zid-open-apis-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "zid-open-apis-mcp"
      ]
    }
  }
}

Verify Configuration#

Test the connection by asking the AI (in Agent mode):
Based on the open apis doc, explain how merchant onboarding works
Successful connection is confirmed when AI returns to you information based on the API documentation context.
Modified at 2025-08-11 17:40:34
Next
Overview
Built with