base-wallet-toolkit-mcp
Related Servers
Alternatives to base-wallet-toolkit-mcp
No user-submitted related servers found.
Related Servers
- 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.109 npm-
- AlicenseNot gradedqualityNot gradedmaintenanceEnables AI applications to interact with the Base Network and Coinbase API for blockchain operations including wallet management, token transfers, smart contract deployment, NFT operations, and onchain lending through Morpho vaults.109 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.109 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.109 npm-
- AlicenseNot gradedqualityBmaintenanceRead-only on-chain intelligence for AI agents on Base, providing tools to read balances, token metadata, gas, and transaction status live from chain without API keys.MIT
- AlicenseNot gradedqualityNot gradedmaintenanceEnables AI applications to interact with the Base Network blockchain and Coinbase API for onchain operations including wallet management, fund transfers, smart contract deployment, NFT handling, DeFi lending through Morpho vaults, and crypto onramping.109 npm-
TDQS
Scored across 7 tools
Most tools have clearly distinct purposes—resolving addresses, checking transaction status, gas estimation, token info, allowance checks, gas price, and balances all target different operations. However, get_gas_estimate and get_base_gas_price both relate to gas and could cause minor confusion, though one is about per-transaction estimation and the other is about current network conditions.
Tool names largely follow a verb_noun pattern (resolve_address, get_tx_status, get_gas_estimate, get_token_info, check_allowance, get_base_gas_price, check_balances). The pattern is mostly consistent, though 'check_allowance' and 'check_balances' use 'check' while others use 'get'/'resolve', a minor deviation in verb usage.
Seven tools is well within the ideal 3-15 range for a wallet/chain-inspection toolkit. Each tool covers a distinct, useful capability for interacting with the Base chain, and none feel redundant or superfluous.
The toolkit covers read-only inspection well (balances, token info, allowance, gas price, tx status, ENS resolution), but lacks any write operations like sending transactions, building/signing transactions, or executing swaps. For a wallet toolkit this is a notable gap—agents could inspect state but cannot act on it.