Giftcardshop MCP
org.giftcardshop/mcp
Documentation
Installation
Run with npx @giftcardshop/mcp.
Configuration
GCS_API_BASE: public API base, defaults tohttps://api.giftcardshop.orgGCS_INTERNAL_SECRET: optional 64-hex HMAC secret that enablescreate_order
Capabilities
list_brands: list brands fromGET /v1/brandssearch_products: search products fromGET /v1/productsget_product: fetch product details and variants fromGET /v1/products/:idget_order_status: fetch payment state and reveal availability fromGET /v1/orders/:idcreate_order: create a Lightning-backed order throughPOST /internal/agent-orders
Limitations
create_orderis unavailable untilGCS_INTERNAL_SECRETis configured- Read tools depend on the live public giftcardshop API
- The checkout flow is early access and still server-side dependent
