INDIVIDUAL MCP TOOL
search_products
Find printable products by words ("business cards", "vinyl banner", "kraft mailer box").
LIVE ENDPOINT
https://angelsprint.com/api/mcp
Connect to this endpoint to inspect the live schema for search_products 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.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.
Related tools
get_product— Every 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.get_quote— The exact product price for a configuration — computed by the shop's own pricing engine, not an estimate.create_order— Assemble a cart and get back an approval link.check_order— Has the operator paid yet?