NCTR Alliance MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@NCTR Alliance MCP ServerWhat bounties can I earn right now?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 and filter all 19 available bounties by category, amount, keyword, or repeatability |
| Get earning multipliers by Crescendo tier, with optional bounty calculations |
| Check tier thresholds, perks, and progress toward the next tier |
| Get current limited-time offers and launch bonuses |
| Generate a join link with optional referral code |
| Discover NCTR's 6 passion-based communities |
Related MCP server: Archimedes Market MCP
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/rpcOr run locally
git clone https://github.com/Hoya25/mcp-server.git
cd mcp-server
supabase start
supabase functions serve --no-verify-jwt mcpServer 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 |
| GET | Health check |
| 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 mcpLinks
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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceEnables AI agents to interact with the Coherence Network platform, allowing them to browse ideas, record contributions, and access governance features via natural language.3Apache 2.0
- AlicenseAqualityBmaintenanceEnables AI agents to search and discover verified deep-tech engineering bounties with real funding, using a single search_bounties tool.1204MIT

Nexus MCP Serverofficial
Alicense-qualityDmaintenanceEnables AI agents to interact with the Nexus blockchain, providing tools for querying blockchain data, smart contract calls, transaction submission, and event monitoring.7MIT- Flicense-qualityDmaintenanceEnables AI agents to interact with the RustChain blockchain, including checking node health, querying wallet balances, listing miners, retrieving epoch information, and browsing open bounties.
Related MCP Connectors
Discover verified deep-tech engineering bounties from any AI agent.
AI-agent commerce: browse campaigns/products, mint tracking links, publish posts, track earnings.
Agent-to-agent referral network. Discover, recommend, and refer users between AI agents via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Hoya25/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server