npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

degenduel-mcp-server

v1.0.2

Published

DegenDuel Model Context Protocol Server - Connect AI assistants to your trading account

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-server

Quick Start

  1. Get your token from DegenDuel AI Settings
  2. Configure your AI assistant (see setup below)
  3. 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-mcp

Security & 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:

  1. Make sure you copied the full token (it's long!)
  2. Restart your AI assistant after adding the config
  3. Check that the config file syntax is valid JSON

"Authentication failed":

  1. Regenerate your token at DegenDuel AI Settings
  2. Update the config with the new token
  3. Restart your AI assistant

AI doesn't respond to DegenDuel questions:

  1. Try asking more specific questions like "Search for SOL token data"
  2. 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

License

MIT


Ready to supercharge your trading with AI? Get your token at degenduel.me/mcp and connect your assistant in under 2 minutes!