Memecoin Observatory MCP for Solana
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.
tony-42069
README
Memecoin Observatory MCP for Solana
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
- Clone the repository:
git clone https://github.com/tony-42069/solana-mcp.git
cd solana-mcp
- Install dependencies:
npm install
- Create a
.env
file based on the provided.env.example
:
cp .env.example .env
- 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:
- Make sure your server is running and accessible from the internet (using ngrok, Cloudflare Tunnel, or proper hosting)
- Register your MCP server URL in the Claude Desktop app
- 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
-
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?"
🤝 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.
Recommended Servers
Crypto Price & Market Analysis MCP Server
A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.
MCP PubMed Search
Server to search PubMed (PubMed is a free, online database that allows users to search for biomedical and life sciences literature). I have created on a day MCP came out but was on vacation, I saw someone post similar server in your DB, but figured to post mine.
dbt Semantic Layer MCP Server
A server that enables querying the dbt Semantic Layer through natural language conversations with Claude Desktop and other AI assistants, allowing users to discover metrics, create queries, analyze data, and visualize results.
mixpanel
Connect to your Mixpanel data. Query events, retention, and funnel data from Mixpanel analytics.

Sequential Thinking MCP Server
This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.

Nefino MCP Server
Provides large language models with access to news and information about renewable energy projects in Germany, allowing filtering by location, topic (solar, wind, hydrogen), and date range.
Vectorize
Vectorize MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.
Mathematica Documentation MCP server
A server that provides access to Mathematica documentation through FastMCP, enabling users to retrieve function documentation and list package symbols from Wolfram Mathematica.
kb-mcp-server
An MCP server aimed to be portable, local, easy and convenient to support semantic/graph based retrieval of txtai "all in one" embeddings database. Any txtai embeddings db in tar.gz form can be loaded
Research MCP Server
The server functions as an MCP server to interact with Notion for retrieving and creating survey data, integrating with the Claude Desktop Client for conducting and reviewing surveys.