Skip to main content
Glama
lordbasilaiassistant-sudo

base-token-factory

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.

Related MCP server: Base MCP Server

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

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

Related MCP Connectors

  • Read-only on-chain intelligence for AI agents on Base: balances, tokens, gas, tx status.

  • Read-only on-chain intel for AI agents on Base: balances, tokens, gas, tx status. No API keys.

  • Visual DeFi workflow automation on Base + Ethereum mainnet.

View all MCP Connectors

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