Odel
Nexi XPay

Nexi XPay

Local
@stucchiPythonMITUpdated 6mo ago

MCP server for Nexi XPay Back Office APIs: orders, transactions, warnings.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPInexi-xpay-mcp-serverv1.2.1

Run

uvx nexi-xpay-mcp-server

MCP client config

{
  "mcpServers": {
    "nexi-xpay": {
      "command": "uvx",
      "args": [
        "nexi-xpay-mcp-server"
      ]
    }
  }
}