
Wraps Docs
Search the Wraps docs and estimate AWS SES costs.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- 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.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Search the Wraps docs and estimate AWS SES costs. Public, read-only, no authentication.
Список инструментов сервера (4)
Технические названия из tools/list. Нужны только разработчикам.
| 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. |