Skip to main content
Glama

solana-launchpads-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DUNE_API_KEYYesYour API key from Dune Analytics

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_daily_tokens_deployed
Retrieve the daily count of tokens deployed by Solana memecoin launchpads. This tool fetches data from a Dune Analytics query and pivots it to show the number of tokens deployed per day by each platform. Optionally, it can return the data as percentages of the total daily deployments. Args: return_percent (bool, optional): If True, returns the data as percentages of total daily deployments for each platform. Defaults to False. limit (int, optional): Maximum number of rows to fetch from the Dune query. Defaults to 1000. Returns: str: A markdown-formatted table of daily token deployments by platform, or an error message if the query fails.
get_daily_graduates
Fetch the daily number of graduates from Solana memecoin launchpads. This tool retrieves data from a Dune Analytics query and pivots it to show the number of successful graduates (e.g., completed token sales or projects) per day by each platform. Args: limit (int, optional): Maximum number of rows to fetch from the Dune query. Defaults to 1000. Returns: str: A markdown-formatted table of daily graduates by platform, or an error message if the query fails.
get_daily_graduation_rate
Fetch the daily graduation rate of Solana memecoin launchpads. This tool retrieves data from a Dune Analytics query and pivots it to show the graduation rate (e.g., percentage of projects that successfully complete their goals) per day by each platform. Args: limit (int, optional): Maximum number of rows to fetch from the Dune query. Defaults to 1000. Returns: str: A markdown-formatted table of daily graduation rates by platform, or an error message if the query fails.
get_daily_active_addresses
Fetch the daily count of active wallet addresses interacting with Solana memecoin launchpads. This tool retrieves data from a Dune Analytics query and pivots it to show the number of unique active wallets per day by each platform. Args: limit (int, optional): Maximum number of rows to fetch from the Dune query. Defaults to 1000. Returns: str: A markdown-formatted table of daily active wallets by platform, or an error message if the query fails.

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