Odel
giftcardshop mcp

giftcardshop mcp

Local
@i2dorTypeScriptMITUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@giftcardshop/mcpv0.1.1

Run

npx -y @giftcardshop/mcp

MCP client config

{
  "mcpServers": {
    "giftcardshop-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@giftcardshop/mcp"
      ]
    }
  }
}