Memecoin Observatory MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Memecoin Observatory MCPScan new memecoin launches and check safety"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: pumpfun-wallets-mcp
π 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-mcpInstall dependencies:
npm installCreate a
.envfile based on the provided.env.example:
cp .env.example .envConfigure your environment variables in the
.envfile.
πββοΈ Running the MCP Server
Start the server with:
npm startFor development with auto-reload:
npm run devThe server will be available at:
MCP Schema:
http://localhost:3000/mcpMCP Execute:
http://localhost:3000/mcp/executeDocumentation:
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server that detects potential risks in Solana meme tokens, helping AI agents avoid rug pulls and unsafe projects.Last updated20MIT
- AlicenseAqualityDmaintenanceAn MCP server that analyzes walletsβ trading activity and profitability on Pump.fun and PumpSwap.Last updated41MIT
- Flicense-qualityBmaintenanceMemecoin Intelligence MCP Server β 9 tools for rug-check risk scoring, momentum analysis, whale watch, viral detection across 80+ chains. Part of ToolOracle (tooloracle.io).Last updated
- AlicenseAqualityDmaintenanceMCP server for MegaLaunch β AI-powered meme token launch service on Solana/pump.fun. Launch tokens with AI art, bundled buys, and Jito speed.Last updated6451MIT
Related MCP Connectors
Solana token risk-scoring MCP server for AI trading agents with insider wallet cluster detection.
Memecoin Intelligence MCP β 9 tools: rug check, momentum, whale watch, 80+ chains.
Solana on-chain intelligence β token scans, wallet profiling, bundle detection, 19 MCP tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tony-42069/solana-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server