Skip to main content
Glama

Mews MCP

by code-rabi

getAllAddresses

Retrieve all addresses linked to specified account IDs using the Mews MCP server’s API, facilitating efficient account management and address data access in hospitality operations.

Instructions

Get all addresses associated with specified accounts

Input Schema

NameRequiredDescriptionDefault
AccountIdsYesArray of account IDs to get addresses for

Input Schema (JSON Schema)

{ "properties": { "AccountIds": { "description": "Array of account IDs to get addresses for", "items": { "type": "string" }, "type": "array" } }, "required": [ "AccountIds" ], "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