Skip to main content
Glama

Mews MCP

by code-rabi

addCompany

Add a new company to the Mews hospitality platform with essential details such as name, tax ID, contact info, and invoicing email. Streamlines company management for efficient operations.

Instructions

Adds a new company

Input Schema

NameRequiredDescriptionDefault
ContactPersonIdNoContact person customer ID
EmailNoCompany email address
InvoicingEmailNoBilling email address
NameYesCompany name
PhoneNoCompany phone number
TaxIdentifierNoTax identification number
WebsiteUrlNoCompany website URL

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "ContactPersonId": { "description": "Contact person customer ID", "type": "string" }, "Email": { "description": "Company email address", "type": "string" }, "InvoicingEmail": { "description": "Billing email address", "type": "string" }, "Name": { "description": "Company name", "type": "string" }, "Phone": { "description": "Company phone number", "type": "string" }, "TaxIdentifier": { "description": "Tax identification number", "type": "string" }, "WebsiteUrl": { "description": "Company website URL", "type": "string" } }, "required": [ "Name" ], "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