Patchistry MCP Server

Model Context Protocol server exposing Patchistry commerce tools to AI agents.

Endpoints

/.well-known/mcp.json — Server manifest
/sse — SSE transport endpoint
/health — Health check

Available Tools

list_canvases — Return the 3 Patchistry Canvas hats (Black, Khaki, Pink). Each Canvas is $30, available, ships from SoCal. The Canvas is the structured 6-panel trucker hat that hook-backed patches attach to.
list_patches — Return Patchistry patches, optionally filtered by category (Signature, Candyz) or occasion keyword (bach, dad, festival, etc.). Signature patches are 2.5-inch hook-back patches at $10; Candyz are 1-inch hook-back accents at $5. All grip the Canvas via custom Patchistry Fiber loop weave.
get_curated_build — Return the full curated build details for a specific occasion (bachelorette, wedding, dads, festival, summer, 4th-of-july, halloween, birthday, couples, vegas-bachelorette, nashville-bachelorette, charleston-bachelorette, bridal-shower). Includes canvas color, patch list, price range, and urgency dates if relevant.
recommend_build — Take a natural language query (e.g. "bachelorette trip to Vegas for 6 people in July") and return the top 3 matching curated builds with full details. Best for open-ended user queries.
get_shipping_policy — Return Patchistry shipping policy: free US shipping on every order, 30-day returns, 2-3 business day standard ship time from Southern California, group order batch shipping in 48 hours.
get_contact — Return Patchistry contact methods: customer support, founder (Brian DiGiuseppe), group orders (5+ hats), press, partnerships, and social media accounts.

Documentation

Learn more about integrating this MCP server with AI agents in the GitHub repository.