Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AIFire in da houseCheck it out free

solana-mcp

MCP.Pizza Chef: tony-42069

Solana-mcp is a comprehensive Model Context Protocol server designed for the Solana blockchain ecosystem. It specializes in analyzing memecoins by combining on-chain data with cultural trend analysis, providing real-time tracking of new memecoin launches, social media signal monitoring, whale wallet tracking, and meme culture correlation. This server enables AI models to deliver deep insights into memecoin dynamics that are difficult to obtain manually, supporting data-driven decision-making and trend prediction in the crypto space.

Use This MCP server To

Track new memecoin launches on Solana in real-time Monitor social media for early memecoin mentions Identify whale wallets buying early into memecoins Correlate trending memes with memecoin popularity Provide AI-powered insights on memecoin trends Analyze on-chain data for memecoin activity patterns Support AI assistants in understanding memecoin ecosystem

README

Memecoin Observatory MCP for Solana

MCP Banner

A comprehensive Solana MCP (Model Context Protocol) server for analyzing memecoins, tracking trends, and providing AI-powered insights using cultural analysis and on-chain data.

πŸš€ Overview

The Memecoin Observatory is a unique Solana MCP that enables AI assistants like Claude to analyze and understand the memecoin ecosystem. It combines on-chain data analysis with cultural trend monitoring to provide insights that would be impossible for a human to gather manually.

Key Features

  • πŸ” Real-time Memecoin Radar: Track and identify new memecoin launches on Solana in real-time
  • πŸ“Š Social Signal Analyzer: Monitor Twitter, Reddit, and Telegram for early memecoin mentions
  • πŸ‹ Whale Wallet Tracker: Identify and track wallets that historically buy early into successful memecoins
  • 🌐 Meme Culture Correlator: Analyze trending internet memes and correlate them with potential new tokens
  • πŸ›‘οΈ Rugpull Protection: Scan contract code and developer wallets for common rugpull patterns
  • πŸ’Ό Personalized Portfolio Advisor: Recommend memecoin entry/exit strategies based on market conditions

πŸ“‹ Prerequisites

  • Node.js (v16+)
  • npm or yarn
  • Solana CLI (optional but recommended)

πŸ”§ Installation

  1. Clone the repository:
git clone https://github.com/tony-42069/solana-mcp.git
cd solana-mcp
  1. Install dependencies:
npm install
  1. Create a .env file based on the provided .env.example:
cp .env.example .env
  1. Configure your environment variables in the .env file.

πŸƒβ€β™‚οΈ Running the MCP Server

Start the server with:

npm start

For development with auto-reload:

npm run dev

The server will be available at:

  • MCP Schema: http://localhost:3000/mcp
  • MCP Execute: http://localhost:3000/mcp/execute
  • Documentation: http://localhost:3000/

πŸ“‘ Connecting to Claude

To connect your MCP server to Claude Desktop or other MCP clients:

  1. Make sure your server is running and accessible from the internet (using ngrok, Cloudflare Tunnel, or proper hosting)
  2. Register your MCP server URL in the Claude Desktop app
  3. You can now ask Claude about Solana memecoins and use the functionality provided by this MCP

πŸ”Ž Available Functions

1. Scan New Memecoins

// Scan for newly created memecoin tokens on Solana
{
  "name": "scanNewMemecoins",
  "parameters": {
    "limit": 100
  }
}

2. Get Hype Score

// Calculate a "hype score" for a memecoin based on social signals and on-chain activity
{
  "name": "getHypeScore",
  "parameters": {
    "tokenAddress": "TokenAddressHere"
  }
}

3. Track Whale Movements

// Track whale wallet movements for Solana memecoins
{
  "name": "trackWhaleMovements",
  "parameters": {
    "tokenAddress": "OptionalTokenAddressHere",
    "limit": 10,
    "minAmount": 1000
  }
}

4. Analyze Meme Correlation

// Analyze correlation between memecoin tokens and current trending memes
{
  "name": "analyzeMemeCorrelation",
  "parameters": {
    "tokenAddress": "OptionalTokenAddressHere",
    "includeTrendingReport": true
  }
}

5. Run Rugpull Scan

// Analyze a memecoin for rugpull and scam risks
{
  "name": "runRugpullScan",
  "parameters": {
    "tokenAddress": "TokenAddressHere"
  }
}

6. Get Portfolio Strategy

// Generate a personalized memecoin portfolio strategy based on risk profile
{
  "name": "getPortfolioStrategy",
  "parameters": {
    "riskTolerance": "moderate",
    "investmentSize": 1000,
    "existingPortfolio": [
      {
        "address": "ExistingTokenAddressHere",
        "amount": 100
      }
    ]
  }
}

πŸ“Š Example Use Cases

  1. Find Early Stage Opportunities: "Which new memecoins launched in the past 24 hours have the highest correlation with trending memes?"

  2. Safety Analysis: "Is this memecoin (address) likely to be a rugpull? What are the risk factors?"

  3. Portfolio Construction: "Help me build a moderate-risk $1000 memecoin portfolio on Solana that balances safety with upside potential."

  4. Trend Analysis: "What meme themes are gaining traction that don't yet have associated tokens?"

  5. Whale Tracking: "Have any major whale wallets made significant purchases of memecoins in the past week?"

🀝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

πŸ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

⚠️ Disclaimer

This tool is for educational and informational purposes only. Memecoins are highly speculative investments with significant risk of loss. Always do your own research and never invest more than you can afford to lose.

solana-mcp FAQ

How does solana-mcp track new memecoin launches?
It uses real-time on-chain data analysis on the Solana blockchain to identify new token launches as they happen.
What social media platforms does solana-mcp monitor?
It monitors Twitter, Reddit, and Telegram for early mentions and discussions about memecoins.
How does solana-mcp identify whale wallets?
It tracks wallet activity historically known for early investments in successful memecoins on Solana.
Can solana-mcp correlate internet meme trends with memecoin performance?
Yes, it analyzes trending memes and correlates them with memecoin popularity to provide cultural insights.
Is solana-mcp compatible with multiple LLM providers?
Yes, it is designed to work with various LLMs including OpenAI, Claude, and Gemini for AI-powered insights.
How can solana-mcp help in memecoin investment decisions?
By providing real-time data and cultural trend analysis, it helps users identify promising memecoins early.
Does solana-mcp provide historical memecoin data?
Yes, it maintains historical on-chain and social data to analyze past memecoin trends and wallet behaviors.
What makes solana-mcp unique compared to other crypto analysis tools?
Its integration of cultural meme analysis with on-chain data and AI-powered insights offers a unique perspective on memecoin trends.