# Solana Token Launches — pump.fun, Raydium, PumpSwap

New Solana token launch scanner API for AI agents. Monitor new token deployments from pump.fun, Raydium, PumpSwap, and Orca. Returns liquidity, holder count, market cap, and creation time for each to…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/solana-launches

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/solana-launches

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/solana-launches solana_scan_new_tokens

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/solana-launches solana_scan_new_tokens '{}'
```

## Direct MCP Connection

Endpoint: `https://solana-launches--axel-belfort.run.tools`

## Tools (1)

- `solana_scan_new_tokens` — Use this when you need to find newly launched tokens on Solana. Returns recent token launches from pump.fun, Raydium, P…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/solana-launches <tool-name>
```
