Skip to main content
Model Context Protocol (MCP) is an open standard that lets AI coding assistants connect to external data sources and tools. The Nayax developer portal includes an MCP server. Connect your AI assistant to it, and it can read and search Nayax documentation in real time, giving you accurate answers about Nayax APIs, SDKs, and integration flows without leaving your editor.

Prerequisites

Before you begin, you’ll need an MCP-compatible AI tool to act as the client host. Common options include Claude desktop, Claude Code, Cursor, and VS Code with GitHub Copilot (Agent mode).

Connect to the Nayax MCP Server

See how you can connect to our MCP server through different tools:
1

Open Connectors settings

In Claude, go to SettingsConnectors and select Add custom connector.
2

Enter the server details

Set the name to nayax and the URL to https://devzone.nayax.com/mcp, then click Add.
3

Attach the server in chat

To attach the server to your conversation:
  1. Start a new conversation.
  2. Select the attachments icon (the plus icon next to the input).
  3. Choose the nayax connector.
4

Verify the connection

Ask a Nayax-related question such as:
What authentication method does the Lynx API use?
Claude should respond with information pulled directly from the Nayax developer portal.

What you can do with the MCP server

Once connected, your AI assistant can:
  • Search and retrieve content from any page in the Nayax developer portal
  • Answer questions about specific API endpoints, request parameters, and response fields
  • Explain integration flows, payment sessions, and SDK configuration options
  • Surface code examples from guides such as Marshall, Cortina, EMV Core, and the eCom SDK
For best results, be specific in your prompts. For example, ask “How do I handle a declined transaction in the Cortina prepaid card flow?” rather than a broad question like “Tell me about Cortina.”

Troubleshooting

These are some common errors you might encounter while setting up the Nayax MCP and how to solve them:
Confirm that:
  • The JSON in your configuration file is valid (no trailing commas, all braces closed).
  • You reloaded or restarted the editor after saving the file.
  • Your network can reach https://devzone.nayax.com.
The MCP server reflects the published state of the Nayax developer portal. If documentation was recently updated, try starting a new conversation so the assistant fetches a fresh context.
The Nayax MCP server does not require authentication. If you see an auth error, check whether a proxy or firewall is intercepting HTTPS requests to devzone.nayax.com.