Skip to main content
The Model Context Protocol (MCP) is an open standard that connects AI applications to external data sources. PayNext hosts an MCP server that lets AI tools search our documentation directly.

Why Use the MCP Server

When you connect the PayNext MCP server to your AI tools:
  • More accurate answers — AI tools search PayNext documentation directly instead of relying on training data or web search
  • Real-time information — Access the latest documentation, including new features and API changes
  • Context-aware help — Get relevant code examples and integration guidance while you work

Connect to AI Tools

  1. Press Cmd + Shift + P (Mac) or Ctrl + Shift + P (Windows) to open the command palette
  2. Search for Open MCP settings
  3. Select Add custom MCP to open mcp.json
  4. Add the PayNext MCP server:
{
  "mcpServers": {
    "PayNext": {
      "url": "https://docs.paynext.com/mcp"
    }
  }
}
  1. In Cursor’s chat, ask “What tools do you have available?” to verify the connection

Quick Connect

You can also connect directly from any documentation page:
  1. Click the contextual menu (three dots) at the top of any page
  2. Select Connect to Cursor or Connect to VS Code for one-click installation
  3. Or select Copy MCP server URL to get the URL for other tools

MCP Server URL

https://docs.paynext.com/mcp