Memecoin Observatory
HTTP-SSESolana MCP server for memecoin analysis, trend tracking, and AI-powered investment insights
Solana MCP server for memecoin analysis, trend tracking, and AI-powered investment insights

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.
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.
git clone https://github.com/tony-42069/solana-mcp.git cd solana-mcp
npm install
.env file based on the provided .env.example:cp .env.example .env
.env file.Start the server with:
npm start
For development with auto-reload:
npm run dev
The server will be available at:
http://localhost:3000/mcphttp://localhost:3000/mcp/executehttp://localhost:3000/To connect your MCP server to Claude Desktop or other MCP clients:
// Scan for newly created memecoin tokens on Solana { "name": "scanNewMemecoins", "parameters": { "limit": 100 } }
// Calculate a "hype score" for a memecoin based on social signals and on-chain activity { "name": "getHypeScore", "parameters": { "tokenAddress": "TokenAddressHere" } }
// Track whale wallet movements for Solana memecoins { "name": "trackWhaleMovements", "parameters": { "tokenAddress": "OptionalTokenAddressHere", "limit": 10, "minAmount": 1000 } }
// Analyze correlation between memecoin tokens and current trending memes { "name": "analyzeMemeCorrelation", "parameters": { "tokenAddress": "OptionalTokenAddressHere", "includeTrendingReport": true } }
// Analyze a memecoin for rugpull and scam risks { "name": "runRugpullScan", "parameters": { "tokenAddress": "TokenAddressHere" } }
// Generate a personalized memecoin portfolio strategy based on risk profile { "name": "getPortfolioStrategy", "parameters": { "riskTolerance": "moderate", "investmentSize": 1000, "existingPortfolio": [ { "address": "ExistingTokenAddressHere", "amount": 100 } ] } }
Find Early Stage Opportunities: "Which new memecoins launched in the past 24 hours have the highest correlation with trending memes?"
Safety Analysis: "Is this memecoin (address) likely to be a rugpull? What are the risk factors?"
Portfolio Construction: "Help me build a moderate-risk $1000 memecoin portfolio on Solana that balances safety with upside potential."
Trend Analysis: "What meme themes are gaining traction that don't yet have associated tokens?"
Whale Tracking: "Have any major whale wallets made significant purchases of memecoins in the past week?"
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
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.