mcpbeat Sign in

Giftcardshop MCP Server

by giftcardshop Your server? Claim it
local only

Giftcardshop runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm. Last commit 16 Jun 2026.

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

Installs per day peak 10 · avg 5 · +84% w/w
a month agotoday
33
Installs / week
npm · @giftcardshop/mcp
0
Stars
0 open issues
16 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Giftcardshop every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @giftcardshop/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@giftcardshop/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@giftcardshop/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@giftcardshop/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@giftcardshop/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GCS_INTERNAL_SECRET (64-hex HMAC secret that enables create_order (Lightning checkout). Browsing tools work without it. Requested at https://giftcardshop.org/contact.), GCS_API_BASE (Override the public API base. Defaults to https://api.giftcardshop.org.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Giftcardshop

same job, measured the same way
BAM Kaarsen catalog
by realbam

Search and browse the BAM Kaarsen candle catalog and white-label offering. Read-only, no auth.

4 tools answering
Rekt
by osfrekt

REKT Store — browse and buy REKT drinks with AI-discounted pricing from any MCP client

34 installs/wk local only
Legends of Learning
by legendsoflearning-app

Search the Legends of Learning K-8 games catalog and standards alignment

3 tools answering
IMBA Agent Spend
by imbawallet

IMBA spend MCP: USDT TRC-20 deposit and catalog buy with your key. No withdraw.

41 installs/wk 19 tools answering
Onepiece Oracle
by gregario

One Piece TCG MCP server with card search, deck analysis, and set browsing

166 installs/wk local only
three.ws Marketplace
by nirholas

Browse and discover the public three.ws agent marketplace and skills catalog. Read-only.

47 installs/wk local only
Swamix MCP
by swamix-mcp

Hosted MCP catalog with 30 tenant-isolated browser, RAG, AI, mail and media tools.

answering
TILL
by tillbooks

Swiss accounting your agent can actually use: the TILL ledger over MCP.

67 installs/wk local only

Giftcardshop — questions

Answers built from our own checks of this server.

Why is there no uptime for Giftcardshop?
Giftcardshop runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @giftcardshop/mcp was installed 33 times last week.
How do I connect Giftcardshop?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @giftcardshop/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Giftcardshop?
The npm package @giftcardshop/mcp was installed 33 times in the last week. Week over week that is +84%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Giftcardshop open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.