Connect Claude Desktop, Cursor, Cline, or any MCP-compatible client to Giftronaut. Send gift cards, manage recipients, and check balance using natural language — no SDK installation or custom integration code required.
client_id and
client_secret) as the REST API. You do not need a separate
account, credential set, or billing setup.
The difference is authentication: MCP requires an interactive, browser-based sign-in.
It cannot use server-to-server access tokens.
MCP activity also appears in the same
request log dashboard you use for REST API requests.
The Model Context Protocol (MCP) is an open standard from Anthropic for connecting LLM agents to external tools and data. A Giftronaut MCP server hosts a typed catalog of 47 tools across orders, recipients, balance, catalog, campaigns, and templates — discoverable, schema-validated, and safety-guarded.
Compared to calling our REST API directly:
audit_events row alongside your REST traffic, viewable in the portal with a single filter toggle.Choose your MCP client and add the matching snippet to its MCP configuration file. The first tool call triggers the browser sign-in.
{
"mcpServers": {
"giftronaut": {
"url": "https://api.giftronaut.com/api/v1/mcp",
"transport": "streamable-http"
}
}
}
{
"mcpServers": {
"giftronaut": {
"url": "https://api.giftronaut.com/api/v1/mcp"
}
}
}
{
"mcp": {
"giftronaut": {
"type": "remote",
"url": "https://api.giftronaut.com/api/v1/mcp"
}
}
}
Authorization header. The SDK negotiates OAuth automatically — adding a static
bearer token can force the client into legacy authentication mode and skip the user consent flow. See
MCP Client Setup for the full setup guide.
Once connected, just talk to your assistant. Try:
john@example.com with the message 'Welcome to the team!'"
Behind the scenes, the agent will:
giftronaut_search_branded_cards to locate Amazon in the cataloggiftronaut_draft_order to create a preview without moving funds (1-hour token lifetime)giftronaut_execute_order to place the real order — the response carries the created orderId401 invalid_token
(they still work for the REST API). Real gift cards are issued over MCP — for a safe first
test, preview the email with giftronaut_send_test_email,
use dryRun=true on cancel/resend, and keep the draft → execute confirmation flow.
Start typing to search...