Connect your Claude subscription to the Glocalize CRM.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"glocalize-crm": {
"url": "https://mcp.glocalize.ai/sse",
"headers": {
"X-API-Key": "YOUR_API_KEY"
}
}
}
}
Settings → Integrations → Add MCP Server:
URL: https://mcp.glocalize.ai/sse Key: YOUR_API_KEY
search_leads — Search leads in the Glocalize CRM. Returns name, title, company, email, country, source.get_lead — Get full details of a single lead by ID.get_campaigns — List all campaigns in the CRM.create_campaign — Create a new email campaign in the CRM.add_leads_to_campaign — Add a list of leads (by ID) to a campaign.run_campaign — Sync all campaign members to campaigns.glocalize.ai and create an audience segment.get_deals_pipeline — Get a summary of the active deals pipeline — count, value, stages.get_accounts — Search or list accounts (companies) in the CRM.