← Registry

eCommerce

giftistan.store

Provides access to Giftistan's product catalogue, categories, pickup availability, and return policies.

1 endpoint6 known toolsFirst detected June 25, 2026Last detected September 13, 2026

ENDPOINT 1

https://giftistan.store/api/mcp

No auth detected

MCP server metadata

Name
giftistan-mcp
Version
1.0.0
Capabilities
tools.listChanged

Known tools 6

searchProducts

Search the Giftistan SHIP catalogue (Types READY_SHIP and CUSTOM_SHIP) by free-text query.

Inferred read-only
getProduct

Fetch the full markdown twin for a single Giftistan product by URL slug.

Inferred read-only
listCategories

Returns the six top-level categories with active SHIP product counts and one example product per category.

Inferred read-only
checkPickupAvailability

Returns the Bareilly walk-in studio's address, contact, opening hours, and whether it is currently open in IST.

Inferred read-only
getReturnPolicy

Returns Giftistan's return-window, change-of-mind, and cancellation policy for a given product type.

Inferred read-only
createCheckoutDeepLink

Create 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 effects

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

Trust status Trusted

giftistan.store is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

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