{
  "markdown": "Last updated: March 26, 2026\n\n# NCTR Alliance MCP Server\n\n**The first rewards and loyalty MCP server.** Enables AI agents to discover and interact with the NCTR Alliance rewards program — bounties, earning rates, tier progression, promotions, and Impact Engine communities.\n\n## What It Does\n\nWhen someone asks an AI assistant about NCTR, the assistant can call this server to get real, structured data instead of guessing. The server exposes 6 tools:\n\n| Tool | What It Does |\n|------|-------------|\n| `search_bounties` | Search and filter all 19 available bounties by category, amount, keyword, or repeatability |\n| `get_earning_rates` | Get earning multipliers by Crescendo tier, with optional bounty calculations |\n| `check_tier_requirements` | Check tier thresholds, perks, and progress toward the next tier |\n| `get_active_promotions` | Get current limited-time offers and launch bonuses |\n| `get_onboarding_link` | Generate a join link with optional referral code |\n| `get_impact_engines` | Discover NCTR's 6 passion-based communities |\n\n## Quick Start\n\n### Connect to the hosted server\n\nAdd this to your MCP client configuration (Claude Desktop, Cursor, etc.):\n\n```json\n{\n  \"mcpServers\": {\n    \"nctr-alliance\": {\n      \"url\": \"https://yhwcaodofmbusjurawhp.supabase.co/functions/v1/mcp/rpc\"\n    }\n  }\n}\n```\n\n### Claude Code (terminal)\n\n```bash\nclaude mcp add nctr-alliance -t http https://yhwcaodofmbusjurawhp.supabase.co/functions/v1/mcp/rpc\n```\n\n### Or run locally\n\n```bash\ngit clone https://github.com/Hoya25/mcp-server.git\ncd mcp-server\nsupabase start\nsupabase functions serve --no-verify-jwt mcp\n```\n\nServer runs at: `http://localhost:54321/functions/v1/mcp/rpc`\n\n## Example Queries\n\nOnce connected, you can ask your AI assistant things like:\n\n- \"What bounties can I earn with NCTR?\"\n- \"How much NCTR do I get for referring a friend?\"\n- \"What tier am I at with 3,000 NCTR?\"\n- \"What's the earning multiplier at Gold tier?\"\n- \"Are there any active promotions?\"\n- \"Tell me about the NCTR Impact Engines\"\n\n## How Bounties Work\n\nEvery bounty in NCTR uses **360LOCK** — tokens are locked for exactly 360 days. They're committed, not spent. After the lock period, the NCTR is fully yours.\n\n### Bounty Categories\n\n| Category | Examples |\n|----------|---------|\n| **Entry** | Sign-up (625), Early Adopter Bonus (1,250), Profile Completion (375) |\n| **Revenue** | First Purchase (2,500), Shop & Earn (250 uncapped), Quarterly Spend (5,000) |\n| **Merch** | Collection (5,000), Repeat (500) |\n| **Referral** | Friend sign-ups (625), friend purchases (2,500), milestone bonuses |\n| **Engagement** | Social shares (500), monthly activity (250), community contributions (2,000) |\n\n### Crescendo Status Tiers\n\n| Tier | NCTR Required | Multiplier |\n|------|--------------|------------|\n| Bronze | 0 | 1.0x |\n| Silver | 1,000 | 1.2x |\n| Gold | 5,000 | 1.5x |\n| Platinum | 25,000 | 1.8x |\n| Diamond | 100,000 | 2.0x |\n\n## Impact Engines\n\nNCTR includes 6 passion-based communities called Impact Engines:\n\n- **THROTTLE** — Powersports\n- **GROUNDBALL** — Lacrosse\n- **STARDUST** — Entertainment\n- **SWEAT** — Skilled Trades\n- **SISU** — Recovery\n- **INSPIRATION** — Wellness\n\n## API Endpoints\n\n| Endpoint | Method | Description |\n|----------|--------|-------------|\n| `/` | GET | Server info and tool list |\n| `/health` | GET | Health check |\n| `/rpc` | POST | MCP protocol endpoint (Streamable HTTP) |\n\n### Test with curl\n\n```bash\n# Health check\ncurl https://yhwcaodofmbusjurawhp.supabase.co/functions/v1/mcp/health\n\n# Search all bounties\ncurl -X POST https://yhwcaodofmbusjurawhp.supabase.co/functions/v1/mcp/rpc \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Accept: application/json, text/event-stream\" \\\n  -d '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/call\",\"params\":{\"name\":\"search_bounties\",\"arguments\":{}}}'\n```\n\n## Deployment\n\nThis server runs on **Supabase Edge Functions** using the official MCP TypeScript SDK (`@modelcontextprotocol/sdk@1.25.3`).\n\n```bash\nsupabase link --project-ref yhwcaodofmbusjurawhp\nsupabase functions deploy --no-verify-jwt mcp\n```\n\n## Links\n\n- **NCTR Alliance**: [nctr.live](https://nctr.live)\n- **The Garden** (shopping): [thegarden.nctr.live](https://thegarden.nctr.live)\n- **Crescendo** (onboarding): [crescendo.nctr.live](https://crescendo.nctr.live)\n- **For Agents**: [thegarden.nctr.live/for-agents](https://thegarden.nctr.live/for-agents)\n- **Manifest**: [nctr.live/.well-known/nctr.json](https://nctr.live/.well-known/nctr.json)\n\n## License\n\nMIT\n",
  "bytes": 4478,
  "sha": "dbddc83f8c7ad27c5b63986858ad65c7f639768b47d52c714ffb7166dc246a48",
  "repo_slug": "hoya25/mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_hoya25_nctr_mcp_server_9203e913/readme"
}