Back to Browse

Mailsnail MCP Server

Developer ToolsLow Risk9.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

Send USPS letters, postcards & certified mail from any agent. No signup; pay-per-piece via Stripe.

About

Send USPS letters, postcards & certified mail from any agent. No signup; pay-per-piece via Stripe.

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (2 strong, 4 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

10 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

file_system

Check that this permission is expected for this type of plugin.

database

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Where to mail from: 'managed' (default, no signup, pay-per-piece via Stripe), 'click2mail' (BYO account), or 'lob' (BYO key).Optional

Environment variable: MAIL_PROVIDER

Hosted Mailsnail backend. Required when MAIL_PROVIDER=managed.Optional

Environment variable: MAIL_API_BASE_URL

Click2Mail account username. Required when MAIL_PROVIDER=click2mail.Optional

Environment variable: CLICK2MAIL_USERNAME

Click2Mail account password. Required when MAIL_PROVIDER=click2mail.Required

Environment variable: CLICK2MAIL_PASSWORD

Lob API key. Required when MAIL_PROVIDER=lob. test_* is free; live_* actually mails.Required

Environment variable: LOB_API_KEY

Set to '1' to actually mail in BYOK modes. Default '0' is dry-run.Optional

Environment variable: MAIL_MCP_ALLOW_LIVE

Per-session estimated spend cap. Server refuses sends past this.Optional

Environment variable: MAIL_MCP_SPEND_CAP_USD

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-iancollins27-mailsnail": {
      "env": {
        "LOB_API_KEY": "your-lob-api-key-here",
        "MAIL_PROVIDER": "your-mail-provider-here",
        "MAIL_API_BASE_URL": "your-mail-api-base-url-here",
        "CLICK2MAIL_PASSWORD": "your-click2mail-password-here",
        "CLICK2MAIL_USERNAME": "your-click2mail-username-here",
        "MAIL_MCP_ALLOW_LIVE": "your-mail-mcp-allow-live-here",
        "MAIL_MCP_SPEND_CAP_USD": "your-mail-mcp-spend-cap-usd-here"
      },
      "args": [
        "-y",
        "mailsnail"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!