MCP Servers / communication / Mailtrap

Mailtrap

JSON →
httpnoneofficial59communication

Integrates with Mailtrap Email API.

Install
How to run this server
[ { "cmd": "npx @smithery/cli", "imports": [] } ]
server path: mailtrap
Tools
What this server exposes
send_email
Send an email via Mailtrap's Email Testing or Email Sending API
get_email_content
Retrieve the content of a specific email from a Mailtrap inbox
list_inboxes
List all Mailtrap inboxes for the current account
list_messages
List messages in a specific Mailtrap inbox
get_message_analysis
Get HTML/CSS analysis for a specific email message
get_spam_score
Get spam score report for a specific email message
clean_inbox
Delete all messages in a specific Mailtrap inbox
forward_message
Forward a specific email message to another email address
Configuration
Environment & auth
authnone
envMAILTRAP_API_TOKEN
envMAILTRAP_ACCOUNT_ID
envMAILTRAP_TEST_INBOX_ID
envMAILTRAP_SANDBOX_ID
envMAILTRAP_ORGANIZATION_ID
envMAILTRAP_ORGANIZATION_API_TOKEN
Resources
Mailtrap — MCP Server · libregistry