🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

base-token-factory-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

base-token-factory-mcp

MCP server for deploying ERC-20 tokens via the SimpleTokenFactory on Base mainnet. One command, one token.

latest
npmnpm
Version
1.0.1
Version published
Weekly downloads
13
-27.78%
Maintainers
1
Weekly downloads
 
Created
Source

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

ToolDescription
deploy_tokenDeploy a new ERC-20 (name, symbol, supply, decimals, recipient). Fee: 0.0005 ETH
get_deploymentGet deployment details by ID
get_deployer_tokensList all tokens deployed by an address
get_factory_infoFactory stats — fee, total deployed, treasury
get_token_infoToken details — name, symbol, supply, holder balance

Contract

  • Factory: 0x39D878F6c3AABFAe898ee1B2Bd5f2949784181F1
  • Chain: Base mainnet (chainId 8453)
  • Fee: 0.0005 ETH per deploy

License

MIT

Keywords

mcp

FAQs

Package last updated on 07 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts