ENDPOINT 1
https://mcp.giftroam.com/mcp
MCP server metadata
- Name
- giftroam
- Version
- 0.3.0
GiftRoam sends gift baskets, flowers and treats to 200+ countries; a local partner in the destination country assembles and delivers. Typical flow: search_gifts (country required) → get_gift_details → optionally check_delivery when there is a deadline → create_checkout → show the summary, get the user's explicit OK, then share the checkout link (30-minute expiry). After payment the buyer receives an order token; get_order_status accepts only that token. This is a guest connection: list_my_orders needs the signed-in endpoint (/mcp/account); everything else works as a guest. Never collect the recipient's name, address, phone or email in the conversation — the checkout page does that. Never promise a delivery date the tools did not confirm. Prices are final and include delivery; taxes are shown at payment.
Known tools 6
search_giftsFind gifts that can be delivered to a destination country, optionally filtered by free text, occasion, budget (minor units) and a needed-by date.
Inferred read-onlyget_gift_detailsFull description, contents, images, customer price, estimated delivery window (EST cutoff-aware), substitution policy and restrictions for one gift in one destination country.
Inferred read-onlycheck_deliveryIs delivery to a country (optionally a city, by a date, for a specific gift) feasible?
Inferred read-onlycreate_checkoutCreate a signed, single-purpose checkout link (30-minute expiry) for one gift to one country.
Potential side effectslist_my_ordersThe signed-in user's GiftRoam orders: status, ETA window, gift, destination and the order token for tracking.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.giftroam]
url = "https://mcp.giftroam.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"giftroam": {
"type": "http",
"url": "https://mcp.giftroam.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: giftroam
Remote MCP URL: https://mcp.giftroam.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"giftroam": {
"url": "https://mcp.giftroam.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"giftroam": {
"type": "http",
"url": "https://mcp.giftroam.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "giftroam",
"transport": "streamable-http",
"url": "https://mcp.giftroam.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for giftroam.com was fetched 2026-08-25T14:25:54.831Z.
giftroam.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.