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.
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.
Prerequisites
- Python 3.10 or higher
- uv (recommended package manager)
- A Dune Analytics API key
Installation
- Clone the repository:
- Install dependencies:
- Installing to Claude Desktop: Install the server as a Claude Desktop application:Configuration file as a reference:Replace
/path/to/solana-launchpads-mcp
with your actual installation path, anddune_api_key
with your API key from Dune Analytics.
Tools
Tool Name | Description | Parameters |
---|---|---|
get_daily_tokens_deployed | Retrieves daily token deployments by platform, optionally as percentages. | return_percent: bool (default: False)limit: int (default: 1000) |
get_daily_graduates | Fetches daily successful graduates by platform. | limit: int (default: 1000) |
get_daily_graduation_rate | Retrieves daily graduation rates by platform. | limit: int (default: 1000) |
get_daily_active_addresses | Fetches daily active wallet addresses by platform. | limit: int (default: 1000) |
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:
Output:
Get Daily Graduates
Prompt:
Output:
Get Daily Graduation Rate
Prompt:
Output:
Get Daily Active Addresses
Prompt:
Output:
License
This project is licensed under the MIT License. See the LICENSE file for details.
This server cannot be installed
An MCP server that tracks daily activity and graduate metrics across multiple Solana launchpads.
Related MCP Servers
- -securityAlicense-qualitymcp server that allows to do actual actions related to solana first version adds knowledge about RPC methods and how to call themLast updated -18RustThe Unlicense
- AsecurityFlicenseAqualityAn MCP server for searching and visualizing SolarWinds Observability logs, allowing users to query log data with filtering options and generate visual representations of log events over time.Last updated -215TypeScript
- -securityAlicense-qualityA simple MCP server implementation that provides AI models with basic Solana RPC methods and helpful development prompts.Last updated -21TypeScriptMIT License
- -securityAlicense-qualityAn MCP server for executing token swaps on the Solana blockchain using Jupiter's Ultra API, enabling users to fetch optimal swap orders and execute transactions with slippage control.Last updated -JavaScriptMIT License