Skip to main content
Glama
themonagroup

monapay-mcp

Official
by themonagroup

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MONAPAY_BASE_URLNoBase URL of the MONA Pay API.https://api.monapay.vn
MONAPAY_PASSWORDYesMONA Pay password.
MONAPAY_USERNAMEYesMONA Pay login username.
MONAPAY_CLIENT_SECRETNoclient_secret (API key) generated in the dashboard or via the monapay_generate_key tool, used for write commands.

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": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
monapay_meA

Lấy thông tin tài khoản MONA Pay đang đăng nhập (id, tên, trạng thái). / Get current MONA Pay client profile.

monapay_list_bank_accountsA

Liệt kê tài khoản ngân hàng (ACB…) đã nối vào MONA Pay. / List linked bank accounts.

monapay_list_virtual_accountsA

Liệt kê tài khoản ảo thuộc một tài khoản ngân hàng. / List virtual accounts of a bank account.

monapay_create_qrA

Tạo mã VietQR động điền sẵn số tiền + nội dung cho một đơn hàng qua ACB. Khách quét là tiền vào tài khoản ảo, MONA Pay bắn webhook. / Create a dynamic VietQR for an order.

monapay_cancel_qrC

Huỷ một mã VietQR động đã tạo. / Cancel a dynamic QR.

monapay_list_transactionsA

Liệt kê giao dịch tiền vào theo tài khoản ảo, phân trang tối đa 100/trang; dùng để đối soát. / List incoming transactions.

monapay_list_webhooksB

Liệt kê webhook đã cấu hình. / List webhook configs.

monapay_create_webhookB

Đăng ký URL nhận webhook khi có tiền vào; khuyến nghị auth_type HMAC_SHA256 + secret_key. / Create a webhook config.

monapay_update_webhookC

Cập nhật webhook (URL, secret, bật/tắt). / Update a webhook config.

monapay_delete_webhookC

Xoá một webhook config. / Delete a webhook config.

monapay_test_webhookA

MONA Pay gửi một giao dịch giả (is_dummy) tới URL để kiểm tra endpoint + chữ ký. / Send a dummy webhook.

monapay_webhook_logsC

Lịch sử từng lần gửi (HTTP code, thời gian phản hồi, nhãn lỗi). / Webhook delivery logs.

monapay_webhook_statsA

Tỷ lệ thành công, P95, phân loại lỗi. / Webhook delivery stats.

monapay_retry_transactionB

Gửi lại webhook hoặc Telegram cho giao dịch đã có. / Re-send webhook/Telegram for a transaction.

monapay_generate_keyA

Sinh client_secret mới (hiện 1 lần) để dùng header X-Client-Secret. / Generate a client secret.

monapay_verify_signatureB

Tính và so chữ ký HMAC-SHA256 của một webhook MONA Pay từ raw body + timestamp + secret, không gọi mạng. / Verify a webhook signature locally.

monapay_generate_webhook_snippetA

Trả code mẫu endpoint nhận webhook MONA Pay + verify HMAC đúng chuẩn cho PHP / Node / Python, kèm payload mẫu. / Get a webhook receiver snippet.

Prompts

Interactive templates invoked by user choice

NameDescription
integrate-monapayHướng dẫn agent tích hợp nhận tiền chuyển khoản tự động bằng MONA Pay theo 6 bước

Resources

Contextual data attached and managed by the client

NameDescription
monapay-llmsMục lục tài liệu MONA Pay dạng máy đọc

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/themonagroup/monapay-mcp'

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