shahabazdev/inxmail-mcp

💬 Communication
0 Views
0 Installs

📇 ☁️ - Manage Inxmail Commerce transactional emails — events, sendings, bounces, blocklist, blacklist, reactions, and delivery tracking.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "shahabazdev-inxmail-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "shahabazdev-inxmail-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

inxmail-mcp

CI npm version npm downloads License: MIT MCP Node.js Glama Awesome MCP Servers

MCP server for the Inxmail Commerce Transactional API. Manage events, sendings, bounces, blocklist, blacklist, reactions, and delivery tracking — directly from Claude.

Quick Start

1. Install

npm install -g inxmail-mcp
# or use npx (no install needed)

2. Get API Credentials

In your Inxmail Commerce admin panel, create an API key under API Login Data. You'll get:

  • API Key ID (username)
  • API Secret (password)

Your instance name is the subdomain from your Inxmail Commerce API URL:

  • https://your-instance.api.inxmail-commerce.com/ -> instance = your-instance

3. Configure for Claude Code

claude mcp add inxmail-mcp -e INXMAIL_INSTANCE=your-instance -e INXMAIL_API_KEY_ID=your-key-id -e INXMAIL_API_SECRET=your-secret -- npx -y inxmail-mcp

Or from source:

claude mcp add inxmail-mcp -e INXMAIL_INSTANCE=your-instance -e INXMAIL_API_KEY_ID=your-key-id -e INXMAIL_API_SECRET=your-secret -- node /path/to/inxmail-mcp/build/index.js

4. Configure for Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "inxmail": {
      "command": "npx",
      "args": ["-y", "inxmail-mcp"],
      "env": {
        "INXMAIL_INSTANCE": "your-instance",
        "INXMAIL_API_KEY_ID": "your-key-id",
        "INXMAIL_API_SECRET": "your-secret"
      }
    }
  }
}

Available Tools

Core Use Cases

ToolDescription
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

Events

ToolDescription
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
get_event_typeGet a single event type by ID

Sendings

ToolDescription
list_sendingsList sent transaction emails with filters
get_sendingGet details of a specific sending by ID

Reactions & Tracking

ToolDescription
list_reactionsList recipient reactions (opens and clicks)
list_deliveriesList delivery status information

Bounces & Complaints

ToolDescription
list_bouncesList bounced transaction emails
list_complaintsList feedback loop complaints

Blocklist (Hard Bounces)

ToolDescription
list_blocklistList hard-bounce blocked email addresses
get_blocklist_entryCheck if a specific email is on the blocklist
remove_from_blocklistRemove an email from the blocklist

Blacklist (Explicit Blocks)

ToolDescription
list_blacklistList explicitly blacklisted email addresses
get_blacklist_entryCheck if a specific email is on the blacklist
add_to_blacklistAdd an email address to the blacklist
remove_from_blacklistRemove an email from the blacklist

Mail Relay

ToolDescription
list_relay_sendingsList mail relay sendings
get_relay_sendingGet details of a specific mail relay sending
list_relay_reactionsList mail relay reactions (opens, clicks)
list_relay_bouncesList mail relay bounces
list_relay_complaintsList mail relay complaints

Raw Mail

ToolDescription
send_raw_mailSend a complete RFC 5322 email (Base64-encoded)

Error Logs

ToolDescription
list_error_logsList error log entries
get_error_logGet a single error log entry by ID
mark_error_log_readMark an error log entry as read

Example Prompts

"Is test@example.com blocked or blacklisted?"

"Check the delivery status for user@example.com"

"List all bounces from last week"

"Trigger a welcome email event for new-user@example.com"

"Show me all event types configured in the system"

"List recent complaints from the last 30 days"

Development

git clone https://github.com/shahabazdev/inxmail-mcp.git
cd inxmail-mcp
npm install
npm run build

Testing

npm test          # run all tests
npx vitest        # run in watch mode

Runs unit tests with Vitest covering:

  • API client (auth, request methods, query params, pagination, error handling)
  • Tool registration (all 29 tools registered, no duplicates)

Environment Variables

VariableRequiredDescription
INXMAIL_INSTANCEYesInstance subdomain (e.g. your-instance)
INXMAIL_API_KEY_IDYesAPI Key ID
INXMAIL_API_SECRETYesAPI Secret

License

MIT

Related MCP Servers

AbdelStark/nostr-mcp

☁️ - A Nostr MCP server that allows to interact with Nostr, enabling posting notes, and more.

💬 Communication0 views
adhikasp/mcp-twikit

🐍 ☁️ - Interact with Twitter search and timeline

💬 Communication0 views
aeoess/mingle-mcp

📇 ☁️ - Agent-to-agent networking. Your AI publishes what you need, matches with other people's agents, both humans approve before connecting. 6 tools, Ed25519 signed, shared network at api.aeoess.com.

💬 Communication0 views
agenticmail/agenticmail

📇 🏠 🍎 🪟 🐧 - Real email and SMS for AI agents. Run a local mail server with disposable inboxes, send/receive real email, fetch verification codes, and drive a real inbox — all from your machine, no third-party email API. Install with npx @agenticmail/mcp.

💬 Communication0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it →
★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.