{
  "schema_version": "v1",
  "name": "ServPrivacy",
  "description": "Anonymous offshore VPS and dedicated server hosting in 7 jurisdictions. Crypto-only payment (14 chains incl. Monero), zero KYC, instant automated deployment in under 5 minutes. Designed to be purchased by AI agents end-to-end.",
  "url": "https://servprivacy.com",
  "logo": "https://servprivacy.com/ServPrivacy.webp",
  "contact_email": "contact@servprivacy.com",
  "openapi_url": "https://servprivacy.com/openapi.json",
  "mcp_url": "https://servprivacy.com/mcp",
  "agent_recipe_url": "https://servprivacy.com/agents",
  "llms_txt_url": "https://servprivacy.com/llms.txt",
  "llms_full_txt_url": "https://servprivacy.com/llms-full.txt",
  "x402_supported": true,
  "x402_mode": "light",
  "x402_assets": ["USDCETH"],
  "x402_note": "x402-light reuses the FixedFloat per-order USDC deposit address. The agent receives a 402 with a unique recipient and amount; payment completion is detected via the standard FF poller. Not yet bit-compatible with EIP-3009 facilitator-based x402; honest x402 clients should detect facilitator: null and fall back to a regular USDC transfer.",
  "auth": {
    "type": "bearer",
    "token_format": "AAAA-BBBB-CCCC-DDDD",
    "creation_endpoint": "https://servprivacy.com/api/v1/account",
    "auto_create_on_order": true,
    "kyc_required": false,
    "email_required": false
  },
  "payment": {
    "currencies": [
      "BTC", "XMR", "ETH", "USDT", "USDCETH",
      "XRP", "LTC", "SOL", "TRX", "TON",
      "DOGE", "POL", "BCH", "DASH"
    ],
    "fiat_supported": false,
    "settlement_provider": "FixedFloat (ff.io) — per-order deposit addresses"
  },
  "products": [
    {
      "id": "vps",
      "name": "Anonymous VPS",
      "description": "KVM virtual server, NVMe SSD, unlimited bandwidth, full root, DDoS protection. Deploys in <5 minutes.",
      "price_from_usd": 14.99,
      "billing_options_months": [1, 3, 6, 12],
      "page_url": "https://servprivacy.com/vps"
    },
    {
      "id": "dedicated",
      "name": "Anonymous Dedicated Server",
      "description": "Bare-metal hardware, IPMI/KVM, custom ISO support, LUKS encryption.",
      "price_from_usd": 99.00,
      "billing_options_months": [1, 3, 6, 12],
      "page_url": "https://servprivacy.com/dedicated"
    }
  ],
  "locations": [
    {"slug": "iceland",     "name": "Iceland",     "tag": "Free Speech Haven"},
    {"slug": "panama",      "name": "Panama",      "tag": "No Data Retention"},
    {"slug": "moldova",     "name": "Moldova",     "tag": "Budget Offshore"},
    {"slug": "romania",     "name": "Romania",     "tag": "Anti-Retention EU"},
    {"slug": "switzerland", "name": "Switzerland", "tag": "Premium Privacy"},
    {"slug": "netherlands", "name": "Netherlands", "tag": "Best Peering"},
    {"slug": "russia",      "name": "Russia",      "tag": "Outside Western Jurisdiction"}
  ],
  "rate_limits": {
    "api_order_per_minute_per_ip": 6,
    "api_account_per_minute_per_ip": 1
  },
  "test_mode": {
    "supported": true,
    "trigger": "Header X-Dry-Run: 1, query ?dry_run=1, or body field dry_run=true on any /api/v1/* endpoint",
    "behavior": "Synthetic order, fake credentials (RFC 5737 / RFC 3849 IPs), 60-second auto-confirm. No FF call, no DB row, no real provisioning."
  }
}
