base-gasless-deploy-mcp
base-gasless-deploy-mcp
MCP server for deploying ERC-20 tokens on Base with zero gas using CDP Paymaster. Falls back to normal gas if no paymaster is configured.
Install
npx -y base-gasless-deploy-mcpRelated MCP server: base-multi-wallet-mcp
Configuration
Add to your MCP client config (e.g. Claude Desktop):
{
"mcpServers": {
"base-gasless-deploy": {
"command": "npx",
"args": ["-y", "base-gasless-deploy-mcp"],
"env": {
"DEPLOYER_PRIVATE_KEY": "0x...",
"PAYMASTER_URL": "https://api.developer.coinbase.com/rpc/v1/base/..."
}
}
}
}Environment Variables
Variable | Required | Description |
| Yes (write ops) | Private key for deploying/transferring |
| No | CDP Paymaster RPC endpoint for gasless transactions |
| No | Alias for PAYMASTER_URL |
| No | Base RPC (default: https://mainnet.base.org) |
Tools
deploy_gasless_token
Deploy an ERC-20 token on Base. Uses paymaster for zero gas when configured.
Params:
name(string) - Token namesymbol(string) - Token symbolsupply(string, default "1000000") - Total supply in human unitsowner_address(string) - Address that receives all tokens
get_token_info
Get info about a deployed token (name, symbol, supply, owner balance).
Params:
token_address(string) - Token contract address
estimate_gas_savings
Show how much gas was saved by using the paymaster.
Params:
token_address(string) - Token contract address
list_deployed_tokens
List all tokens deployed by an address in the current session.
Params:
deployer_address(string) - Deployer wallet address
transfer_tokens
Transfer ERC-20 tokens gaslessly via paymaster.
Params:
token_address(string) - Token contract addressto(string) - Recipient addressamount(string) - Amount in human units
How It Works
Pre-compiled ERC-20 bytecode is embedded in the server (no Solidity compiler needed at runtime)
When
PAYMASTER_URLis set, transactions are routed through the CDP Paymaster for gas sponsorshipIf the paymaster fails or isn't configured, transactions fall back to normal gas from the deployer wallet
All deployments are tracked in-memory for gas savings reporting
Related MCP Servers
Package | Tools | What it does |
| 14 | Deploy tokens, trade, earn OBSD |
| 8 | Scan contracts for vulnerabilities |
| 7 | On-chain price feeds from DEX pools |
| 8 | Coordinated multi-wallet trading |
| 5 | Gasless ERC-20 token deployment |
| 7 | Detect arbitrage opportunities |
| 5 | Discover & trade new launches |
| 7 | Wallet balances, gas, tokens |
| 6 | Read any smart contract (free) |
| - | Scaffold a new MCP server |
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-quality-maintenanceEnables AI applications to interact with the Base blockchain network, allowing wallet management, smart contract deployment, token transfers, NFT operations, DeFi interactions with Morpho vaults, and onramping funds via Coinbase.Last updated69
- AlicenseAqualityDmaintenanceCoordinated multi-wallet trading on Base. Create wallets, distribute funds, execute synchronized buys/sells, rebalance portfolios.Last updated8301MIT
- Alicense-qualityCmaintenanceNon-custodial x402 MCP payment layer for AI agents. Enables autonomous USDC payments on Base via the x402 HTTP payment protocol, with CCTP cross-chain bridge support.Last updated1125MIT
- AlicenseAqualityDmaintenanceEnables deploying ERC-20 tokens on Base mainnet via the SimpleTokenFactory contract. Supports token deployment, querying deployments, and factory info.Last updated5281MIT
Related MCP Connectors
Read-only on-chain intel for AI agents on Base: balances, tokens, gas, tx status. No API keys.
Read-only on-chain intelligence for AI agents on Base: balances, tokens, gas, tx status.
Cross-chain token swaps for autonomous agents on Base L2 and partner rails
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lordbasilaiassistant-sudo/base-gasless-deploy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server