mcpbeat Sign in

AgentiSend MCP Server

answering

AgentiSend is answering right now. Last checked 6 min ago. 440 installs a week from npm. Last commit 20 Sep 2026.

Transactional email API for AI agents: verified domains, a per-sender budget, and a kill switch.

Installs per day peak 193 · avg 14
a month agotoday
Uptime history 56 hours of history · worst hour 25%
56 hours agonow
96.7%
Uptime 24h
88 of 91 checks
Tools
hidden behind auth
1027 ms
Response time
average over 24h
440
Installs / week
npm and PyPI

AgentiSend does not always answer

Over the last week it answered 95.2% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 6 min ago.

run in your terminal
claude mcp add agentisend --transport http https://api.agentisend.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentisend": {
      "url": "https://api.agentisend.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentisend]
url = "https://api.agentisend.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "agentisend": {
      "url": "https://api.agentisend.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentisend": {
      "url": "https://api.agentisend.com/mcp"
    }
  }
}

This one needs environment variables set before it will start: AGENTISEND_API_KEY (Your AgentiSend API key. Read from the environment only, never passed as an argument, because process arguments are visible to every other process on the machine.), AGENTISEND_MCP_URL (The hosted endpoint this launcher proxies to. Defaults to https://api.agentisend.com/mcp.). The author declared them in the registry entry; get the values from the project itself.

This endpoint answered with an authorization challenge. The server is running, and it signs you in through your browser: there is no API key to paste.

Endpoints

URLTransportStateLatencyChecked
https://api.agentisend.com/mcp streamable-http sign-in 769 ms 6 min ago

Alternatives to AgentiSend

same job, measured the same way
Resent
by resentmail

Transactional email for AI agents: templates, domain verify, and sends.

answering
Mail Send
by mailkite

Send transactional email over a verified domain — templates, attachments, custom headers.

answering
Resend MCP Server
by friendlygeorge

MCP server for Resend — transactional email API for AI assistants...

34 installs/wk local only
Truncus MCP Server
by codevanmoose

Send transactional emails from AI agents via Truncus. Validate, track delivery, and manage domains.

27 installs/wk local only
Truncus
by truncus

Send transactional emails from AI agents via Truncus. Validate, track delivery, and manage domains.

local only
Mifactory Email
by mifactory-bot

Send transactional emails for AI agents via SMTP. Templates included.

3 tools answering
Envloped
by envloped

Send transactional email, verify domains, build contact segments, and draft marketing campaigns.

answering
MX Probe
by mxprobe

Email verification for AI agents: send, hold or kill with the reason. Signup and credits by API.

110 installs/wk local only

AgentiSend — questions

Answers built from our own checks of this server.

Why is there no tool list for AgentiSend?
The server answered our handshake with an authorization challenge, so it is running — but it will not describe its tools to an anonymous client. To see them you need to connect with your own credentials. We record it as alive, not as broken: 96.7% of checks in the last 24 hours got a reply.
Is AgentiSend working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 88 of 91 checks got a reply (96.7%), average response time 1027 ms. The bar chart above shows every period we have measured.
How do I connect AgentiSend?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address. You sign in through your browser once and the client keeps the session: no key to copy, and it refuses anonymous clients.
How do you sign in to AgentiSend?
No API key is involved. AgentiSend answers our knock with an OAuth challenge, so you authorise it once in your browser and the client keeps the session. That is also why we see no tool list: it will not describe itself to an anonymous client, and that is the server working as intended, not a fault.
How fast is AgentiSend?
It answers our handshake in 1027 ms on average, which is faster than 10% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use AgentiSend?
The npm package @agentisend/mcp-server was installed 440 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AgentiSend open source?
Yes — it is published under the MIT licence and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.