## Zoho Payments Documentation Index Access the complete documentation index at: https://www.zoho.com/us/payments/llms.txt Use this file to discover all available documentation pages before proceeding. # Connect Zoho Payments MCP to Windsurf Connect Zoho Payments MCP tools directly inside Windsurf IDE and enable your AI assistant to perform payment actions securely and easily, without leaving your coding environment. * [Configure Zoho Payments MCP in Windsurf](#configure-windsurf) * [Disconnect MCP Server](#disconnect) ## Configure Zoho Payments MCP in Windsurf You can configure the Zoho Payments MCP server in Windsurf by adding a custom MCP server. To configure: 1. Open _Windsurf_, click your profile in the top-right corner and select _Settings._ 2. Go to the _Cascade_ tab and click **Add Server**. 3. Select **Add custom server +**. 4. Copy and paste the JSON configuration below, replacing the placeholder key with your MCP URL. MCP Server Configuration Copy ```json { "mcpServers": { "ZohoPaymentsMCP": { "command": "npx", "args": [ "mcp-remote", "https://zoho-payments-1207****8.zohomcp.com/mcp/****************/message", "--transport", "http-only" ] } } } ``` 5. Save the configuration. 6. Authorize Zoho MCP by clicking **Allow**. You will now be able to perform actions in your required services using the Zoho MCP server. **Note:** Handle your MCP server URL like a password. It can trigger tools connected to your account and access sensitive payment information. **Insight:** You can temporarily disable MCP tools in Windsurf by clicking the MCPs icon in the cascade panel and toggling off any server or individual tools you prefer not to use. * * * ### Disconnect MCP Server If you no longer need the MCP integration, you can disconnect the Zoho Payments MCP server from Windsurf at any time by removing its configuration. To disconnect your MCP server: 1. Open _Windsurf_ and click the **MCPs** icon in the cascade panel (top-right corner). 2. Locate **Zoho Payments MCP Server** in the list. 3. Use the toggle to disable the server. 4. Select **Configure** to open the config file (or manually open `~/.codeium/windsurf/mcp_config.json`). 5. Delete the Zoho Payments entry from the `mcpServers` object. 6. Save the file and restart Windsurf. Your MCP server will be disconnected. You’ll need to follow the setup steps again to reconnect it.