---
name: catholically
description: "Catholically — blessed Catholic religious articles (rosaries, relics, medals, crucifixes). Short agent index; full instructions at /agents.md, extended catalog context at /llms-full.txt."
homepage: https://www.catholically.com
---

# Catholically

> Blessed Catholic religious articles — rosaries, relics, medals, crucifixes — crafted in Italy and blessed in the Vatican. This store supports agent-driven commerce via the [Universal Commerce Protocol](https://ucp.dev).

## Start here
- [Full agent instructions](/agents.md) — the canonical contract (flow, rules, endpoints)
- [Extended context](/llms-full.txt) — agent instructions + catalog overview
- Store: https://www.catholically.com

## Commerce endpoints (UCP)
- UCP discovery: `GET https://www.catholically.com/.well-known/ucp`
- MCP endpoint: `POST https://www.catholically.com/api/ucp/mcp` (identify your agent with a profile URI before `tools/list` — see /agents.md)
- Recommended for personal shopping agents: [https://shop.app/SKILL.md](https://shop.app/SKILL.md)

## Read-only browsing (no auth)
- Products JSON: `GET /products/{handle}.json`
- Collection JSON: `GET /collections/{handle}/products.json`
- Search: `GET /search?q={query}&type=product`
- Sitemap: `GET https://www.catholically.com/sitemap.xml`

## Rules
- **Checkout requires contemporaneous human approval.** Never complete payment without explicit buyer consent.
- Respect rate limits (back off on HTTP 429). Pass `context.address_country` and `context.currency` (default `USD`).
