← Back to Plugins
MCP Server MCP

org.giftcardshop/mcp

github By github 👁 3 views ▲ 0 votes

Browse the giftcardshop catalog and buy gift cards with Lightning over MCP. No account, no signup.

Homepage Verified source GitHub

Install

npx -y @giftcardshop/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@giftcardshop/mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "64-hex HMAC secret that enables create_order (Lightning checkout). Browsing tools work without it. Requested at https://giftcardshop.org/contact.",
          "format": "string",
          "isSecret": true,
          "name": "GCS_INTERNAL_SECRET"
        },
        {
          "description": "Override the public API base. Defaults to https://api.giftcardshop.org.",
          "format": "string",
          "name": "GCS_API_BASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...