Skip to main content
Glama

Mews MCP

by code-rabi

addPayment

Add a payment to a customer's bill in the Mews MCP server by specifying the customer ID, payment amount, and method. Integrates with the Mews hospitality platform for financial transactions.

Instructions

Adds a new payment to a customer's bill

Input Schema

NameRequiredDescriptionDefault
AmountYesPayment amount object
BillIdNoSpecific bill ID to apply payment to
ConsumedUtcNoPayment consumption date/time (ISO 8601)
CustomerIdYesCustomer ID for the payment
NotesNoPayment notes
PaymentMethodIdYesPayment method identifier

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "Amount": { "description": "Payment amount object", "properties": { "Currency": { "description": "Payment currency code", "type": "string" }, "Value": { "description": "Payment amount value", "type": "number" } }, "required": [ "Currency", "Value" ], "type": "object" }, "BillId": { "description": "Specific bill ID to apply payment to", "type": "string" }, "ConsumedUtc": { "description": "Payment consumption date/time (ISO 8601)", "type": "string" }, "CustomerId": { "description": "Customer ID for the payment", "type": "string" }, "Notes": { "description": "Payment notes", "type": "string" }, "PaymentMethodId": { "description": "Payment method identifier", "type": "string" } }, "required": [ "CustomerId", "Amount", "PaymentMethodId" ], "type": "object" }

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/code-rabi/mews-mcp'

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