token-deploy-guide logo

token-deploy-guide

Comprehensive reference database for deploying tokens and NFTs across Solana and EVM chains. Step-by-step guides for SPL, Token-2022, Metaplex NFTs, compressed NFTs, Pump.fun, ERC-20, ERC-721, ERC-1155, and ERC-404/DN404. Fully offline — no API key needed.

token deployment
mint a token
erc-20
+1
|

Overview

The token-deploy-guide MCP server provides a comprehensive, offline reference database for deploying tokens and NFTs on Solana and EVM chains. It delivers step-by-step guides for standards like SPL, Token-2022, Metaplex NFTs, compressed NFTs, Pump.fun, ERC-20, ERC-721, ERC-1155, and ERC-404/DN404, including commands, code templates, costs, and common pitfalls. No API keys are required, making it ideal for quick, reliable access during development.

Key Capabilities

Use list_standards to retrieve all supported token and NFT deployment standards across Solana and EVM chains, getting IDs for use with other tools. Call deploy_guide with a standard ID to obtain detailed instructions, including CLI commands, code snippets, estimated costs, and potential issues. Run compare_chains to evaluate deployment costs, transaction speeds, and features between chains, aiding chain selection for tokens or NFTs.

Use Cases

A developer prototyping an ERC-20 token runs list_standards to find the ID, then deploy_guide for deployment commands and gas estimates on Ethereum versus Polygon. Someone building a Solana NFT collection uses compare_chains to weigh Metaplex against compressed NFTs on costs and speed, then follows deploy_guide for implementation. A team evaluating Pump.fun for memecoins calls compare_chains to compare it with Token-2022, pulling guides to deploy without external dependencies.

Who This Is For

Blockchain developers and smart contract engineers familiar with Solana or EVM ecosystems, from intermediate to advanced levels. Those needing precise, offline deployment references without relying on web docs or live APIs. Ideal for solo devs or teams handling token launches across multiple chains.

PlaygroundWebsiteUpdated Apr 8, 2026