INDIVIDUAL MCP TOOL
list_my_orders
The signed-in user's GiftRoam orders: status, ETA window, gift, destination and the order token for tracking.
LIVE ENDPOINT
https://mcp.giftroam.com/mcp
Connect to this endpoint to inspect the live schema for list_my_orders and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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.
Related tools
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.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?create_checkout— Create a signed, single-purpose checkout link (30-minute expiry) for one gift to one country.get_order_status— Customer-facing status, ETA window and next action for an order.