Skip to main content
Glama

Base Token Factory MCP

Deploy ERC-20 tokens on Base mainnet via the SimpleTokenFactory contract. One command, one token.

Quick Start

Add to your .mcp.json:

{
  "mcpServers": {
    "base-token-factory": {
      "command": "npx",
      "args": ["-y", "base-token-factory-mcp"],
      "env": {
        "RPC_URL": "https://mainnet.base.org",
        "DEPLOYER_PRIVATE_KEY": "your-key-here"
      }
    }
  }
}

DEPLOYER_PRIVATE_KEY is only needed for deploy_token. Read-only tools work without it.

Tools

Tool

Description

deploy_token

Deploy a new ERC-20 (name, symbol, supply, decimals, recipient). Fee: 0.0005 ETH

get_deployment

Get deployment details by ID

get_deployer_tokens

List all tokens deployed by an address

get_factory_info

Factory stats — fee, total deployed, treasury

get_token_info

Token details — name, symbol, supply, holder balance

Contract

License

MIT

Latest Blog Posts

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-token-factory-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server