Back to Browse

Wraps Js MCP Server

Developer ToolsLow Risk9.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

Query SES send history, delivery events, domains and suppressions, and send from your AWS account.

About

Query SES send history, delivery events, domains and suppressions, and send from your AWS account.

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (1 strong, 0 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.

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

What You'll Need

Set these up before or after installing:

Region your Wraps stack is deployed in. Optional only if your active AWS profile supplies one — SES identities are per-region.Optional

Environment variable: AWS_REGION

AWS profile to use. Credentials are read locally and never leave the machine.Optional

Environment variable: AWS_PROFILE

Set to true to enable the send_email tool. Read-only by default.Optional

Environment variable: WRAPS_WRITE_ENABLED

Default from address for send_email. Must be a domain verified in your SES account.Optional

Environment variable: WRAPS_FROM_EMAIL

Comma-separated addresses the agent may send to. Restricts send_email when write mode is on.Optional

Environment variable: WRAPS_ALLOWED_RECIPIENTS

Comma-separated domains the agent may send to. Matching is exact; list subdomains explicitly.Optional

Environment variable: WRAPS_ALLOWED_RECIPIENT_DOMAINS

DynamoDB table holding email history. Defaults to wraps-email-history.Optional

Environment variable: WRAPS_HISTORY_TABLE_NAME

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "dev-wraps-email": {
      "env": {
        "AWS_REGION": "your-aws-region-here",
        "AWS_PROFILE": "your-aws-profile-here",
        "WRAPS_FROM_EMAIL": "your-wraps-from-email-here",
        "WRAPS_WRITE_ENABLED": "your-wraps-write-enabled-here",
        "WRAPS_ALLOWED_RECIPIENTS": "your-wraps-allowed-recipients-here",
        "WRAPS_HISTORY_TABLE_NAME": "your-wraps-history-table-name-here",
        "WRAPS_ALLOWED_RECIPIENT_DOMAINS": "your-wraps-allowed-recipient-domains-here"
      },
      "args": [
        "-y",
        "@wraps.dev/mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!