# Campaign Cleaner — MCP server on mcp.ai > Connect your Campaign Cleaner account and use 5 tools for email straight from your AI agent. Connect with your own API key. Campaign Cleaner is a tool designed to optimize email campaigns by ensuring compatibility across email clients, improving deliverability, and enhancing overall performance. By: mcp.ai · official Page: https://mcp.ai/campaign_cleaner ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_campaign_cleaner?ms=1787291400000 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/campaign_cleaner/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/campaign_cleaner/ 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/campaign_cleaner/skill.md Postman collection (v2.1): https://mcp.ai/campaign_cleaner/postman.json ## Tools - campaign_cleaner_delete_campaign(campaign: object) — Tool to delete a saved campaign by ID. Use when you need to remove a campaign after confirming its ID. - campaign_cleaner_get_campaign_list() — Tool to list all campaigns in the account. Use when you need to retrieve campaign listings for reporting or management. - campaign_cleaner_get_campaign_pdf_analysis(campaign: object) — Download a PDF analysis report for a processed campaign. The report includes deliverability analysis, spam score assessment, and optimization recommendations. Use this after a campaign has been submit - campaign_cleaner_get_campaign_status(campaign: object) — Tool to check the processing status of a submitted campaign. Use after submitting a campaign to monitor its progress. - campaign_cleaner_get_credits() — Tool to retrieve the number of available credits in your Campaign Cleaner account. Credits are consumed when calling the send_campaign API. ## Example prompts - "What can I do in Campaign Cleaner?" - "Show me a summary of my Campaign Cleaner account" ## Links Docs: https://mcp.ai/docs/mcps/campaign_cleaner Website: https://mcp.ai/mcps/campaign_cleaner