# Sendloop — MCP server on mcp.ai > Connect your Sendloop account and use 5 tools for email newsletters straight from your AI agent. Connect with your own API key. Sendloop is an all-in-one email marketing solution for SaaS, e-commerce, application, and small business owners. By: mcp.ai · official Page: https://mcp.ai/sendloop ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_sendloop?ms=1787291460000 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/sendloop/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/sendloop/ 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/sendloop/skill.md Postman collection (v2.1): https://mcp.ai/sendloop/postman.json ## Tools - sendloop_get_account_info() — Tool to retrieve account information. Use when you need details about the current Sendloop account. - sendloop_get_overall_list_report(ListID: integer) — Tool to retrieve overall report for a subscriber list. Use after sending campaigns to get summary metrics. - sendloop_list_campaigns(page?: integer, status?: string, per_page?: integer) — Tool to list campaigns. Use when you need to filter by campaign status and handle pagination for campaign retrieval. - sendloop_list_lists() — Tool to retrieve subscriber lists. Use when you need to get all mailing lists. - sendloop_list_subscribers(list_id: string, segment_id?: string, start_index?: integer) — Tool to list subscribers in a specified SendLoop list with pagination. Use when you need to retrieve subscribers for a given list ID, optionally filtering by segment and using start index for paginati ## Example prompts - "What can I do in Sendloop?" - "Show me a summary of my Sendloop account" ## Links Docs: https://mcp.ai/docs/mcps/sendloop Website: https://mcp.ai/mcps/sendloop