API key or OAuth

Send email from VS Code

GitHub Copilot with a mailer attached, and the key never committed.

Remote server, nothing to install · config in .vscode/mcp.json

Setup

Add the server, prompting for the key
{
  "inputs": [
    { "id": "sending-key", "type": "promptString", "description": "Sending API key", "password": true }
  ],
  "servers": {
    "sending": {
      "type": "http",
      "url": "https://sending.dev/api/mcp",
      "headers": { "Authorization": "Bearer ${input:sending-key}" }
    }
  }
}

Create the API key under Settings › API Keys. The plaintext token is shown once, at creation.

The thing that catches people

VS Code · gotcha

The key is `servers`, not `mcpServers`. With `inputs` you type the key on first launch instead of committing it to the repo.

Check it works

Ask the agent to call get_usage. It is read-only, it sends nothing, and it answers with your plan, this month's quota and the capacity limits. If you get JSON back, the install is fine.

What it can do once connected

71 tools: send transactional email and campaigns, manage contacts and lists, build and activate automations, run an inbox that receives and replies, and read back why a message never went out. All of it inside verified domains, suppression, idempotency, spend caps and an audit log, enforced on our servers rather than in the prompt.

All 71 tools · MCP docs

Other clients

Start with Sending

Give your agent something worth sending.

3,000 messages a month, free. No card. The MCP endpoint is on every plan, including this one.