# Solana Token Launch Scanner API MCP server

New Solana token launches — pump.fun, Raydium, PumpSwap. Price, liquidity, volume. x402.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-solana-launches
- Repository: https://github.com/Br0ski777/solana-launches-x402
- Website: https://github.com/Br0ski777/solana-launches-x402

## Install
- Endpoint: https://solana-launches.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://solana-launches.api.klymax402.com/mcp

## Tools
- solana_scan_new_tokens - Use this when you need to find newly launched tokens on Solana. Returns recent token launches from pump.fun, Raydium, PumpSwap, and Orca with market data and safety signals.

1. tokens: array of recently launched tokens sorted by recency
2. Each token contains: mint (address), name, symbol, creator, poolType (pump.fun/Raydium/PumpSwap/Orca), initialLiquidity, currentLiquidity, marketCap, holderCount, ageMinutes
3. totalFound: number of tokens matching filters
4. filters: applied filters (minLiquidity, limit)

Example output: {"tokens":[{"mint":"7xKX...","name":"PEPE2","symbol":"PEPE2","creator":"5abc...","poolType":"pump.fun","initialLiquidity":5200,"currentLiquidity":12400,"marketCap":48000,"holderCount":156,"ageMinutes":23}],"totalFound":45,"filters":{"minLiquidity":1000,"limit":20}}

Use this FOR discovering early-stage Solana tokens, monitoring new launches, or building sniper/scanner bots. Essential for identifying opportunities before they trend.

Do NOT use for token safety checks -- use token_check_safety. Do NOT use for swap quotes -- use jupiter_get_swap_quote. Do NOT use for pool liquidity depth -- use solana_scan_pool_liquidity. Endpoint: https://solana-launches.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
