Gift Card Shop
БесплатноНе проверенBrowse and purchase gift cards from thousands of brands using Lightning Network payments, with no signup required.
Описание
Browse and purchase gift cards from thousands of brands using Lightning Network payments, with no signup required.
README
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
# 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):
{
"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).
Установить Gift Card Shop в Claude Desktop, Claude Code, Cursor
unyly install gift-card-shopСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add gift-card-shop -- npx -y @giftcardshop/mcpПошаговые гайды: как установить Gift Card Shop
FAQ
Gift Card Shop MCP бесплатный?
Да, Gift Card Shop MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Gift Card Shop?
Нет, Gift Card Shop работает без API-ключей и переменных окружения.
Gift Card Shop — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Gift Card Shop в Claude Desktop, Claude Code или Cursor?
Открой Gift Card Shop на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Gift Card Shop with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
