base-token-factory
Related Servers
Alternatives to base-token-factory
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceGasless ERC-20 token deployment on Base using CDP Paymaster. Deploy tokens, verify contracts, check status.536 npm2MIT
- AlicenseNot gradedqualityNot gradedmaintenanceEnables AI applications to interact with the Base blockchain network, allowing wallet management, smart contract deployment, token transfers, NFT operations, DeFi interactions with Morpho vaults, and onramping funds via Coinbase.15 npm-
- AlicenseNot gradedqualityNot gradedmaintenanceEnables AI applications to interact with the Base blockchain network and Coinbase API, supporting wallet management, token transfers, smart contract deployment, NFT operations, DeFi interactions with Morpho vaults, and fiat onramp functionality.15 npm-
- AlicenseNot gradedqualityNot gradedmaintenanceEnables AI applications to interact with the Base Network and Coinbase API for onchain operations including wallet management, token transfers, smart contract deployment, NFT operations, DeFi lending through Morpho vaults, and onramping funds.15 npm-
- AlicenseNot gradedqualityNot gradedmaintenanceEnables AI applications to interact with the Base blockchain network and Coinbase API, supporting wallet operations, smart contract deployment, token transfers, NFT management, DeFi lending through Morpho vaults, and onramp functionality.15 npm-
- AlicenseAqualityCmaintenanceCoordinated multi-wallet trading on Base. Create wallets, distribute funds, execute synchronized buys/sells, rebalance portfolios.833 npm1MIT
TDQS
Scored across 5 tools
Each tool has a distinct purpose: deploy_token creates, get_deployer_tokens lists deployments by address, get_deployment gets details by ID, get_factory_info shows contract-level info, and get_token_info returns token metadata. No overlap in functionality.
All tool names follow a consistent verb_noun pattern (e.g., deploy_token, get_deployment), using lowercase with underscores. No mixed conventions or ambiguous verbs.
5 tools is well-scoped for a token factory server, covering creation, querying deployments, factory info, and token info. Not too many or too few for the domain.
The tool surface covers the main operations (deploy, list, get details, factory info, token info). Minor gap: no global list of all deployments, but per-deployer listing and factory total count mitigate this.