solana-launchpads-mcp
Connects with GitHub for repository access and installation, allowing users to clone the server repository for deployment.
Formats all output data as markdown tables for enhanced readability when presenting metrics and statistics.
Built on Python 3.10+, leveraging the Python ecosystem for data processing and API integration.
Tracks metrics across multiple Solana launchpads, providing data on token deployments, successful project graduations, graduation rates, and active wallet addresses on the Solana blockchain.
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., "@solana-launchpads-mcpshow me token deployments across launchpads for the past week"
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.
Solana Launchpads MCP
An MCP server that tracks daily activity and graduate metrics across multiple Solana launchpads.
Features
MCP Tools: Four tools to retrieve daily metrics:
Token deployments.
Successful graduates (completed projects).
Graduation rates.
Active wallet addresses.
Markdown Output: Data is formatted as markdown tables for easy readability.
Related MCP server: pumpfun-wallets-mcp
Prerequisites
Python 3.10 or higher
uv (recommended package manager)
Installation
Clone the repository:
git clone https://github.com/kukapay/solana-launchpads-mcp.git cd solana-launchpads-mcpInstall dependencies:
uv syncInstalling to Claude Desktop:
Install the server as a Claude Desktop application:
uv run mcp install main.py --name "Solana Launchpads"Configuration file as a reference:
{ "mcpServers": { "Solana Launchpads": { "command": "uv", "args": [ "--directory", "/path/to/solana-launchpads-mcp", "run", "main.py" ], "env": { "DUNE_API_KEY": "dune_api_key"} } } }Replace
/path/to/solana-launchpads-mcpwith your actual installation path, anddune_api_keywith your API key from Dune Analytics.
Tools
Tool Name | Description | Parameters |
| Retrieves daily token deployments by platform, optionally as percentages. |
|
| Fetches daily successful graduates by platform. |
|
| Retrieves daily graduation rates by platform. |
|
| Fetches daily active wallet addresses by platform. |
|
Example Usage
To use the MCP server, start it and interact with its tools and prompt via an LLM client (e.g., Claude Desktop or or MCP Inspector). Below are examples for each tool and the prompt, using natural language inputs.
Get Daily Token Deployments
Prompt:
Show me the number of tokens launched on Solana memecoin launchpads each day for the past week.Output:
| date | LaunchLabs | LetsBonk | Pump.fun | Boop | Bags | Believeapp | Moonshot | Sunpump.meme |
|------------|------------|----------|----------|------|------|------------|----------|--------------|
| 2025-06-15 | 50 | 20 | 120 | 10 | 15 | 5 | 30 | 25 |
| 2025-06-14 | 45 | 18 | 110 | 8 | 12 | 4 | 25 | 20 |
| ... | ... | ... | ... | ... | ... | ... | ... | ... |Get Daily Graduates
Prompt:
How many projects successfully graduated from Solana memecoin launchpads daily over the last 10 days?Output:
| block_date | LaunchLabs | LetsBonk | Pump.fun | Boop | Bags | Believeapp | Moonshot | Sunpump.meme |
|------------|------------|----------|----------|------|------|------------|----------|--------------|
| 2025-06-15 | 10 | 5 | 15 | 2 | 3 | 1 | 5 | 4 |
| 2025-06-14 | 8 | 4 | 12 | 1 | 2 | 0 | 4 | 3 |
| ... | ... | ... | ... | ... | ... | ... | ... | ... |Get Daily Graduation Rate
Prompt:
What’s the success rate of projects on Solana memecoin launchpads for the past 5 days?Output:
| block_date | LaunchLabs | LetsBonk | Pump.fun | Boop | Bags | Believeapp | Moonshot | Sunpump.meme |
|------------|------------|----------|----------|------|------|------------|----------|--------------|
| 2025-06-15 | 0.20 | 0.25 | 0.30 | 0.15 | 0.18 | 0.10 | 0.22 | 0.19 |
| 2025-06-14 | 0.18 | 0.22 | 0.28 | 0.12 | 0.15 | 0.08 | 0.20 | 0.17 |
| ... | ... | ... | ... | ... | ... | ... | ... | ... |Get Daily Active Addresses
Prompt:
Tell me how many wallets were active on Solana memecoin launchpads each day for the last week.Output:
| date_time | LaunchLabs | LetsBonk | Pump.fun | Boop | Bags | Believeapp | Moonshot | Sunpump.meme |
|------------|------------|----------|----------|------|------|------------|----------|--------------|
| 2025-06-15 | 2000 | 800 | 5000 | 300 | 400 | 100 | 1200 | 900 |
| 2025-06-14 | 1800 | 700 | 4800 | 250 | 350 | 80 | 1100 | 800 |
| ... | ... | ... | ... | ... | ... | ... | ... | ... |License
This project is licensed under the MIT License. See the LICENSE file for details.
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
- AlicenseAqualityDmaintenanceAn MCP server that tracks and analyzes DEX liquidity pools to power intelligent DeFi agents and automated strategies.Last updated12MIT
- AlicenseAqualityDmaintenanceAn MCP server that analyzes wallets’ trading activity and profitability on Pump.fun and PumpSwap.Last updated41MIT
- AlicenseAqualityDmaintenanceAn MCP server that delivers NFT collection analytics powered by data from Dune Analytics.Last updated51MIT
- AlicenseAqualityDmaintenanceAn MCP server that tracks trading volume metrics segmented by DEX, blockchain, aggregator, frontend, and Telegram bot.Last updated101MIT
Related MCP Connectors
Crypto intelligence MCP for market data, DeFi, wallets, security, DEX, NFTs, and Solana.
Solana on-chain intelligence — token scans, wallet profiling, bundle detection, 19 MCP tools.
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
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/kukapay/solana-launchpads-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server