Skip to main content
Glama

Mews MCP

by code-rabi

addAddresses

Enhance account details by adding new addresses, including street, city, postal code, and country information, via the Mews MCP server for streamlined customer and company management.

Instructions

Add new addresses to accounts

Input Schema

NameRequiredDescriptionDefault
AddressesYes

Input Schema (JSON Schema)

{ "properties": { "Addresses": { "items": { "properties": { "AccountId": { "description": "Account ID to add address to", "type": "string" }, "City": { "description": "City", "type": "string" }, "CountryCode": { "description": "ISO country code", "type": "string" }, "CountrySubdivisionCode": { "description": "State/province code", "type": "string" }, "Line1": { "description": "First line of address", "type": "string" }, "Line2": { "description": "Second line of address", "type": "string" }, "PostalCode": { "description": "Postal/ZIP code", "type": "string" } }, "required": [ "AccountId" ], "type": "object" }, "type": "array" } }, "required": [ "Addresses" ], "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