# Remarkety — MCP server on mcp.ai > Connect your Remarkety account and use 5 tools for marketing automation straight from your AI agent. Connect with your own API key. Remarkety is an AI-powered marketing automation platform designed for eCommerce, enabling personalized email, SMS, and social campaigns based on customer behavior. By: mcp.ai · official Page: https://mcp.ai/remarkety ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_remarkety?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/remarkety/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/remarkety/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/remarkety/skill.md Postman collection (v2.1): https://mcp.ai/remarkety/postman.json ## Tools - remarkety_get_campaigns(skip?: integer, limit?: integer) — Tool to retrieve a list of marketing campaigns. Use when you need to page through campaigns with optional limit and skip. - remarkety_get_customers(limit?: integer, offset?: integer, updatedAtMax?: string, updatedAtMin?: string) — Tool to retrieve customers. Use when you need to fetch a paginated list of customers from a Remarkety store. - remarkety_get_products(limit?: integer, offset?: integer, productId?: string, createdAtMax?: string, createdAtMin?: string, updatedAtMax?: string, updatedAtMin?: string) — Tool to retrieve products. Use when you need to fetch a paginated list of products from a Remarkety store. - remarkety_track_cart(url?: string, email: string, items: object[], phone?: string, cartId: string, fields?: object, lastName?: string, subtotal?: number, firstName?: string) — Tool to track cart events in Remarkety. Use after a customer updates their cart to sync cart data for remarketing. - remarkety_upload_contacts_batch(contacts: object[]) — Tool to upload or update multiple contacts in batch. Use when you need to import or synchronize many contacts at once. ## Example prompts - "What can I do in Remarkety?" - "Show me a summary of my Remarkety account" ## Links Docs: https://mcp.ai/docs/mcps/remarkety Website: https://mcp.ai/mcps/remarkety