Labsco
kukapay logo

Solana Launchpads MCP

β˜… 1

from kukapay

Tracks daily activity and graduate metrics across multiple Solana launchpads using the Dune Analytics API.

πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedAccount requiredAdvanced setup

Solana Launchpads MCP

An MCP server that tracks daily activity and graduate metrics across multiple Solana launchpads.

GitHub License Python Version Status

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.

Tools

Tool NameDescriptionParameters
get_daily_tokens_deployedRetrieves daily token deployments by platform, optionally as percentages.return_percent: bool (default: False)<br>limit: int (default: 1000)
get_daily_graduatesFetches daily successful graduates by platform.limit: int (default: 1000)
get_daily_graduation_rateRetrieves daily graduation rates by platform.limit: int (default: 1000)
get_daily_active_addressesFetches daily active wallet addresses by platform.limit: int (default: 1000)

License

This project is licensed under the MIT License. See the LICENSE file for details.