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
list_email_campaigns — List all email campaigns with status, subject, sent count and open rate.get_email_campaign_stats — Get detailed stats for a campaign: open rate, click rate, bounces, unsubscribes, top clicked links.create_email_campaign — Create a new DRAFT email campaign ready for review. Always create as draft first, then send_test_email, then send_email_campaign.import_contacts — Import contacts into the email platform and tag them. Use this after parsing an uploaded Excel/CSV.send_test_email — Send a test version of a campaign to one email address for preview before sending to everyone.send_email_campaign — Send a DRAFT campaign to its full audience. Irreversible — always run send_test_email first and confirm with the user.list_email_contacts — Search or list contacts in the email platform. Filter by tag, email, name or company.search_supplier — Find localization SUPPLIERS / talent (translators, subtitlers, voice & dubbing artists, studios) in the CRM roster.get_supplier — Get full details of one supplier by ID - all language capabilities, rate, portfolio links, NDA status, and project assignments.search_qc_checklist — Read the QC CHECKLIST - the living quality-control rubric QC reviewers follow before delivering localization (subtitling, dubbing, lip-sync).add_qc_checklist_item — Add a new check to the QC CHECKLIST so a past mistake is not repeated. Use when a customer flags an issue: capture the check QC should perform, its category and severity, and optionally what triggered it. Same as adding it in the CRM QC Checklist page.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.update_lead — Update a lead — change status/stage, reassign owner, or set notes. Get the lead id from search_leads/get_lead.log_activity — Log a call, note or meeting on a lead — appears on the lead timeline. Use after a conversation.create_task — Create a follow-up task on a lead (e.g. "Send quote Friday").book_meeting — Book / log a meeting with a lead — shows on the lead timeline. Give an ISO date-time.generate_quote — Generate a localization quote for a title/lead. Captures the real cost factors and applies the rate card. If a rate is not yet set it shows TBD.