eCommerce
angelsprint.com
MCP server for a print shop that lets users search printable products, retrieve options and exact quotes, create orders with approval links, and check payment status.
ENDPOINT 1
https://angelsprint.com/api/mcp
MCP server metadata
- Name
- angels-print
- Version
- 1.0.0
Angels Print — a real print shop in Sun Valley, Los Angeles. Flow: search_products → get_product → get_quote → create_order. Shipping: Pickup in Sun Valley is always free. Delivery in Los Angeles County is free from $100 and anywhere in the U.S. from $1,000 (order subtotal before discounts). Below that, shipping is a USPS-based rate calculated from the delivery ZIP and the package size and weight. Items that can't go by mail are delivered by the shop's van in LA County (free from $100, quoted below that) and quoted separately elsewhere. U.S. addresses only. Pass the delivery ZIP to get_quote / create_order for an exact amount; null shipping means not priced yet (needs_zip) or quoted by hand (quote_required) — never treat it as free. create_order charges nothing: it returns an approval link your human operator opens and pays. Never promise a price you did not get from get_quote.
Known tools 5
search_productsFind printable products by words ("business cards", "vinyl banner", "kraft mailer box").
Inferred read-onlyget_productEvery choice one product offers, with the price each choice adds or removes: option groups, the quantity ladder (printing is sold in runs — 50, 100, 250 …), turnaround speeds and size limits.
Inferred read-onlyget_quoteThe exact product price for a configuration — computed by the shop's own pricing engine, not an estimate.
Inferred read-onlyCONNECT 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.angels-print]
url = "https://angelsprint.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"angels-print": {
"type": "http",
"url": "https://angelsprint.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: angels-print
Remote MCP URL: https://angelsprint.com/api/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": {
"angels-print": {
"url": "https://angelsprint.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"angels-print": {
"type": "http",
"url": "https://angelsprint.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "angels-print",
"transport": "streamable-http",
"url": "https://angelsprint.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.