MCP.so
Sign In

Inxmail Mcp

@shahabazdev

About Inxmail Mcp

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

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

shahabazdev

Submitted by

Shahabaz Khan

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "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"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Inxmail Mcp?

Inxmail Mcp is an MCP server for the Inxmail Commerce Transactional API. It lets you manage events, sendings, bounces, blocklist, blacklist, reactions, and delivery tracking directly from Claude.

How to use Inxmail Mcp?

Install globally with npm install -g inxmail-mcp or run via npx. Configure the environment variables INXMAIL_INSTANCE, INXMAIL_API_KEY_ID, and INXMAIL_API_SECRET. Add the server to your Claude Desktop claude_desktop_config.json or use claude mcp add for Claude Code. Then invoke any of the 29 available tools from natural language prompts.

Key features of Inxmail Mcp

  • Check delivery status for any email
  • Trigger transactional email events
  • Manage blocklist (hard bounces) and blacklist (explicit blocks)
  • List bounces, complaints, reactions, and deliveries
  • Send raw RFC 5322 emails (Base64-encoded)
  • Access mail relay and error log data

Use cases of Inxmail Mcp

  • Check if an email is blocked or blacklisted
  • Verify delivery status of a sent transactional email
  • Trigger a welcome email event for new users
  • List all bounces from the last week
  • Review error logs from the Inxmail Commerce API

FAQ from Inxmail Mcp

What environment variables are required?

INXMAIL_INSTANCE (your instance subdomain), INXMAIL_API_KEY_ID (your API key ID), and INXMAIL_API_SECRET (your API secret) are all required.

How do I install Inxmail Mcp?

Install globally via npm: npm install -g inxmail-mcp. You can also run it on the fly with npx -y inxmail-mcp.

How can I check if an email is blocked?

Use the check_email_blocked tool, which checks both the blocklist (hard bounces) and blacklist (explicit blocks).

What email-related tools are available?

Tools are organized into categories: Events, Sendings, Reactions & Tracking, Bounces & Complaints, Blocklist, Blacklist, Mail Relay, Raw Mail, and Error Logs – covering 29 tools in total.

Can I send a raw email?

Yes, the send_raw_mail tool allows you to send a complete RFC 5322 formatted email encoded in Base64.

Comments

More Other MCP servers