This MCP server allows for the deployment of ERC-20 tokens on Base without incurring gas fees by utilizing a CDP Paymaster, with a fallback to normal gas if no paymaster is configured.
From the registry: MCP server for AI agents to deploy ERC-20 tokens on Base with zero gas fees via CDP Paymaster. Gasle
Please install the `base-gasless-deploy-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js** — Required for npx. (https://nodejs.org)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","base-gasless-deploy-mcp"]
- required environment variables:
- `DEPLOYER_PRIVATE_KEY`: Private key for deploying and transferring tokens. (example: `<your-deployer-private-key>`)
- optional environment variables:
- `PAYMASTER_URL`: CDP Paymaster RPC endpoint for gasless transactions. (example: `https://api.developer.coinbase.com/rpc/v1/base/<your-api-key>`)
- `CDP_PAYMASTER_URL`: Alias for PAYMASTER_URL.
- `RPC_URL`: Base RPC URL override. (example: `https://mainnet.base.org`)
Note: Secrets are passed via environment variables and will be visible to the LLM session. Use disposable or dev keys only.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.DEPLOYER_PRIVATE_KEYrequiredPrivate key for deploying/transferring tokens.Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
SEC filing intelligence — insider sentiment, material events, financial ratios, disclosure search.
MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)