GiftsToPrint AI Connector
Lets an AI assistant order a personalised newspaper-style poster from GiftsToPrint on a person's behalf, with every detail attached, then hand them a normal checkout to pay.
What it does
GiftsToPrint has made personalised posters since 2021. Each one shows real headlines and events from a chosen year, with the recipient's name, a photo and an optional message, in US, UK, Canadian or Australian editions. Posters are delivered as a print-ready 300 DPI digital file by email. Nothing is posted.
The connector finds the right poster, tells the assistant exactly what to ask the user, stores the photo, and creates a Shopify checkout with every detail on the order. Nothing is charged by the connector. The user reviews and pays on GiftsToPrint's own checkout.
Endpoint
https://mcp.giftstoprint.com/mcp
- Transport: MCP Streamable HTTP (POST, JSON responses).
- Protocol versions:
2026-07-28,2025-11-25,2025-06-18,2025-03-26. Modern (per-request metadata) and legacy (initialize) clients are both served. - Authentication: none. There are no user accounts; payment happens on Shopify's checkout.
Tools
find_posters: Search GiftsToPrint's personalised newspaper-style posters. Each poster shows real headlines and events from one year, personalised with a name, photo and message, and is delivered as a print-ready digital file (nothing is posted). Birthday posters and wedding-anniversary posters exist per milestone and edition (e.g. 60th Birthday, Australian edition, 1966); retirement and dating-anniversary posters cover any year, chosen in the form. Pick the edition by where the recipient lives or grew up (US, UK, Canada or Australia). Returns each matching poster's handle, prices and product page. Next step: get_poster_form.get_poster_form: List exactly what to collect from the user for one poster: names, dates, optional message, and the photo, plus the turnaround options and prices. Ask the user for anything you don't already know. Don't invent names or dates. Next step: upload_photo, then create_poster_checkout.upload_photo: Store the photo that will be printed on the poster. Give either image_url (a public https link to the image) or image_base64. JPEG, PNG or WebP, up to 20MB. Returns photo_url, which you then pass to create_poster_checkout. Photos are kept for 12 months so the poster can be made and revised, then deleted automatically.create_poster_checkout: Validate every detail and create a Shopify checkout for one personalised poster with all the details attached. Returns checkout_url. Nothing is charged: open checkout_url for the user to review the order and pay on GiftsToPrint's own checkout. Before calling, read the details back to the user and confirm they understand they will receive a digital file to print (set confirm_digital_file to true). If a field is wrong, the error lists every problem at once so you can fix them in one go.
Typical flow
find_posterswith the occasion, edition and milestone or year, e.g. a 60th birthday, Australian edition.get_poster_formfor the chosen poster. Ask the user for every required detail. Never guess names, dates or the his/her wording.upload_photowith the user's photo (image_urlorimage_base64), orPOST https://mcp.giftstoprint.com/photoswith the raw image as the body.- Read the details back to the user, confirm they will receive a digital file to print, then call
create_poster_checkout. - Open the returned
checkout_urlfor the user to review and pay.
Turnaround
standard: Ready the next working day. Order Monday to Friday.rush_weekday: Ready within 12 hours. Order Monday to Friday.rush_weekend: Ready within 24 hours. Order Saturday or Sunday.
Fields per occasion
Every order also needs the buyer's email (the download link is sent there) and first_name, plus confirm_digital_file: true. Days accept 14 or 14th; months accept March or 3.
Birthday (occasion: birthday)
| Field | Required | Notes |
|---|---|---|
recipient_first_name | Yes | The birthday person's first name, as it should appear on the poster. |
recipient_last_name | No | Optional. |
birth_day | Yes | Day of the month, e.g. 14 or "14th". |
birth_month | Yes | Month name or number, e.g. "March" or 3. |
birth_town | No | Optional. Include the state, e.g. "Austin, TX". |
message | No | Optional. Printed at the bottom of the poster. Up to 200 characters. |
photo_url | Yes | The photo printed on the poster. Upload it first with upload_photo and pass the photo_url it returns. |
Wedding anniversary (occasion: wedding_anniversary)
| Field | Required | Notes |
|---|---|---|
couple_first_names | Yes | Both first names, joined with "&". |
wedding_day | Yes | Day of the month, e.g. 14 or "14th". |
wedding_month | Yes | Month name or number, e.g. "March" or 3. |
message | No | Optional. Printed at the bottom of the poster. Up to 200 characters. |
photo_url | Yes | The photo printed on the poster. Upload it first with upload_photo and pass the photo_url it returns. |
Dating anniversary (occasion: dating_anniversary)
| Field | Required | Notes |
|---|---|---|
couple_first_names | Yes | Both first names, joined with "&". |
dating_day | Yes | Day of the month, e.g. 14 or "14th". |
dating_month | Yes | Month name or number, e.g. "March" or 3. |
dating_year | Yes | Four digits, 2010 to 2026. |
message | No | Optional. Printed at the bottom of the poster. Up to 200 characters. |
photo_url | Yes | The photo printed on the poster. Upload it first with upload_photo and pass the photo_url it returns. |
Retirement (occasion: retirement)
| Field | Required | Notes |
|---|---|---|
retiree_first_name | Yes | The retiree's first name. |
retiree_last_name | No | Optional. |
pronoun | Yes | Printed on the poster. Ask; do not guess from the name. |
job_title | Yes | e.g. "Head Teacher". |
career_start_day | Yes | Day of the month, e.g. 14 or "14th". Use "Don't know" if they don't remember. |
career_start_month | Yes | Month name or number, e.g. "March" or 3. Use "Don't know" if they don't remember. |
career_start_year | Yes | Four digits. The poster's headlines come from this year. |
retirement_day | Yes | Day of the month, e.g. 14 or "14th". |
retirement_month | Yes | Month name or number, e.g. "March" or 3. |
retirement_year | Yes | Four digits, 2025 or 2026. |
message | No | Optional. Printed at the bottom of the poster. Up to 200 characters. |
photo_url | Yes | The photo printed on the poster. Upload it first with upload_photo and pass the photo_url it returns. |
Photos
JPEG, PNG or WebP, up to 20MB. Photos below 800 pixels on the short side are accepted with a warning that they may print soft. HEIC photos need converting to JPEG first. Photos are stored only to make and revise the poster, are not public listings, and are deleted automatically after 12 months.
Other milestones
Listed birthdays: 1st, 16th, 18th, 21st and every tenth from 30th to 100th. Listed wedding anniversaries: 1st, 5th and every fifth to 65th. For anything else, the user can email hello@giftstoprint.com: it can usually be made at the same price and turnaround.