giftroam
Let an assistant find and send the gift GiftRoam exposes a small, tool-only MCP server at mcp.giftroam.com.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные
Что умеет
- Search Gifts: Find gifts that can be delivered to a destination country, optionally filtered by free text, occasion, budget (minor units) and a needed-by date. Returns a shortlist with final customer
- Get Gift Details: Full description, contents, images, customer price, estimated delivery window (EST cutoff-aware), substitution policy and restrictions for one gift in one destination country.
- Check Delivery: Is delivery to a country (optionally a city, by a date, for a specific gift) feasible? Returns earliest/latest estimate and warnings (PO box, hotel, holiday window) with a suggested ac
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Let an assistant find and send the gift GiftRoam exposes a small, tool-only MCP server at mcp.giftroam.com. Claude, ChatGPT and any MCP client can search the catalog, check delivery to a country and date, and hand the user a secure checkout link. The assistant never collects an address and never charges a card — the human confirms and pays on this site.
Список инструментов сервера (6)
Технические названия из tools/list. Нужны только разработчикам.
| search_gifts | Find gifts that can be delivered to a destination country, optionally filtered by free text, occasion, budget (minor units) and a needed-by date. Returns a shortlist with final customer prices (delivery included) and delivery days. Paginate with cursor. Country is required — ask for it first. |
| get_gift_details | Full description, contents, images, customer price, estimated delivery window (EST cutoff-aware), substitution policy and restrictions for one gift in one destination country. |
| check_delivery | Is delivery to a country (optionally a city, by a date, for a specific gift) feasible? Returns earliest/latest estimate and warnings (PO box, hotel, holiday window) with a suggested action. Use it whenever the user has a deadline. |
| create_checkout | Create a signed, single-purpose checkout link (30-minute expiry) for one gift to one country. The schema has no recipient fields on purpose: name, address, phone, delivery details and payment are collected on the secure page. Show the returned summary and get the user's explicit confirmation before sharing the link. Use the same idempotency_key when retrying. |
| get_order_status | Customer-facing status, ETA window and next action for an order. Requires the buyer's order token (delivered after payment) — the token is the credential; never guess or enumerate tokens. Never returns address, phone or payment details. |
| list_my_orders | The signed-in user's GiftRoam orders: status, ETA window, gift, destination and the order token for tracking. Requires the authenticated GiftRoam connection (OAuth, scope orders:read); on a guest connection it returns auth_required. Never returns addresses, phone numbers or payment details. |