MCP server for managing Inxmail Commerce transactional email events, delivery tracking, suppression lists, and error logs.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent ā or use 1-click editor setup below.
We ran the install command below but it didn't respond within our test window ā this can mean a slow first-time install rather than a real problem.
npx -y inxmail-mcpNo response to initialize.
This is an experimental automated check and can have false negatives ā missing environment variables, a slow cold install, etc. It doesnāt necessarily mean somethingās wrong. Last checked 1mo ago.
š” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Inxmail MCP.
check_email_deliveryCheck delivery status for an email ā sendings, bounces, reactions, and block status
check_email_blockedCheck if an email is blocked (blocklist hard bounces + blacklist explicit blocks)
get_server_infoGet API entry point with links to all available resources
trigger_eventTrigger a transactional email event
get_event_stateGet the state/result of a triggered event by transaction ID
list_event_typesList all configured event types
MCP server for the Inxmail Commerce Transactional API. Manage events, sendings, bounces, blocklist, blacklist, reactions, and delivery tracking ā directly from Claude.
In your Inxmail Commerce admin panel, create an API key under API Login Data. You'll get:
Your instance name is the subdomain from your Inxmail Commerce API URL:
https://your-instance.api.inxmail-commerce.com/ -> instance = your-instanceOr from source:
Add to claude_desktop_config.json:
| Tool | Description |
|---|---|
check_email_delivery | Check delivery status for an email ā sendings, bounces, reactions, and block status |
check_email_blocked | Check if an email is blocked (blocklist hard bounces + blacklist explicit blocks) |
get_server_info | Get API entry point with links to all available resources |
| Tool | Description |
|---|---|
trigger_event | Trigger a transactional email event |
get_event_state | Get the state/result of a triggered event by transaction ID |
list_event_types | List all configured event types |
get_event_type | Get a single event type by ID |
| Tool | Description |
|---|---|
list_sendings | List sent transaction emails with filters |
get_sending | Get details of a specific sending by ID |
| Tool | Description |
|---|---|
list_reactions | List recipient reactions (opens and clicks) |
list_deliveries | List delivery status information |
| Tool | Description |
|---|---|
list_bounces | List bounced transaction emails |
list_complaints | List feedback loop complaints |
| Tool | Description |
|---|---|
list_blocklist | List hard-bounce blocked email addresses |
get_blocklist_entry | Check if a specific email is on the blocklist |
remove_from_blocklist | Remove an email from the blocklist |
| Tool | Description |
|---|---|
list_blacklist | List explicitly blacklisted email addresses |
get_blacklist_entry | Check if a specific email is on the blacklist |
add_to_blacklist | Add an email address to the blacklist |
remove_from_blacklist | Remove an email from the blacklist |
| Tool | Description |
|---|---|
list_relay_sendings | List mail relay sendings |
get_relay_sending | Get details of a specific mail relay sending |
list_relay_reactions | List mail relay reactions (opens, clicks) |
list_relay_bounces | List mail relay bounces |
list_relay_complaints | List mail relay complaints |
| Tool | Description |
|---|---|
send_raw_mail | Send a complete RFC 5322 email (Base64-encoded) |
| Tool | Description |
|---|---|
list_error_logs | List error log entries |
get_error_log | Get a single error log entry by ID |
mark_error_log_read | Mark an error log entry as read |
Runs unit tests with Vitest covering:
| Variable | Required | Description |
|---|---|---|
INXMAIL_INSTANCE | Yes | Instance subdomain (e.g. your-instance) |
INXMAIL_API_KEY_ID | Yes | API Key ID |
INXMAIL_API_SECRET | Yes | API Secret |
MIT
Factual signals from GitHub, npm, and our automated checks ā not a rating.
No reviews yet ā be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/shahabazdev-inxmail-mcp)<a href="https://allmcps.com/mcp/shahabazdev-inxmail-mcp"><img src="https://allmcps.com/api/badge/shahabazdev-inxmail-mcp?style=directory" alt="Inxmail MCP on AllMCPs" /></a>