Skip to main content
Glama
XENTAL-PayLibre

Xental MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
XENTAL_API_BASENoBase URL for the Xental API. Use https://api.staging.xental.online for sandbox.https://api.xental.online
XENTAL_CLIENT_IDYesYour Xental client ID from Settings -> Developers
XENTAL_CLIENT_SECRETYesYour Xental client secret from Settings -> Developers

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_agent_guideA

Read the Xental agent orientation (llms.txt): auth, core flow, and differentiators.

list_virtual_accountsB

List the merchant's dedicated virtual accounts (NUBANs) with balances and payment state.

get_virtual_accountA

Get one virtual account by its reference, including balance and reconciliation state.

create_virtual_accountA

Provision a dedicated virtual account (NUBAN) for a customer. On test-mode keys this creates a sandbox account. Money is integer kobo (₦1 = 100 kobo).

delete_virtual_accountA

Delete a virtual account that has no payment activity.

list_transactionsB

List reconciled inflows/outflows for the merchant.

transactions_summaryA

Aggregate transaction totals and reconciliation breakdown.

get_transactionB

Get one transaction by its reference.

list_banksA

List supported banks for payouts (name + bank code).

lookup_bank_accountC

Resolve an account name from an account number + bank code (name enquiry).

initiate_transferA

Send a payout to a bank account. MOVES REAL MONEY on live keys. Idempotent on merchantTxRef. Amount in kobo.

list_transfersB

List outbound transfers (payouts).

simulate_depositA

Sandbox only (test-mode keys): drive a real reconciliation with no bank movement — create an account, simulate a payment, watch it reconcile end-to-end. Amount in kobo.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/XENTAL-PayLibre/xental-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server