Loyal Spark
ECOSYSTEM REFERENCEAUTH REQUIREDMITOpen SourceSource: @moondancer· community reference
Onchain loyalty protocol on Base L2. AI agents create ERC-20 loyalty programs, mint tokens, manage rewards, redeem vouchers, and trade on a P2P escrow marketplace — via REST + MCP with x402 (USDC) payments.
This server requires your own API credentials or OAuth tokens to function. You can install it via `npx agenticmarket install loyal-spark` and provide your credentials during setup, or use the manual config guide below.
About
Loyal Spark is a loyalty-as-a-service protocol on Base. It exposes 70+ paid resources for AI agents: 23 merchant REST routes (agent-api), 12 recipient REST routes (recipient-api), 28 merchant MCP tools, and 11 recipient MCP tools.
Capabilities: deploy ERC-20 loyalty tokens, mint/transfer/burn, configure cashback and points-per-dollar, manage rewards catalog and tiers, issue/redeem vouchers, gift certificates (LOYAL-XXXXXX), P2P marketplace with onchain escrow (0.5% fee), customer CRM and analytics, referrals, and autonomous agent ownership of programs via Coinbase CDP MPC wallets.
Two API personas via x-api-key: lsk_ (merchant) and rwk_ (recipient/wallet holder). Pay-per-request via x402 v2 (USDC on Base, eip155:8453) or MPP (pathUSD/USDC on Tempo). Builder Code bc_wdmnog7m.
Discovery: /.well-known/agent.json, /openapi.json, /.well-known/x402.json, /llms.txt, /llms-full.txt, plus 12 skill docs in /.well-known/skills/.
Install and Troubleshooting Intent Coverage
Developer-install and troubleshooting intent for community MCP server listings.
install mcp server / mcp server setup guide
mcp json config example / vscode mcp setup
mcp server not working / mcp tools not showing
mcp server compatibility matrix / cursor vs vscode mcp compatibility
mcp server monetization options / convert community mcp server to paid listing
Related Setup, Debug, and Learning Links
CLI installation guide
Install baseline for all IDEs before listing-specific setup.
Using servers guide
Covers runtime usage patterns and auth flow.
Cursor setup walkthrough
High-intent setup path for developer troubleshooting journeys.
Troubleshooting: server not working
Common failure modes for install and runtime issues.
Troubleshooting: tools not showing
Covers discovery/listing failures across major IDEs.
Related explore entry: Filesystem MCP Server
Keeps same-intent users on matched category and tool shape.
Related explore entry: Time MCP Server
Keeps same-intent users on matched category and tool shape.
Related explore entry: Git MCP Server
Keeps same-intent users on matched category and tool shape.
Related explore entry: Everything MCP Server
Keeps same-intent users on matched category and tool shape.
Install this server with the AgenticMarket CLI — you'll be prompted for your API credentials or OAuth tokens during setup. No manual JSON editing.
$npx agenticmarket install loyal-sparkFilesystem MCP Server
Give your AI assistant read and write access to local files and directories. The most-used MCP server — lets Claude, Cursor, and other AI tools work with your filesystem directly.
Time MCP Server
Give your AI assistant awareness of the current time and timezone conversions. Query the current time in any timezone and convert between timezones using IANA names.
Git MCP Server
Let your AI assistant interact with Git repositories directly. Status, diff, commit, branch, and log — all accessible to your LLM through 12 Git tools.
Everything MCP Server
The official MCP reference server that exercises every protocol feature — prompts, tools, resources, sampling, and all transports. Built for MCP client developers and testing.
AgenticMarket