How to Use the Gift Up! MCP in Claude Code
Manage your Gift Up! balances and automate redemptions directly from the terminal with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Gift Up! MCP to Claude Code
Create your Vinkius account to connect Gift Up! to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Headless CLI redemptions and balance checks
The CLI executes `validate_gift_card` to let you check customer balances instantly from your terminal. For backend engineers who live in the shell, Claude Code lets you run balance checks without opening a browser or clicking a GUI. If you need to drain a card during a support call, run a partial charge with `redeem_gift_card`. You can also pipe the output directly to `redeem_gift_card_full` to clear the remaining balance without leaving your active SSH session.
CI/CD and cron automation via Claude Code
By calling `list_gift_orders`, Claude Code pulls raw transaction records to run automated daily reconciliations. The CLI runs this alongside `list_active_gift_cards` to pull the latest transaction records and formats them as raw JSON or CSV. This MCP Server allows you to build headless cron jobs that check your API connection status with `verify_api_connection` and sync gift card balances directly into your database. You can run these scripts overnight to keep your accounting systems perfectly aligned.
Terminal-based webhook and metadata management
This setup uses `list_gift_webhooks` to let you inspect your active endpoints without leaving the command line. Debugging webhooks is faster when you don't have to click through a UI dashboard to inspect your active endpoints, payload formats, and target URLs. If you need to tag an order with a specific server-side tracking ID, run `update_order_metadata` directly from your terminal to append custom key-value pairs to the transaction. This updates your live database instantly without manual API requests.
Set up Gift Up! MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seegift-up-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Gift Up! transactions." It will automatically discover and invoke the available Gift Up! tools.
claude mcp add --transport http gift-up-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Gift Up! MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Gift Up! MCP today
We host it, we monitor it, we maintain it. You just paste one token.