buyer-agentstarts a DaydreamsAI CLI agent using the mcp and cli extension packages.clientis a simple SPA client that simply renders Bazaar listingsdocsquick reference to the Coinbase x402 documentation.mcp-serverexposes 3 tools: list bazaar services, inspect service, call services
In mcp-server
CDP_API_KEY_ID=your_key
CDP_API_KEY_SECRET=your_key
CDP_WALLET_SECRET=your_key
CDP_EVM_ACCOUNT_ADDRESS=your_keyIn buyer-agent
OPENROUTER_API_KEY=your_keyStart agent
cd buyer-agent && bun run example-mcp-agent.ts- LLM confusion: Having to ask to first get the tools from mcp, then ask to list bazaar services from mcp tool.
- Proposal: bring the "list bazaar services" action to the agent context side, expose only the "call x402 service from bazaar" tool on the mcp-server
- SVM multinetwork signer complexity