Skip to main content
Glama
stucchi

nexi-xpay-mcp-server

by stucchi

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NEXI_TESTNoSet to 'true' to use the test environmentfalse
NEXI_ALIASYesMerchant alias (also used as API key)
NEXI_SECRET_KEYYesSecret key for MAC calculation

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_ordersA

Retrieve the list of orders from Nexi XPay Back Office. Supports filters by period, channel, status, and transaction code.

order_detailsB

Retrieve full details of a specific order from Nexi XPay Back Office by transaction code.

warningsA

Retrieve warnings/anomalies from Nexi XPay Back Office. Can filter by transaction code or date range.

payment_methodsC

Retrieve active payment methods for a merchant from Nexi XPay Back Office.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct resource or aspect: orders list, order details, payment methods, and warnings. There is no overlap in purpose, making it easy for an agent to select the correct tool.

Naming Consistency4/5

All tool names use snake_case, which is consistent. However, the pattern is not uniform: 'list_orders' follows verb_noun, while 'order_details', 'payment_methods', and 'warnings' are noun_noun or noun-only. This minor inconsistency prevents a perfect score.

Tool Count4/5

With 4 tools, the server is scoped to a focused set of read operations. While slightly low, it covers the essential queries for the Nexi XPay Back Office without unnecessary bloat, making it appropriate for its purpose.

Completeness4/5

The tools cover the main read operations: listing orders, getting details, viewing payment methods, and checking warnings. Missing operations like creating or updating orders are not expected if the server is read-only, so the surface is largely complete for its intended use.

Maintenance

ActivityInactive
ResponsivenessNo issues