A TypeScript SDK for Solana's Pump.fun protocol that gives Claude the ability to build and query bonding curve token operations. It exposes offline-first instruction builders for token creation (including vanity mints ending in "pump"), bonding curve buys and sells, graduation tracking, fee sharing configuration, and AMM pool management. The SDK never sends transactions itself. It returns raw TransactionInstruction arrays that you compose and sign with your own wallet strategy. Useful when you need Claude to calculate token quotes, monitor graduation progress, or generate the exact instructions for a Pump.fun operation without handling private keys. Requires @solana/web3.js and related Solana packages as peer dependencies.