Connect one or both. The documentation server is read-only and needs no credentials. The account server connects to your live PayNext data and requires sign-in.
Documentation server
The documentation server lets AI tools search PayNext documentation directly instead of relying on training data or web search. You get answers from the latest docs, including new features and API changes, with relevant code examples while you work. URL:https://docs.paynext.com/mcp
Account server
The account server connects AI tools to your PayNext data. After you sign in, your tools can query and act on your account:get_payments,get_payment_by_id,get_payment_timeline— find payments and inspect a payment’s full lifecycleget_customers,get_customer_by_id— find customers with their payment methods and subscriptionspayments_analytics_query— totals, breakdowns, and rates such as revenue, acceptance rate, and declinesrefund_payment— refund a settled paymentcancel_subscription— cancel a subscription immediately or at the end of the billing cyclelist_my_organizations,current_organization,set_active_organization— choose which organization the session uses
https://mcp.paynext.com/mcp
Connect to AI tools
Each example adds both servers. Drop the PayNext server if you only need documentation search.- Cursor
- VS Code
- Claude
- Claude Code
- Press
Cmd + Shift + P(Mac) orCtrl + Shift + P(Windows) to open the command palette - Search for Open MCP settings
- Select Add custom MCP to open
mcp.json - Add the PayNext servers:
- In Cursor’s chat, ask “What tools do you have available?” to verify the connection
Quick connect
You can also connect the documentation server from any documentation page:- Click the contextual menu (three dots) at the top of any page
- Select Connect to Cursor or Connect to VS Code for one-click installation
- Or select Copy MCP server URL to get the URL for other tools