← Registry

eCommerce

giftroam.com

Find and order gifts with delivery, checkout, and order tracking.

1 endpoint6 known toolsFirst detected August 22, 2026Last detected August 22, 2026

ENDPOINT 1

https://mcp.giftroam.com/mcp

No auth detected

MCP server metadata

Name
giftroam
Version
0.3.0
Capabilities
tools.listChangedresources.listChanged
Server instructions

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_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.

Inferred read-only
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.

Inferred read-only
check_delivery

Is delivery to a country (optionally a city, by a date, for a specific gift) feasible?

Inferred read-only
create_checkout

Create a signed, single-purpose checkout link (30-minute expiry) for one gift to one country.

Potential side effects
get_order_status

Customer-facing status, ETA window and next action for an order.

Inferred read-only
list_my_orders

The signed-in user's GiftRoam orders: status, ETA window, gift, destination and the order token for tracking.

Inferred read-only

CONNECT 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.

Trust status Neutral

giftroam.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.