{"schemaVersion":"2026-07-28","name":"wraps","title":"Wraps","version":"1.0.0","description":"Public Wraps documentation and pricing tools. Use search_docs to find how to do something with Wraps, get_doc to read a full page as markdown, and estimate_cost instead of doing Wraps + AWS SES cost arithmetic by hand. No authentication is required and no tool here can change anything. To operate a deployed email stack (send history, delivery events, domain status, suppressions, guarded sending), install the stdio server `npx -y @wraps.dev/mcp`, which uses the caller's own AWS credentials.","websiteUrl":"https://wraps.dev/mcp","documentationUrl":"https://wraps.dev/docs/mcp-reference","servers":[{"name":"wraps-docs","title":"Wraps docs & pricing (remote)","transport":"streamable-http","url":"https://wraps.dev/mcp","authentication":"none","protocolVersions":["2026-07-28","2025-11-25","2025-06-18","2025-03-26","2024-11-05"],"tools":[{"name":"search_docs","description":"Search the full Wraps documentation (CLI, TypeScript SDKs, infrastructure, guides) and return the matching sections as markdown. Use this first for any 'how do I ... with Wraps' question."},{"name":"get_doc","description":"Return the full markdown source of one Wraps page. Call list_docs first to see which paths have markdown."},{"name":"list_docs","description":"Return the Wraps llms.txt index: every documentation page, product page, guide, and SDK reference with a one-line description."},{"name":"estimate_cost","description":"Estimate the real monthly cost of running email on Wraps + AWS: the flat Wraps platform fee for the plan, and the itemized AWS bill (SES, EventBridge, SQS, Lambda, DynamoDB, dedicated IP, WAF). The Wraps fee never varies with volume; the AWS-side event-pipeline line items (EventBridge, SQS, Lambda, DynamoDB) are derived from emails sent and event types per email. The events parameter is accepted for backward compatibility and does not currently affect the estimate. Use this instead of doing the arithmetic — six variables interact, including which SES pricing plan the AWS account is on."}]},{"name":"wraps","title":"Wraps email operations (local)","transport":"stdio","package":"@wraps.dev/mcp","registry":"https://www.npmjs.com/package/@wraps.dev/mcp","command":"npx","args":["-y","@wraps.dev/mcp"],"env":{"AWS_REGION":"us-east-1"},"authentication":"AWS credentials resolved from the caller's own environment. No Wraps API key.","tools":[{"name":"list_recent_sends","description":"Recent sends from your own email history table"},{"name":"get_email_event_log","description":"Delivery, bounce, complaint, open, and click events for a message"},{"name":"verify_domain_status","description":"DKIM, SPF, and DMARC status for a sending domain"},{"name":"list_suppressions","description":"Account-level SES suppression list entries"},{"name":"send_email","description":"Send through your SES identity — disabled by default, allowlisted and capped when enabled"}]}],"config":{"mcpServers":{"wraps-docs":{"type":"http","url":"https://wraps.dev/mcp"},"wraps":{"command":"npx","args":["-y","@wraps.dev/mcp"],"env":{"AWS_REGION":"us-east-1"}}}}}