|
2 | 2 | "manifest_version": "0.2", |
3 | 3 | "name": "mailtrap-mcpb", |
4 | 4 | "display_name": "Mailtrap", |
5 | | - "version": "0.1.0", |
| 5 | + "version": "0.2.0", |
6 | 6 | "description": "Send emails and manage templates using Mailtrap", |
7 | 7 | "long_description": "**[Mailtrap.io](https://mailtrap.io)** is a comprehensive email platform that helps developers and teams test, debug, and deliver emails safely. It provides both email testing (sandbox) and email delivery services. \n This MCP (Model Context Protocol) server provides AI assistants with the ability to: \n - **Send emails** via Mailtrap's delivery API \n - **Test emails** using Mailtrap's sandbox environment \n - **Manage email templates** (create, update, delete, list).", |
8 | 8 | "author": { |
|
36 | 36 | "name": "send-email", |
37 | 37 | "description": "Send emails via Mailtrap's delivery API with support for HTML/text content and multiple recipients." |
38 | 38 | }, |
39 | | - { |
40 | | - "name": "send-sandbox-email", |
41 | | - "description": "Send test emails to Mailtrap's sandbox environment without delivering to real recipients." |
42 | | - }, |
43 | 39 | { |
44 | 40 | "name": "create-template", |
45 | 41 | "description": "Create a new email template in Mailtrap." |
46 | 42 | }, |
| 43 | + { |
| 44 | + "name": "list-templates", |
| 45 | + "description": "List all email templates in your Mailtrap account." |
| 46 | + }, |
47 | 47 | { |
48 | 48 | "name": "update-template", |
49 | 49 | "description": "Update an existing email template in Mailtrap." |
|
53 | 53 | "description": "Delete an email template from Mailtrap." |
54 | 54 | }, |
55 | 55 | { |
56 | | - "name": "list-templates", |
57 | | - "description": "List all email templates in your Mailtrap account." |
| 56 | + "name": "send-sandbox-email", |
| 57 | + "description": "Send test emails to Mailtrap's sandbox environment without delivering to real recipients." |
| 58 | + }, |
| 59 | + { |
| 60 | + "name": "get-sandbox-messages", |
| 61 | + "description": "Get list of messages from the sandbox test inbox." |
| 62 | + }, |
| 63 | + { |
| 64 | + "name": "show-sandbox-email-message", |
| 65 | + "description": "Show sandbox email message details and content, with optional spam report and HTML analysis." |
| 66 | + }, |
| 67 | + { |
| 68 | + "name": "list-sandbox-projects", |
| 69 | + "description": "List all sandbox projects and their inboxes in your Mailtrap account." |
| 70 | + }, |
| 71 | + { |
| 72 | + "name": "create-sandbox-project", |
| 73 | + "description": "Create a new sandbox project to group test inboxes." |
| 74 | + }, |
| 75 | + { |
| 76 | + "name": "delete-sandbox-project", |
| 77 | + "description": "Delete a sandbox project and all its inboxes." |
| 78 | + }, |
| 79 | + { |
| 80 | + "name": "create-sandbox-inbox", |
| 81 | + "description": "Create a new sandbox test inbox within a project." |
| 82 | + }, |
| 83 | + { |
| 84 | + "name": "get-sandbox-inbox", |
| 85 | + "description": "Get sandbox inbox details including SMTP credentials, email counts, and status." |
| 86 | + }, |
| 87 | + { |
| 88 | + "name": "update-sandbox-inbox", |
| 89 | + "description": "Update a sandbox inbox name or email username." |
| 90 | + }, |
| 91 | + { |
| 92 | + "name": "delete-sandbox-inbox", |
| 93 | + "description": "Delete a sandbox inbox and all its messages." |
| 94 | + }, |
| 95 | + { |
| 96 | + "name": "clean-sandbox-inbox", |
| 97 | + "description": "Delete all messages from a sandbox inbox without deleting the inbox itself." |
| 98 | + }, |
| 99 | + { |
| 100 | + "name": "get-sending-stats", |
| 101 | + "description": "Get email sending statistics (delivery, bounce, open, click, spam rates) for a date range with optional breakdowns." |
| 102 | + }, |
| 103 | + { |
| 104 | + "name": "list-email-logs", |
| 105 | + "description": "List sent email logs (delivery history) with optional pagination and filters." |
| 106 | + }, |
| 107 | + { |
| 108 | + "name": "get-email-log-message", |
| 109 | + "description": "Get a single email log message by ID to inspect delivery status and event history." |
| 110 | + }, |
| 111 | + { |
| 112 | + "name": "list-sending-domains", |
| 113 | + "description": "List sending domains and their DNS verification status." |
| 114 | + }, |
| 115 | + { |
| 116 | + "name": "get-sending-domain", |
| 117 | + "description": "Get a sending domain by ID and its verification status, with optional DNS setup instructions." |
| 118 | + }, |
| 119 | + { |
| 120 | + "name": "create-sending-domain", |
| 121 | + "description": "Create a new sending domain." |
| 122 | + }, |
| 123 | + { |
| 124 | + "name": "delete-sending-domain", |
| 125 | + "description": "Delete a sending domain." |
58 | 126 | } |
59 | 127 | ], |
60 | 128 | "prompts": [], |
|
0 commit comments