agentisend
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@agentisendSend a password reset email to user@example.com from no-reply@yourdomain.com."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AgentiSend — MCP server (stdio launcher)
AgentiSend is a transactional email API for AI agents and the products they run inside: verify a domain, create a key with a budget, send over REST or MCP, and read a log that says what happened to every message.
This package is the stdio launcher for clients that start a command and talk over pipes rather than speaking HTTP MCP. It is a proxy, not a second implementation: every tool, resource and prompt is forwarded to the hosted server at https://api.agentisend.com/mcp with your key, so what you get here is exactly what an HTTP client gets — the same catalogue, the same budgets, the same stops, and refusals with their fix field intact.
Install
npm install -g @agentisend/mcp-serverMost clients do not need that: npx -y @agentisend/mcp-server fetches it on first launch.
Related MCP server: AgentMail MCP Server
Add it to your MCP client
{
"mcpServers": {
"agentisend": {
"command": "npx",
"args": ["-y", "@agentisend/mcp-server"],
"env": { "AGENTISEND_API_KEY": "your-key" }
}
}
}Variable | Required | Meaning |
| yes | Your API key. Read from the environment only — never passed as an argument, because process arguments are visible to every other process on the machine. |
| no | The hosted endpoint this launcher proxies to. Defaults to |
--help prints the config above. --version prints the version. Both work without a key.
Send
Once connected, this is one turn:
Send a receipt to customer@example.com from receipts@yourdomain.com.
The agent calls send_email. preflight_email runs every gate a real send runs, sends nothing and costs nothing. Every 4xx returns code, message and fix. There is no tool for unsolicited mail.
Connecting over HTTP instead
Point any HTTP MCP client at https://api.agentisend.com/mcp. Auth is a bearer API key or OAuth 2.1 with dynamic client registration — no launcher, no install.
Links
Docs: https://agentisend.com/docs · MCP guide: https://agentisend.com/docs/guides/mcp
API contract: https://agentisend.com/openapi.json
MCP endpoint:
https://api.agentisend.com/mcpAGENTS.md — the short version, for an agent doing this without a person.
server.json is the Model Context Protocol registry manifest; its repository field points at the monorepo the registry entry was claimed from, and is left as the registry has it.
Problems: hello@agentisend.com. Licensed MIT.
This repository is generated from the AgentiSend monorepo; open an issue rather than a pull request.
This server cannot be deployed
Maintenance
Related MCP Connectors
AgentiSend is a transactional email API: send through verified domains with a message log, budgets, a preflight and refusals that name the fix; built so AI agents can send on your behalf. The hosted MCP server at https://api.agentisend.com/mcp exposes 82 tools (44 on tools/list; the rest via list_more_tools). A send is one message or a batch of up to 500 items with per-item results. preflight_email runs every gate a real send runs, sends nothing, and costs nothing. Every 4xx returns code, message, and fix. There is no tool for unsolicited mail. Auth is a bearer API key or OAuth 2.1 with dynamic client registration. Starter prompts: "Send this receipt to the customer." "Preflight this send and tell me what would stop it." "What can I spend today?"
Transactional email for AI agents: templates, domain verify, and sends.
Email for AI agents — send, receive as a webhook, manage domains, templates, routing.
Email infrastructure for AI agents: send, read replies as threads, campaigns, per-key limits.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to send transactional emails programmatically through the Lemon Email API. Provides simple email sending capabilities with customizable sender information, recipients, and content.2MIT
- FlicenseNot gradedqualityDmaintenanceEnables creating temporary email inboxes and sending emails through the AgentMail API, allowing AI agents to manage email communications programmatically.1-
- AlicenseNot gradedqualityDmaintenanceEnables sending emails and managing email delivery through Resend's API, allowing users to compose and send emails using natural language.1MIT

sendcraft-mcpofficial
AlicenseAqualityDmaintenanceEnables AI agents to send emails, manage campaigns, subscribers, templates, and domains via the SendCraft email API.265 npmMIT