Beamswap MCP
OfficialRelated Servers
Alternatives to Beamswap MCP
No user-submitted related servers found.
Related Servers
- 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-
- AlicenseAqualityCmaintenanceEnables AI agents to interact with Base chain wallets, providing tools for checking balances, estimating gas, inspecting tokens, verifying allowances, and more.723 npm1MIT
- 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 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 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.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-
TDQS
Scored across 11 tools
Each tool targets a distinct resource or action, and the watch and distribution families are clearly separated. The only close pair is swap_quote vs swap_route, but their descriptions distinguish quote-only from ready-to-sign calldata well enough.
Most names follow a resource_first snake_case pattern such as watch_create, distribution_get, and session_create. A few names like portfolio, token_info, and swap_quote use noun-style suffixes instead of verb_action, so the pattern is mostly consistent but not uniform.
With 11 tools, the server is well within the ideal scope and each tool covers a distinct capability: portfolio, token info, swap quoting/routing, watch lifecycle, distribution lifecycle, and session creation. No tool feels redundant.
Core workflows are covered: swap quote/route, watch create/get/delete, and distribution create/get/proof. Minor gaps such as listing watches or distributions and a session status endpoint could improve completeness, but agents can complete the main intended operations.