Skip to main content
Glama

Monica CRM MCP Server

by Jacob-Stokes

monica_lookup_country

Retrieve the supported country catalog, including names, ISO codes, and Monica IDs, to map human-friendly country names to correct identifiers in Monica CRM.

Instructions

Retrieve the supported country catalog (name, ISO code, Monica ID). Use this before creating or updating addresses so you can map human-friendly names to the correct country identifier.

Input Schema

NameRequiredDescriptionDefault
idNo
isoNo
limitNo
pageNo
searchNo

Input Schema (JSON Schema)

{ "properties": { "id": { "maxLength": 5, "minLength": 2, "type": "string" }, "iso": { "pattern": "^[A-Za-z]{2,3}$", "type": "string" }, "limit": { "maximum": 250, "minimum": 1, "type": "integer" }, "page": { "minimum": 1, "type": "integer" }, "search": { "minLength": 2, "type": "string" } }, "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/Jacob-Stokes/monica-mcp'

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