Home › Other › Loyal Spark

Loyal Spark

Base MCP (39 tools) on Base: programs, mint, rewards. lsk_ key; plan limits enforced. /for-agents

TypeScript Remote
★ 13 stars Last pushed 2026-09-22 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://api.loyalspark.online/loyalty-mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http unboxed-loyalty-spark https://api.loyalspark.online/loyalty-mcp --header "x-api-key: <YOUR_VALUE>" --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "unboxed-loyalty-spark": {
      "url": "https://api.loyalspark.online/loyalty-mcp",
      "headers": {
        "x-api-key": "<YOUR_VALUE>",
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • x-api-key required secret — Merchant agent API key (lsk_...). Get at loyalspark.online/for-agents or SIWE.
  • Authorization secret — Alternative auth: Bearer lsk_... (same key as x-api-key).

Related servers

Data from the Official MCP Registry