Use Studio chat to drive this server — credentials stay in your workspace.
Mailtrap is a tool designed for safe email testing and development, allowing users to capture, analyze, and debug outgoing email messages before sending them to real recipients. It helps developers ensure emails are formatted correctly and contain the expected content.
Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.
Browse all toolsDomain knowledge for Mailtrap — workflow patterns, data models, and gotchas for your AI agent.
Email testing sandbox that captures outgoing emails in virtual inboxes instead of delivering them. Inspect captured messages, manage test inboxes, and monitor sending domain configuration.
Everything is scoped by account_id. Always enumerate accounts first to obtain one.
account_id, which is required for all other operations.account_id. Resolve inbox_id before querying messages.account_id and inbox_id. Each message has headers, body (HTML/text), attachments, and delivery metadata. Fetch rendered HTML or plain text bodies separately for content inspection.account_id is required everywhere: list accounts first — it's a prerequisite for every other call.inbox_id required for messages: list inboxes before fetching messages. Two-step discovery.page and per_page params.List captured test emails in a Mailtrap inbox — returns subject, from/to, sent date, and SMTP metadata. Use 'page' and 'per_page' for pagination. Requ...
Get a specific test email by ID — full details including subject, headers, HTML body, text body, attachments, and SMTP delivery metadata. Requires 'ac...
Get the rendered HTML body of a captured test email. Returns the raw HTML content for inspection. Requires 'account_id', 'inbox_id', and 'message_id'.
Get the plain text body of a captured test email. Returns the text content for inspection. Requires 'account_id', 'inbox_id', and 'message_id'.
Retrieve a list of all available accounts in your Mailtrap profile. Use this tool to manage and gain insights into different accounts under your owner...
Access detailed billing usage information for a specific account. This is useful for monitoring account consumption and managing expenses. Requires th...
List all test inboxes in a Mailtrap account — returns inbox name, SMTP credentials, email counts, and forward addresses. Requires 'account_id'.
Retrieve a list of projects associated with a specific account to organize and track email test environments effectively. Use with 'account_id' to gai...
List all available resources with assigned permissions for a specified account. Use this to audit which resources are accessible and what permissions ...
Fetch a list of approved sending domains for a specific Mailtrap account. Ideal for verifying which domains are configured for sending test emails. Re...
Mailtrap is a tool designed for safe email testing and development, allowing users to capture, analyze, and debug outgoing email messages before sending them to real recipients. It helps developers ensure emails are formatted correctly and contain the expected content. It provides 10 tools that AI agents can use through the Model Context Protocol (MCP).
Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/mailtrap. Authentication is handled automatically.
Mailtrap provides 10 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.
Mailtrap uses API Key. Mailtrap requires credentials. Connect via MCPBundles and authentication is handled automatically.
Connect Mailtrap to any MCP client in minutes
Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.
Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.
Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.
More developer tools integrations you might like
Ably is a real-time data streaming platform. Publish and subscribe to messages on channels, track pr...
This server provides AI-powered tools for creating entity-relationship diagrams, helping users visua...
Algolia is a hosted search engine as a service providing developers with tools to index and search t...
Alpic provides advanced AI-driven solutions for various applications, focusing on enhancing user exp...
Amazon Redshift is a fast, fully managed, petabyte-scale data warehouse service in the cloud. Run co...
Workflow: 'Help me ask a great Stack Overflow question'. Search for similar questions to avoid dupli...