Inxmail Mcp
@shahabazdev
关于 Inxmail Mcp
MCP server for the Inxmail Commerce transactional API — events, sendings, bounces, blocklist, blacklist, reactions, and delivery tracking from Claude.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
ICSS
chokcoco不止于 CSS
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Codelf
unbugA search tool helps dev to solve the naming things problem.

EverArt
modelcontextprotocolModel Context Protocol Servers
评论