docs

MCP serverSearch

Search the Wraps docs and estimate AWS SES costs. Public, read-only, no authentication.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use docs to search docs

From the project's README

As published by wraps-team/wraps in README.md.


Quick Start

Prerequisites: Node.js 22+, AWS credentials configured

# Deploy email infrastructure to your AWS account
npx @wraps.dev/cli email init
# Install the SDK
pnpm add @wraps.dev/email
import { WrapsEmail } from '@wraps.dev/email';

const email = new WrapsEmail();

const { messageId } = await email.send({
  from: 'hello@yourapp.com',
  to: 'user@example.com',
  subject: 'Welcome!',
  html: '<h1>Hello from Wraps!</h1>',
});

console.log('Sent:', messageId);

For AI Agents

Using Claude Code, Cursor, or another AI assistant? Point it at:

  • wraps.dev/llms-full.txt — the complete Wraps documentation in one file (quickstarts, SDK reference, CLI reference, guides)
  • wraps.dev/llms.txt — agent-oriented index: when to use Wraps, quick command reference, links to everything
  • Claude Code skills — installable from wraps.dev/.well-known/skills/
  • MCP server — hosted at https://wraps.dev/mcp, or run locally with npx -y @wraps.dev/mcp for tools that send email, check setup status, and read event logs (reference)

Why Wraps?

  • You own it — Infrastructure deploys to your AWS account. Data never leaves your cloud. If we disappeared tomorrow, your email keeps working.
  • 2-minute setup — One CLI command. No AWS console spelunking. No 1000-word sandbox approval essays.
  • AWS pricing — Pay AWS directly for sending. No middleman markup. Scale affordably.
  • Real DX — TypeScript SDK, visual templates, real-time analytics, interactive dashboard.

What Gets Deployed

One command creates all of this in your AWS account:

  • SES — Domain verification, DKIM, SPF, DMARC
  • EventBridge + SQS — Real-time event tracking (bounces, opens, clicks, deliveries)
  • DynamoDB — Email event history with configurable retention
  • Lambda — Event processing and webhook handling
  • IAM — Least-privilege roles with OIDC support (Vercel, AWS native)

All resources are namespaced under wraps- (most as wraps-email-*) and tagged ManagedBy: wraps-cli.

Also Available

ServiceCLISDK
SMS (AWS End User Messaging)wraps sms init@wraps.dev/sms
CDN (S3 + CloudFront)wraps cdn init
Email (Python)wraps-email
Platform API client@wraps.dev/client
MCP server@wraps.dev/mcp
CDK construct@wraps.dev/cdk
Pulumi component@wraps.dev/pulumi

Documentation

ResourceLink
Quickstartwraps.dev/docs/quickstart
CLI Referencewraps.dev/docs/cli-reference
SDK Referencewraps.dev/docs/sdk-reference
Python SDK Referencewraps.dev/docs/python-sdk-reference
MCP Referencewraps.dev/docs/mcp-reference
Guideswraps.dev/docs/guides
Infrastructurewraps.dev/docs/infrastructure
Complete docs for LLMswraps.dev/llms-full.txt

Community

License

AGPL-3.0 — see LICENSE for details. Enterprise features under commercial license. See wraps.dev for more information.

Tools it offers (4)

What this server listed when ahel dialed its public endpoint in Sep 2026, with no key and no account of yours. The names are the server’s own.

  • search_docs
  • get_doc
  • list_docs
  • estimate_cost

Signals

GitHub stars
58
Forks
8
Last commit
Sep 2026
Hacker News mentions
20
Advanced
Delivery
docs MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
dev-wraps-docs
Source
github.com/wraps-team/wraps
Hosted endpoint
https://wraps.dev/mcp