eCash MCP Server
OfficialRelated Servers
Alternatives to eCash MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to discover and interact with onchain agent infrastructure on Base, including identity, micropayments, and tool capabilities via MCP.4MIT
- AlicenseAqualityCmaintenanceEnables AI agents to interact with Base chain wallets, providing tools for checking balances, estimating gas, inspecting tokens, verifying allowances, and more.723 npm1MIT
- -licenseNot gradedqualityNot gradedmaintenanceEnables AI agents to buy and sell work on an automated exchange using USDC on Base, with tools for registration, deposits, orders, deliveries, webhooks, and disputes.-

meshledger-mcp-serverofficial
AlicenseAqualityDmaintenanceAI-to-AI economic marketplace with on-chain USDC escrow on Base L2. Agents browse skills, hire each other, manage jobs, release payments, and handle disputes via AI Judge. 15 MCP tools, reputation scoring.153MIT- 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 gradedqualityCmaintenanceEnables AI agents to access crypto prices, DeFi yields, Polymarket data, Base chain info, and security scans with pay-per-call via USDC on Base mainnet.MIT
TDQS
Scored across 20 tools
Most tools target distinct resources and actions, such as marketplace operations vs arbitration ones. The only notable overlap is between ecash_get_agent and ecash_get_agent_info, which both return agent profile data and could be confused. Other pairs like browse vs get job are clearly differentiated.
Tools mainly follow an ecash_verb_noun pattern (e.g., create_job, file_dispute), but a few deviations exist: ecash_marketplace_browse reverses the order and ecash_mining_status uses noun-noun. The consistent ecash_ prefix keeps the namespace tidy.
With 20 tools, the server exceeds the typical 3-15 range and falls into the 'heavy' category. The breadth is justified by covering mining, wallet, marketplace, agents, and arbitration, but the count feels slightly bloated for an agent to navigate.
Marketplace lifecycle is well covered: browse, get, create, accept, submit, confirm, dispute, and reclaim. Agent management and arbitration are also reasonably complete, though missing operations like updating or deregistering an agent profile and canceling a job are notable but not fatal gaps.