degenduel-mcp-server
v1.0.2
Published
DegenDuel Model Context Protocol Server - Connect AI assistants to your trading account
Maintainers
Readme
DegenDuel MCP Server
Connect powerful AI assistants like Claude Desktop, Cursor, and Windsurf directly to your DegenDuel trading account.
What This Enables
- Smart Trading Analysis - Get AI insights on your contest performance and strategies
- Real-Time Market Intel - Ask about any token's price, volume, market cap, and trends
- Portfolio Optimization - Analyze your holdings and get personalized trading suggestions
- Token Discovery - Find trending tokens, new launches, and hidden gems with AI-powered search
- Contest Strategy - Get AI help planning your next contest moves based on market data
Installation
npm install -g degenduel-mcp-serverQuick Start
- Get your token from DegenDuel AI Settings
- Configure your AI assistant (see setup below)
- Start asking questions like "What tokens are trending on DegenDuel?"
AI Assistant Setup
🤖 Claude Desktop
Step 1: Get your token from DegenDuel AI Settings
Step 2: Open Claude Desktop config file:
- Mac:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Step 3: Add this configuration (replace YOUR_TOKEN_HERE):
{
"mcpServers": {
"degenduel": {
"command": "degenduel-mcp",
"args": ["YOUR_TOKEN_HERE"]
}
}
}Step 4: Restart Claude Desktop
Step 5: Test by asking: "What tokens are trending on DegenDuel?"
💻 Cursor
Step 1: Get your token from DegenDuel AI Settings
Step 2: Open Cursor settings:
- Press
Cmd/Ctrl + ,→ Search "MCP" → Click "Edit in settings.json"
Step 3: Add this to your settings:
{
"mcp.servers": {
"degenduel": {
"command": "degenduel-mcp",
"args": ["YOUR_TOKEN_HERE"]
}
}
}Step 4: Restart Cursor
Step 5: Test with: "Show me my DegenDuel portfolio performance"
🌊 Windsurf
Step 1: Get your token from DegenDuel AI Settings
Step 2: Open Windsurf settings:
- Go to Settings → Extensions → Search "MCP" → Configure
Step 3: Add server configuration:
{
"name": "degenduel",
"command": "degenduel-mcp",
"args": ["YOUR_TOKEN_HERE"]
}Step 4: Restart Windsurf
Step 5: Test by asking: "Analyze the top performing tokens in DegenDuel contests"
What You Can Ask Your AI Assistant
📊 Portfolio & Contest Analysis
- "How is my portfolio performing in the current contest?"
- "What's my trading strategy success rate?"
- "Show me the contest leaderboard and analyze top performers"
- "Which tokens should I consider for my next trade?"
🚀 Token Research & Discovery
- "What are the top trending tokens right now?"
- "Find me new token launches from today"
- "Analyze BONK's price history and trends"
- "Show me the biggest gainers and losers"
- "What tokens have the highest volume today?"
📈 Market Intelligence
- "Give me a market overview with insights"
- "What's driving today's market movements?"
- "Compare SOL vs ETH performance this week"
- "Find tokens similar to [your favorite token]"
🎯 Trading Strategy
- "Based on current market conditions, what's a good strategy?"
- "Analyze risk levels of tokens in my watchlist"
- "What time frames show the best trading patterns?"
Environment Variables
You can also use environment variables instead of command line args:
export USER_TOKEN="your_token_here"
degenduel-mcpSecurity & Privacy
✅ Your token is secure - Only you can see it, and it's encrypted in our database
✅ Limited scope - AI can only access your DegenDuel data, nothing else
✅ Revokable anytime - Instantly disable access with one click
✅ 1-year expiration - Automatically expires for security
✅ No trading access - AI can view data but cannot make trades
Troubleshooting
"Server not found" or connection errors:
- Make sure you copied the full token (it's long!)
- Restart your AI assistant after adding the config
- Check that the config file syntax is valid JSON
"Authentication failed":
- Regenerate your token at DegenDuel AI Settings
- Update the config with the new token
- Restart your AI assistant
AI doesn't respond to DegenDuel questions:
- Try asking more specific questions like "Search for SOL token data"
- Make sure the AI assistant loaded the MCP server (look for "Connected to DegenDuel" message)
Pro Tips
🔥 Ask follow-up questions - Once AI analyzes your portfolio, ask "What would you change?"
🔥 Combine insights - "Compare my performance to the contest winners"
🔥 Real-time updates - Ask about the same token multiple times for live updates
🔥 Strategy planning - "If I have $1000, what's the optimal contest strategy?"
System Requirements
- Node.js 18+
- DegenDuel account with MCP token
Support
- Issues: GitHub Issues
- Discord: DegenDuel Community
- Get Token: DegenDuel AI Settings
License
MIT
Ready to supercharge your trading with AI? Get your token at degenduel.me/mcp and connect your assistant in under 2 minutes!
