# Sendlane — MCP server on mcp.ai > Connect your Sendlane account and use 6 tools for marketing automation straight from your AI agent. Connect with your own API key. Sendlane is a cloud-based marketing automation platform that helps eCommerce businesses engage customers through personalized email and SMS campaigns. By: mcp.ai · official Page: https://mcp.ai/sendlane ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_sendlane?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/sendlane/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/sendlane/ 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/sendlane/skill.md Postman collection (v2.1): https://mcp.ai/sendlane/postman.json ## Tools - sendlane_get_campaigns(page?: integer, per_page?: integer) — Tool to retrieve a list of email campaigns. Use when you need to fetch all campaigns with optional pagination. - sendlane_get_custom_fields(page?: integer, per_page?: integer) — Retrieve a list of all custom fields in your Sendlane account. Custom fields allow you to store additional contact information beyond the standard fields. Use this tool to discover available custom fi - sendlane_get_lists(page?: integer, per_page?: integer) — Tool to retrieve all mailing lists. Use when you need to fetch or display all available contact lists with optional pagination. - sendlane_list_delete(list_id: integer) — Tool to delete a mailing list. Use when you need to remove an unwanted list after confirming its list_id. - sendlane_post_list(name: string) — Tool to create a new list. Use when you need to add a brand-new mailing list before sending campaigns. - sendlane_tag_create(name: string) — Tool to create a new tag. Use when you need to segment subscribers using labels. ## Example prompts - "What can I do in Sendlane?" - "Show me a summary of my Sendlane account" ## Links Docs: https://mcp.ai/docs/mcps/sendlane Website: https://mcp.ai/mcps/sendlane