← giftistan.store

INDIVIDUAL MCP TOOL

getProduct

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

giftistan.storenone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

giftistan.store

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-store]
url = "https://giftistan.store/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "giftistan-store": {
      "type": "http",
      "url": "https://giftistan.store/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: giftistan-store
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-store": {
      "url": "https://giftistan.store/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "giftistan-store": {
      "type": "http",
      "url": "https://giftistan.store/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "giftistan-store",
  "transport": "streamable-http",
  "url": "https://giftistan.store/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • searchProducts — Search the Giftistan SHIP catalogue (Types READY_SHIP and CUSTOM_SHIP) by free-text query.
  • listCategories — Returns the six top-level categories with active SHIP product counts and one example product per category.
  • checkPickupAvailability — Returns the Bareilly walk-in studio's address, contact, opening hours, and whether it is currently open in IST.
  • getReturnPolicy — Returns Giftistan's return-window, change-of-mind, and cancellation policy for a given product type.
  • 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.