{"mcp_version":"1.0","provider":"ServerMemoryRFQ","context_type":"commerce_api","description":"\n        ServerMemoryRFQ is an enterprise B2B marketplace for server memory hardware.\n        AI agents can query inventory, get real-time pricing, negotiate bulk discounts,\n        and execute purchases using Web3 wallets.\n        \n        WORKFLOW FOR AGENTS:\n        1. Query /api/agent/inventory to discover available parts\n        2. Check /api/agent/pricing/{part_number} for detailed pricing\n        3. Submit purchase intent to /api/agent/quote\n        4. If price exceeds limit, use /api/agent/negotiate\n        5. Complete purchase via /api/agent/checkout (wallet required)\n        \n        ITEMS WITH price_type=\"call\" REQUIRE HUMAN RFQ PROCESS.\n        ","tools":[{"name":"search_inventory","description":"Search available server memory inventory","endpoint":"GET /api/agent/inventory","parameters":{"search":"Part number or description keyword","min_qty":"Minimum quantity needed","max_price":"Maximum acceptable unit price USD","taa_only":"Filter for TAA compliant only"}},{"name":"get_pricing","description":"Get detailed pricing for a specific part","endpoint":"GET /api/agent/pricing/{part_number}","parameters":{"part_number":"The exact part number"}},{"name":"request_quote","description":"Request a bindable quote for purchase","endpoint":"POST /api/agent/quote","body":{"part_number":"string","quantity":"integer","max_price_usd":"float","wallet_address":"string","chain":"base|ethereum|stx|solana"}},{"name":"negotiate_price","description":"Propose a bulk discount negotiation","endpoint":"POST /api/agent/negotiate","body":{"part_number":"string","quantity":"integer","proposed_price_usd":"float","wallet_address":"string"}}],"authentication":{"type":"wallet_signature","supported_chains":["base","ethereum","stx","solana"],"note":"Public endpoints available without auth. Checkout requires wallet signature."}}