INDIVIDUAL MCP TOOL
search_docs
Search the full Wraps documentation (CLI, TypeScript SDKs, infrastructure, guides) and return the matching sections as markdown.
LIVE ENDPOINT
https://wraps.dev/mcp
Connect to this endpoint to inspect the live schema for search_docs and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.wraps]
url = "https://wraps.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"wraps": {
"type": "http",
"url": "https://wraps.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: wraps
Remote MCP URL: https://wraps.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"wraps": {
"url": "https://wraps.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"wraps": {
"type": "http",
"url": "https://wraps.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "wraps",
"transport": "streamable-http",
"url": "https://wraps.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_doc— Return the full markdown source of one Wraps page.list_docs— Return the Wraps llms.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).