I built dex-skills — an open-source TypeScript SDK that unifies token launching
and querying across 7 DEX launchpad platforms on 4 chains.
Supported platforms:
- Solana: Pump.fun, Moonshot, LetsBonk
- Base: Zora, Clanker
- BNB: Four.meme
- TRON: SunPump
What it does:
- Launch tokens with a single unified interface
- Query token info, trending, trade history, holders
- Buy/sell on bonding curves
- Works as MCP server (Claude Code, Cursor), function calling (OpenAI/Anthropic), or direct TypeScript import
npm install dex-skills
Docs: https://dex-skills.xyz
GitHub: https://github.com/basik86/dex-skills
npm: https://www.npmjs.com/package/dex-skills
Built this because every platform has its own API/SDK with different interfaces,
and I wanted one consistent way to interact with all of them —
especially for AI agents that need tool-use across multiple chains.
Top comments (0)