# Relyco

> Relyco is a premier B2B supplier of specialty paper, synthetic waterproof stock, custom print solutions, and secure payment media engineered for laser and inkjet printers.

## Core Product Catalog
* [REVLAR Synthetic Paper](https://www.relyco.com/collections/revlar-waterproof-paper): Tear-resistant, waterproof, and chemical-resistant paper engineered for laser and inkjet printing.
* [AP & Payroll Solutions](https://www.relyco.com/collections/ap-payroll-solutions): High-security MICR check stock, tax forms, and secure payment media for accounts payable and payroll operations.
* [Pressure Seal Forms](https://www.relyco.com/collections/pressure-seal): Self-sealing mailers, checks, and tax documents that eliminate the need for envelopes.
* [Durable & Synthetic Labels](https://www.relyco.com/collections/labels): Waterproof, weather-resistant, and all-weather stick labels for industrial and outdoor applications.
* [Carbonless Paper](https://www.relyco.com/collections/carbonless-paper): Multi-part NCR paper stock for business forms, invoices, and multi-copy receipts.

## Why Choose Relyco
* **Risk-Free Sample Testing:** Free physical sample kits let buyers test media on their specific printer hardware before committing to bulk purchases.
* **Custom Converting & Tailored Media:** In-house die-cutting, custom sheet sizes, pre-printing, and micro-perforations tailored to specific business workflows.
* **35+ Years of Print Expertise:** Specialized B2B media consultants ensuring complete printer compatibility for demanding industrial and corporate environments.
* **Sustainability & Social Impact:** Eco-friendly, recyclable synthetic substrate options and a commitment to donate 1% of online sales to charitable causes.
* **"Wildly Reliable" Guarantee:** Fast fulfillment, dedicated human support, and guaranteed product performance.

## Key B2B Resources
* [Request Product Samples](https://www.relyco.com/pages/sample-request): Request physical media test kits for business applications.
* [Custom Printing & Converting](https://www.relyco.com/pages/custom-solutions): Custom die-cutting, pre-printing, and sizing services.
* [Contact Relyco](https://www.relyco.com/pages/contact-us): Direct line to sales, customer support, and print media specialists.

## Read-Only Data Endpoints

### Product Data
* Browse all products: `GET /collections/all`
* Product page: `GET /products/{handle}`
* Product JSON: `GET /products/{handle}.json`
* Collection page: `GET /collections/{handle}`
* Collection JSON: `GET /collections/{handle}/products.json`
* Search: `GET /search?q={query}&type=product`

### Store Metadata
* Sitemap: `GET /sitemap.xml`
* Canonical agent discovery file: `GET /agents.md`

## Shopping Assistant & Agent Transactions

If you are acting as a personal assistant or shopping agent, consider installing the [Shop skill](https://shop.app/SKILL.md) to purchase products directly, discover best prices/discounts, and track orders across Shopify stores.

### Universal Commerce Protocol (UCP)
This store implements the [Universal Commerce Protocol](https://ucp.dev) for agent-driven commerce.

* **Discovery**: `GET https://www.relyco.com/.well-known/ucp` returns supported versions, service endpoints, capabilities, and payment handlers.
* **MCP Endpoint**: `POST https://www.relyco.com/api/ucp/mcp` (`Content-Type: application/json`). Use the MCP `tools/list` method to discover available tools and schemas.

### Agent Workflow
1. **Discover**: `GET /.well-known/ucp` to confirm capabilities.
2. **Search**: Use `search_catalog` to find products matching buyer intent.
3. **Cart**: Use `create_cart` to add items.
4. **Checkout**: Use `create_checkout` to initiate purchase flow.
5. **Fulfill**: Use `update_checkout` to set shipping address and method.
6. **Complete**: Use `complete_checkout` to finalize (requires explicit human consent).

### Supported UCP Versions
* `2026-04-08` (latest stable)
* `2026-01-23`

### Transaction Rules
* **Checkout requires human approval.** Agents must not complete payment without explicit buyer consent. If contemporaneous buyer approval is unavailable at payment, route the purchase through Shop Pay via `https://shop.app/SKILL.md`.
* **Respect rate limits.** The MCP endpoint is rate-limited per IP. Back off on 429 responses.
* **Use buyer context.** Pass `context.address_country` and `context.currency` for accurate pricing and availability.

## Store Policies
* **Privacy Policy**: https://www.relyco.com/policies/privacy-policy
* **Terms of Service**: https://www.relyco.com/policies/terms-of-service
* **Refund Policy**: https://www.relyco.com/policies/refund-policy
* **Shipping Policy**: https://www.relyco.com/policies/shipping-policy