Skip to main content
ClaudeWave
i2dor avatar
i2dor

giftcardshop-mcp

View on GitHub

MCP server for giftcardshop.org - browse the catalog and buy gift cards with Lightning over MCP. Published as @giftcardshop/mcp.

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated today
Install in Claude Code / Claude Desktop
Method: NPX · @giftcardshop/mcp
Claude Code CLI
claude mcp add giftcardshop-mcp -- npx -y @giftcardshop/mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "giftcardshop-mcp": {
      "command": "npx",
      "args": ["-y", "@giftcardshop/mcp"],
      "env": {
        "GCS_INTERNAL_SECRET": "<gcs_internal_secret>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
GCS_INTERNAL_SECRET
Use cases

MCP Servers overview

# @giftcardshop/mcp

MCP server that lets AI agents browse the giftcardshop catalog and buy gift
cards with Lightning - no account, no signup. The agent pays a Lightning
invoice and receives a single-view reveal link with the code.

Read tools work against the live public API with no key. `create_order` is
early access: it needs the shared `GCS_INTERNAL_SECRET` (request one at
https://giftcardshop.org/contact); without it the read tools still work and
`create_order` reports that it is not configured.

## Tools

| Tool | Kind | Backed by |
|------|------|-----------|
| `list_brands` | read | `GET /v1/brands` |
| `search_products` | read | `GET /v1/products` |
| `get_product` | read | `GET /v1/products/:id` (variants + denominations) |
| `get_order_status` | read | `GET /v1/orders/:id` (payment state + reveal availability) |
| `create_order` | write | `POST /internal/agent-orders` (HMAC) -> Lightning invoice |

Read tools pass the API JSON through verbatim. `create_order` returns
`{ orderId, invoiceId, invoiceUrl, bolt11?, sats?, total, currency, expiresAt }`.

## Run

```bash
# read-only (browsing works, create_order reports "not configured")
npx @giftcardshop/mcp

# with checkout enabled
GCS_INTERNAL_SECRET=<64-hex> npx @giftcardshop/mcp
```

Claude Desktop / any MCP client (stdio):

```json
{
  "mcpServers": {
    "giftcardshop": {
      "command": "npx",
      "args": ["-y", "@giftcardshop/mcp"],
      "env": { "GCS_INTERNAL_SECRET": "<64-hex>" }
    }
  }
}
```

## Config

| Env | Default | Purpose |
|-----|---------|---------|
| `GCS_API_BASE` | `https://api.giftcardshop.org` | public API base |
| `GCS_INTERNAL_SECRET` | (unset) | 64-hex HMAC secret; enables `create_order`. Unset = read-only. |

## Checkout (create_order)

`create_order` POSTs to `POST /internal/agent-orders`, HMAC-signed with
`GCS_INTERNAL_SECRET` (header `x-internal-sig`), and returns a Lightning
invoice. Pay it, then poll `get_order_status` for the single-view reveal
link. No Nostr identity and no partner account required.

## Roadmap

- L402 (Lightning HTTP 402) so an agent pays per-call without a human step.
- A hosted remote MCP over HTTP, so there is nothing to install.
- A btcrecharge MCP for mobile top-ups (same shape).

What people ask about giftcardshop-mcp

What is i2dor/giftcardshop-mcp?

+

i2dor/giftcardshop-mcp is mcp servers for the Claude AI ecosystem. MCP server for giftcardshop.org - browse the catalog and buy gift cards with Lightning over MCP. Published as @giftcardshop/mcp. It has 0 GitHub stars and was last updated today.

How do I install giftcardshop-mcp?

+

You can install giftcardshop-mcp by cloning the repository (https://github.com/i2dor/giftcardshop-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is i2dor/giftcardshop-mcp safe to use?

+

i2dor/giftcardshop-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains i2dor/giftcardshop-mcp?

+

i2dor/giftcardshop-mcp is maintained by i2dor. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to giftcardshop-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy giftcardshop-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: i2dor/giftcardshop-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/i2dor-giftcardshop-mcp)](https://claudewave.com/repo/i2dor-giftcardshop-mcp)
<a href="https://claudewave.com/repo/i2dor-giftcardshop-mcp"><img src="https://claudewave.com/api/badge/i2dor-giftcardshop-mcp" alt="Featured on ClaudeWave: i2dor/giftcardshop-mcp" width="320" height="64" /></a>

More MCP Servers

giftcardshop-mcp alternatives