MCP server for AI agents to deploy ERC-20 tokens on Base with zero gas fees via CDP Paymaster. Gasle
Connect Base to Claude, Cursor or any other MCP client and it stops being a tab you switch to. MCP server for AI agents to deploy ERC-20 tokens on Base with zero gas fees via CDP Paymaster. Gasle. The base mcp server is what makes that connection.
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.
Installation goes through your MCP client rather than a global install: point it at base-gasless-deploy-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
deploy_gasless_token — Deploy an ERC-20 token on Base. Uses paymaster for zero gas when configuredget_token_info — Get info about a deployed token (name, symbol, supply, owner balance)estimate_gas_savings — The estimate_gas_savings tool exposed by this serverlist_deployed_tokens — List all tokens deployed by an address in the current sessiontransfer_tokens — The transfer_tokens tool exposed by this serverConfiguration is passed through the environment: DEPLOYER_PRIVATE_KEY, PAYMASTER_URL, CDP_PAYMASTER_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the cloud and infrastructure group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Base's toolset — deploy_gasless_token, get_token_info, estimate_gas_savings and 2 more — is a fair guide to whether it matches your workflow. It is maintained by lordbasilaiassistant-sudo; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Base's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| deploy_gasless_token | Deploy an ERC-20 token on Base. Uses paymaster for zero gas when configured. |
| get_token_info | Get info about a deployed token (name, symbol, supply, owner balance). |
| estimate_gas_savings | The estimate_gas_savings tool exposed by this server. |
| list_deployed_tokens | List all tokens deployed by an address in the current session. |
| transfer_tokens | The transfer_tokens tool exposed by this server. |
{
"mcpServers": {
"base-gasless-deploy": {
"command": "npx",
"args": ["-y", "base-gasless-deploy-mcp"],
"env": {
"DEPLOYER_PRIVATE_KEY": "your-value",
"PAYMASTER_URL": "your-value",
"CDP_PAYMASTER_URL": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| DEPLOYER_PRIVATE_KEY | Credential the server authenticates with. | Yes |
| PAYMASTER_URL | Endpoint or connection string the server talks to. | Yes |
| CDP_PAYMASTER_URL | Endpoint or connection string the server talks to. | Yes |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.