MCP Server
MCP
org.giftcardshop/mcp
Browse the giftcardshop catalog and buy gift cards with Lightning over MCP. No account, no signup.
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
By
Comments
Sign in to leave a comment