NCTR Alliance MCP Server
Enables AI agents to discover and interact with the NCTR Alliance rewards program, including bounties, earning rates, tier progression, promotions, and impact engine communities.
README
Last updated: March 26, 2026
NCTR Alliance MCP Server
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.
What It Does
When 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:
| Tool | What It Does |
|---|---|
search_bounties |
Search and filter all 19 available bounties by category, amount, keyword, or repeatability |
get_earning_rates |
Get earning multipliers by Crescendo tier, with optional bounty calculations |
check_tier_requirements |
Check tier thresholds, perks, and progress toward the next tier |
get_active_promotions |
Get current limited-time offers and launch bonuses |
get_onboarding_link |
Generate a join link with optional referral code |
get_impact_engines |
Discover NCTR's 6 passion-based communities |
Quick Start
Connect to the hosted server
Add this to your MCP client configuration (Claude Desktop, Cursor, etc.):
{
"mcpServers": {
"nctr-alliance": {
"url": "https://yhwcaodofmbusjurawhp.supabase.co/functions/v1/mcp/rpc"
}
}
}
Claude Code (terminal)
claude mcp add nctr-alliance -t http https://yhwcaodofmbusjurawhp.supabase.co/functions/v1/mcp/rpc
Or run locally
git clone https://github.com/Hoya25/mcp-server.git
cd mcp-server
supabase start
supabase functions serve --no-verify-jwt mcp
Server runs at: http://localhost:54321/functions/v1/mcp/rpc
Example Queries
Once connected, you can ask your AI assistant things like:
- "What bounties can I earn with NCTR?"
- "How much NCTR do I get for referring a friend?"
- "What tier am I at with 3,000 NCTR?"
- "What's the earning multiplier at Gold tier?"
- "Are there any active promotions?"
- "Tell me about the NCTR Impact Engines"
How Bounties Work
Every 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.
Bounty Categories
| Category | Examples |
|---|---|
| Entry | Sign-up (625), Early Adopter Bonus (1,250), Profile Completion (375) |
| Revenue | First Purchase (2,500), Shop & Earn (250 uncapped), Quarterly Spend (5,000) |
| Merch | Collection (5,000), Repeat (500) |
| Referral | Friend sign-ups (625), friend purchases (2,500), milestone bonuses |
| Engagement | Social shares (500), monthly activity (250), community contributions (2,000) |
Crescendo Status Tiers
| Tier | NCTR Required | Multiplier |
|---|---|---|
| Bronze | 0 | 1.0x |
| Silver | 1,000 | 1.2x |
| Gold | 5,000 | 1.5x |
| Platinum | 25,000 | 1.8x |
| Diamond | 100,000 | 2.0x |
Impact Engines
NCTR includes 6 passion-based communities called Impact Engines:
- THROTTLE — Powersports
- GROUNDBALL — Lacrosse
- STARDUST — Entertainment
- SWEAT — Skilled Trades
- SISU — Recovery
- INSPIRATION — Wellness
API Endpoints
| Endpoint | Method | Description |
|---|---|---|
/ |
GET | Server info and tool list |
/health |
GET | Health check |
/rpc |
POST | MCP protocol endpoint (Streamable HTTP) |
Test with curl
# Health check
curl https://yhwcaodofmbusjurawhp.supabase.co/functions/v1/mcp/health
# Search all bounties
curl -X POST https://yhwcaodofmbusjurawhp.supabase.co/functions/v1/mcp/rpc \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_bounties","arguments":{}}}'
Deployment
This server runs on Supabase Edge Functions using the official MCP TypeScript SDK (@modelcontextprotocol/sdk@1.25.3).
supabase link --project-ref yhwcaodofmbusjurawhp
supabase functions deploy --no-verify-jwt mcp
Links
- NCTR Alliance: nctr.live
- The Garden (shopping): thegarden.nctr.live
- Crescendo (onboarding): crescendo.nctr.live
- For Agents: thegarden.nctr.live/for-agents
- Manifest: nctr.live/.well-known/nctr.json
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。