mcpbeat Sign in

Wraps MCP Server

answering

Wraps is answering right now. Last checked 4 min ago. It exposes 4 tools. Last commit 17 Sep 2026.

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

Uptime history 9 days of history
9 days agonow
100.0%
Uptime 24h
92 of 92 checks
4
Tools
read from the server
311 ms
Response time
average over 24h
59
Stars
last commit 17 Sep 2026

What the code does

We read the source, 17 h ago · tools taken from the live server · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Claims read-only, but the code runs commands packages/cli/src/commands/update.ts:159, infra/api.ts:121
        const actual = execFileSync(shaCmd, [...shaArgs, tarballPath])
                  ~/.aws/credentials
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a database query by concatenation packages/cli/src/commands/email/domains.ts:1582
            `\n${pc.dim(`Distribution ${trackingDistributionId} is disabled; delete it from the CloudFront console once it shows Deployed (10-15 min). Certificate ${domainInfo?.entry?.trackingHttps?.certificateArn} can then be deleted in ACM (us-east-1).`)}`
        const actual = execFileSync(shaCmd, [...shaArgs, tarballPath])
                  ~/.aws/credentials
  url: 'https://hooks.slack.com/...',

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Wraps and you get told the day something new turns up.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 4 min ago.

run in your terminal
claude mcp add docs --transport http https://wraps.dev/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "docs": {
      "url": "https://wraps.dev/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.docs]
url = "https://wraps.dev/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "docs": {
      "url": "https://wraps.dev/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "docs": {
      "url": "https://wraps.dev/mcp"
    }
  }
}

Available tools 4

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

docs
list_docs
Return the Wraps llms.txt index: every documentation page, product page, guide, and SDK reference with a one-line description.
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.
doc
get_doc
Return the full markdown source of one Wraps page. Call list_docs first to see which paths have markdown.
estimate
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.

Endpoints

URLTransportStateLatencyChecked
https://wraps.dev/mcp streamable-http answering 289 ms 4 min ago

Alternatives to Wraps

same job, measured the same way
Tomorrow Central: Cloud Cost Sentinel
by tomorrowcentral

AWS pricing and cost estimates with no signup, plus read-only idle-resource scans of your account.

20 tools answering
Dockerhub
by pipeworx-io

Docker Hub MCP — wraps the Docker Hub v2 API (free, no auth required for public data)

35 tools answering
Wikivibe MCP
by alexmi64

Search and read public Wikivibe articles about AI coding, agents, MCP, GEO, bots and deployment.

9 tools answering
Kubernetes Troubleshoot
by nanagyamfiprempeh30

Read-only Kubernetes diagnostics: pods, logs, events, workloads, services, PVCs and nodes.

local only
ByJG Open Source Docs
by byjg

Search the ByJG open source documentation: PHP, DevOps, Helm, JavaScript and AI projects.

3 tools answering
Karandeepsingh Blog
by karandaid

Search and read Karandeep Singh's DevOps and AWS blog: articles and cheatsheets.

11 tools answering
Specshield MCP Server
by specshield-io

The API-change deploy gate for AI coding agents. Read-only breaking-change detection.

local only
ZopDev MCP
by zop

Cloud cost, inventory and governance on AWS/Azure/GCP. Read-only by default, optional scoped writes

answering

Wraps — questions

Answers built from our own checks of this server.

What can Wraps do?
It exposes 4 tools, read directly from the server on our last check. Among them: estimate_cost, get_doc, list_docs, search_docs. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Wraps working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 311 ms. The bar chart above shows every period we have measured.
How do I connect Wraps?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Wraps need an API key?
No. Wraps completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 4 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Wraps?
It answers our handshake in 311 ms on average, which is faster than 48% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Wraps open source?
We cannot say either way: written in TypeScript and 59 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.