{
  "name": "Incognito VPS MCP",
  "version": "1.0.0",
  "transport": "streamable-http",
  "protocolVersion": "2025-06-18",
  "endpoint": "https://incognitovps.com/mcp",
  "tools": [
    {
      "name": "incognito_list_locations",
      "description": "List the eight offshore hosting jurisdictions with their legal properties: EU membership, intelligence-alliance participation, data-retention statute citations, measured latency and price index."
    },
    {
      "name": "incognito_list_plans",
      "description": "List server plans with specifications and per-jurisdiction monthly prices in USD."
    },
    {
      "name": "incognito_quote",
      "description": "Price a plan in a jurisdiction over a billing term, including add-ons and term discount."
    },
    {
      "name": "incognito_create_token",
      "description": "Create an account token. No email, name or identity is collected. The token is returned exactly once and cannot be recovered."
    },
    {
      "name": "incognito_account_status",
      "description": "Return balance and servers for an access token."
    },
    {
      "name": "incognito_order_status",
      "description": "Return the status of an order, including provisioning result once active."
    }
  ],
  "note": "Order placement is intentionally not exposed as a tool. Use POST /api/v1/orders directly."
}