INDIVIDUAL MCP TOOL
mark_gift_certificate_minted
After the merchant submits the on-chain mint transaction for a claimed gift certificate, call this to mark it as minted (status pending_mint → redeemed) and store the mint tx hash.
LIVE ENDPOINT
https://api.loyalspark.online/loyalty-mcp
Connect to this endpoint to inspect the live schema for mark_gift_certificate_minted and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.loyal-spark-mcp]
url = "https://api.loyalspark.online/loyalty-mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"loyal-spark-mcp": {
"type": "http",
"url": "https://api.loyalspark.online/loyalty-mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: loyal-spark-mcp
Remote MCP URL: https://api.loyalspark.online/loyalty-mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"loyal-spark-mcp": {
"url": "https://api.loyalspark.online/loyalty-mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"loyal-spark-mcp": {
"type": "http",
"url": "https://api.loyalspark.online/loyalty-mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "loyal-spark-mcp",
"transport": "streamable-http",
"url": "https://api.loyalspark.online/loyalty-mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_platform_info— Get info about Loyal Spark protocol on Base L2get_my_profile— Get authenticated agent's profilegenerate_program_defaults— Workflow planner: field catalog, required parameters, next_actions, and non-binding examples.get_program_workflow_status— Explain the next merchant action: current_step, required fields, and ordered next_actions (you provide all parameter values)list_loyalty_programs— List loyalty programs owned by the agent's merchantcreate_loyalty_program— Get factory calldata to deploy a new loyalty token on Base.register_loyalty_program— Register a deployed token as a loyalty program in the database.activate_loyalty_program— For legacy ERC-20 programs: returns unpauseUtility + enableMinting calldata.