{
  "schema_version": "2026-02-01",
  "name": "ServerMemoryRFQ",
  "display_name": "Server Memory RFQ — B2B Memory Marketplace",
  "description": "Enterprise B2B marketplace for server memory (DDR3/DDR4/DDR5, RDIMM, LRDIMM). AI agent commerce enabled — query inventory, request quotes, and execute on-chain purchases (Base/Ethereum, USDC/ETH) without human intervention.",
  "publisher": {
    "name": "ServerMemoryRFQ",
    "contact_email": "simon@memory.net",
    "website": "https://servermemoryrfq.com"
  },
  "agent_commerce": {
    "enabled": true,
    "version": "2026.2",
    "standards": [
      "mcp-1.0",
      "x402-v1",
      "openai-ai-plugin-v1"
    ],
    "capabilities": [
      "inventory_query",
      "real_time_pricing",
      "bulk_negotiation",
      "wallet_checkout",
      "x402_micropayments",
      "shipping_tracking",
      "api_key_provisioning"
    ]
  },
  "supported_chains": [
    { "name": "base",     "chain_id": 8453, "tokens": ["USDC", "ETH"] },
    { "name": "ethereum", "chain_id": 1,    "tokens": ["USDC", "ETH"] }
  ],
  "receiving_wallets": {
    "base":     "0x299290421e696a76ef1efe77adee23c7629613d7",
    "ethereum": "0x4A82F8bcDEaBcF56C3bE1f22e5b1B333aFae243f"
  },
  "usdc_contracts": {
    "base":     "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "ethereum": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
  },
  "api": {
    "base_url": "/api/agent",
    "auth": {
      "header": "X-Agent-API-Key",
      "alt_header": "Authorization: Bearer <key>",
      "provisioning": "Request a key from operator. Free-tier keys available.",
      "rate_limit_default": { "per_minute": 60, "per_day": 10000 }
    },
    "endpoints": {
      "manifest":       { "method": "GET",  "path": "/api/agent/manifest",                     "auth": false },
      "mcp_context":    { "method": "GET",  "path": "/api/agent/mcp/context",                  "auth": false },
      "capabilities":   { "method": "GET",  "path": "/api/agent/capabilities",                 "auth": false },
      "inventory":      { "method": "GET",  "path": "/api/agent/inventory",                    "auth": false },
      "pricing":        { "method": "GET",  "path": "/api/agent/pricing/{part_number}",        "auth": false },
      "quote":          { "method": "POST", "path": "/api/agent/quote",                        "auth": false },
      "negotiate":      { "method": "POST", "path": "/api/agent/negotiate",                    "auth": false },
      "order_create":   { "method": "POST", "path": "/api/agent/orders/create",                "auth": "optional" },
      "order_status":   { "method": "GET",  "path": "/api/agent/orders/{order_id}",            "auth": false },
      "order_verify":   { "method": "POST", "path": "/api/agent/orders/{order_id}/verify",     "auth": false },
      "submit_rfq":     { "method": "POST", "path": "/api/agent/orders/submit-rfq",            "auth": "optional" },
      "eth_price":      { "method": "GET",  "path": "/api/agent/orders/eth-price",             "auth": false },
      "usdc_contracts": { "method": "GET",  "path": "/api/agent/orders/usdc-contracts",        "auth": false },
      "wallets":        { "method": "GET",  "path": "/api/agent/orders/wallets",               "auth": false },
      "x402_index":     { "method": "GET",  "path": "/api/agent/x402/",                        "auth": false },
      "x402_feed":      { "method": "GET",  "path": "/api/agent/x402/feed",                    "auth": "x402" },
      "x402_purchase":  { "method": "POST", "path": "/api/agent/x402/purchase/{part_number}",  "auth": "x402" }
    }
  },
  "x402": {
    "enabled": true,
    "version": 1,
    "default_network": "base",
    "default_asset": {
      "symbol": "USDC",
      "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "decimals": 6
    },
    "pay_to": "0x299290421e696a76ef1efe77adee23c7629613d7",
    "schemes_supported": ["exact-txhash"],
    "schemes_planned":   ["exact-eip3009"],
    "discovery": "/api/agent/x402/",
    "note": "Clients retry with X-PAYMENT header containing base64-encoded JSON {x402Version:1, scheme:'exact-txhash', network, payload:{tx_hash, from}}. Server validates on-chain via public JSON-RPC and returns the resource plus X-PAYMENT-RESPONSE."
  },
  "mcp": {
    "enabled": true,
    "context_endpoint": "/api/agent/mcp/context",
    "tools": [
      "search_inventory",
      "get_pricing",
      "request_quote",
      "negotiate_price",
      "checkout",
      "x402_feed",
      "x402_purchase"
    ]
  },
  "trust_signals": {
    "years_in_business": 25,
    "certifications": ["ISO 9001", "TAA Compliant Supplier"],
    "warranty": { "duration": "1 year", "type": "Advance Replacement" },
    "shipping": { "same_day": true, "drop_ship": true, "international": true }
  },
  "discovery": {
    "llms_txt": "/llms.txt",
    "openai_plugin": "/.well-known/ai-plugin.json",
    "agent_manifest": "/.well-known/agent-manifest.json"
  },
  "legal": {
    "terms_of_service": "/terms",
    "privacy_policy": "/privacy"
  }
}
