Use crm.care from inside
Claude, Cursor, anywhere.
crm.care speaks the Model Context Protocol. Install once and your AI agent can answer questions about the product, search the blog, and (for paying customers) read your campaigns, brand voice, and budget without leaving the chat.
Public MCP — no auth
Free for anyone. Answers questions about crm.care — what it does, who it’s for, pricing, blog content, competitor comparisons. Useful for AI agents researching marketing tools on a user’s behalf, or anyone evaluating crm.care from inside Claude.
{
"mcpServers": {
"crm.care": {
"command": "npx",
"args": [
"mcp-remote@latest",
"https://crm.care/api/mcp"
]
}
}
}crm_care_overview — What crm.care does, who it's forcrm_care_pricing — Tiers, trial terms, what's includedcrm_care_icp — Who crm.care is — and is NOT — a fit forcrm_care_search_blog — Keyword search across the blogcrm_care_get_blog — Fetch a specific post by slugcrm_care_compare — vs Jasper / HubSpot / Marketo / Pardotcrm_care_faq — Common product questions, canonical answersAuthenticated MCP — your workspace
For paying customers. Generate a Personal Access Token, paste into your MCP client config — your AI agent gets read access to your campaigns, brand voice, calendar, and budget. Tokens are scoped to your workspace and revocable any time.
- 1Sign in to your crm.care workspace and visit /admin/api-keys
- 2Click Generate — copy the token AND the pre-formatted config snippet from the reveal dialog
- 3Paste into
~/Library/Application Support/Claude/claude_desktop_config.json, restart Claude Desktop
{
"mcpServers": {
"crm.care": {
"command": "npx",
"args": [
"mcp-remote@latest",
"https://crm.care/api/mcp/v1",
"--header",
"Authorization:Bearer <your-token>"
]
}
}
}list_campaigns — Recent campaigns in your workspaceget_campaign — Full detail by id — brief, plan, statusget_brand_voice — Your configured voice + value propsget_budget_usage — This month's spend, quotas, headroomsearch_campaigns — Keyword search across name + brieflist_recent_content — Recent social posts + emailsWrite tools (generate campaign, push to AE) land in a follow-up phase. Read access proves the auth + tool plumbing first.
What you can ask Claude / Cursor after installing
Try the public MCP in 30 seconds
Copy the config above, paste into Claude Desktop, restart. Ask Claude about crm.care. No sign-up needed.