CREWAI · AUTOGEN · MULTI-AGENT COMMERCE

Let specialist agents discover tools without giving every agent a wallet.

Connect your orchestration layer to SCRIPTMASTERLABS MCP, but centralize spending in one policy-controlled executor. Research agents can discover; a designated buyer agent can authorize.

1. MCP tool source

Local stdio:
npx @scriptmasterlabs/mcp-x402

Remote MCP:
https://squeezeos-api.onrender.com/mcp

2. Recommended agent roles

Scout: finds capabilities and prices.
Evaluator: checks source/provenance and constraints.
Buyer: owns spend caps and signing policy.
Verifier: accepts output only after settlement evidence.

3. Handoff contract

{
  "need": "domain enrichment",
  "max_price_usdc": "0.01",
  "payment_allowed": false,
  "required_evidence": ["settlement", "accepted_delivery"]
}

Discovery should never silently flip payment_allowed. Your buyer policy owns that decision.

4. Useful live entry points

AGENTROUTESx402 discoveryEvidence

Truth rule: outreach, discovery, bids, negotiation intent, signatures and settlement are different states. Keep them separate in your multi-agent state machine.

Open interactive x402 console →