
Solana Token Launch Scanner API
Wire your coding agent to scan fresh Solana token launches on pump.fun, Raydium, and PumpSwap with price, liquidity, and volume without building scrapers yourself.
Overview
io.github.Br0ski777/solana-launches is a remote Finance MCP server for the Idea phase that scans new Solana token launches on pump.fun, Raydium, and PumpSwap with price, liquidity, and volume via x402-paid SSE.
What is this MCP server?
- Remote SSE MCP at solana-launches.api.klymax402.com/mcp (server schema 2025-12-11)
- Covers pump.fun, Raydium, and PumpSwap launch surfaces in one integration
- Returns price, liquidity, and volume fields for quick launch triage
- x402 micropayment remote—pay-per-call instead of bundling a heavy data subscription
- Version 1.1.0 published from Br0ski777/solana-launches-x402 on GitHub
- Remote MCP version 1.1.0
- 1 SSE remote endpoint: https://solana-launches.api.klymax402.com/mcp
- 3 launch venue families named: pump.fun, Raydium, PumpSwap
What problem does it solve?
You want your agent to flag brand-new Solana tokens across major launch venues but you do not have time to run indexers, parse program logs, or stitch together three different APIs.
Who is it for?
Solo builders prototyping launch alerts, research copilots, or validation notebooks that need multi-venue Solana launch visibility inside the agent.
Skip if: Production market-making, MEV, or compliance-grade trading stacks that require signed data feeds, sub-second guarantees, or custody integrations.
What do I get? / Deliverables
After you register the remote MCP endpoint, your agent can pull structured launch snapshots with market context in one tool call instead of ad-hoc scraping scripts.
- Structured new-launch records with price, liquidity, and volume fields
- Multi-venue coverage across pump.fun, Raydium, and PumpSwap in agent context
- Repeatable discovery queries without maintaining custom indexer code
Recommended MCP Servers
Journey fit
Launch discovery is an early-journey research task—builders spot trends and memecoin velocity before they commit to bots, dashboards, or trading logic. The discover subphase is where solo builders hunt new on-chain opportunities; this MCP surfaces net-new listings rather than maintaining production infra.
How it compares
Remote on-chain launch scanner MCP with x402 billing—not a local agent skill that encodes buy/sell rules.
Common Questions / FAQ
Who is solana-launches for?
Indie developers and agent users researching new Solana tokens who want pump.fun, Raydium, and PumpSwap launch data inside Claude Code or Cursor without building scrapers.
When should I use solana-launches?
Use it in early discovery when you need price, liquidity, and volume on fresh launches to shortlist ideas before you build bots, dashboards, or trading automation.
How do I add solana-launches to my agent?
Add the remote MCP server URL https://solana-launches.api.klymax402.com/mcp as an SSE transport in your MCP-compatible client and configure x402 micropayment handling per your host's docs.