eCommerce
giftistan.store
Provides access to Giftistan's product catalogue, categories, pickup availability, and return policies.
ENDPOINT 1
https://giftistan.store/api/mcp
MCP server metadata
- Name
- giftistan-mcp
- Version
- 1.0.0
Known tools 6
searchProductsSearch the Giftistan SHIP catalogue (Types READY_SHIP and CUSTOM_SHIP) by free-text query.
Inferred read-onlygetProductFetch the full markdown twin for a single Giftistan product by URL slug.
Inferred read-onlylistCategoriesReturns the six top-level categories with active SHIP product counts and one example product per category.
Inferred read-onlycheckPickupAvailabilityReturns the Bareilly walk-in studio's address, contact, opening hours, and whether it is currently open in IST.
Inferred read-onlygetReturnPolicyReturns Giftistan's return-window, change-of-mind, and cancellation policy for a given product type.
Inferred read-onlycreateCheckoutDeepLinkCreate a short-lived (10 minutes) signed URL that pre-loads a Giftistan cart with the requested items, ready for the shopper to review on /cart and pay through Razorpay.
Potential side effectsCONNECT 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.giftistan-mcp]
url = "https://giftistan.store/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"giftistan-mcp": {
"type": "http",
"url": "https://giftistan.store/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: giftistan-mcp
Remote MCP URL: https://giftistan.store/api/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": {
"giftistan-mcp": {
"url": "https://giftistan.store/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"giftistan-mcp": {
"type": "http",
"url": "https://giftistan.store/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "giftistan-mcp",
"transport": "streamable-http",
"url": "https://giftistan.store/api/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 giftistan.store was fetched 2026-07-27T17:48:40.729Z and is being refreshed.
giftistan.store is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.