
Wraps Docs
Search the Wraps docs and estimate AWS SES costs.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Search Docs: 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.
- Get Doc: Return the full markdown source of one Wraps page. Call list_docs first to see which paths have markdown.
- List Docs: Return the Wraps llms.txt index: every documentation page, product page, guide, and SDK reference with a one-line description.
What data it sees
Do you need an account
No: the server works without sign-in
Search the Wraps docs and estimate AWS SES costs. Public, read-only, no authentication.
Server tool list (4)
Raw names from tools/list. Only developers need these.
| search_docs | 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. |
| get_doc | Return the full markdown source of one Wraps page. Call list_docs first to see which paths have markdown. |
| list_docs | Return the Wraps llms.txt index: every documentation page, product page, guide, and SDK reference with a one-line description. |
| estimate_cost | 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. |