Skip to main content
Glama
fortuneflick

agentisend

by fortuneflick

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-server

Most 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

AGENTISEND_API_KEY

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.

AGENTISEND_MCP_URL

no

The hosted endpoint this launcher proxies to. Defaults to https://api.agentisend.com/mcp.

--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.

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.

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

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents to send transactional emails programmatically through the Lemon Email API. Provides simple email sending capabilities with customizable sender information, recipients, and content.
    2
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables sending emails and managing email delivery through Resend's API, allowing users to compose and send emails using natural language.
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI agents to send emails, manage campaigns, subscribers, templates, and domains via the SendCraft email API.
    26
    5 npm
    MIT